package pubsub
import "google.golang.org/genproto/googleapis/pubsub/v1"
Package pubsub aliases all exported identifiers in package "cloud.google.com/go/pubsub/apiv1/pubsubpb".
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterPublisherServer(s *grpc.Server, srv PublisherServer)
- func RegisterSchemaServiceServer(s *grpc.Server, srv SchemaServiceServer)
- func RegisterSubscriberServer(s *grpc.Server, srv SubscriberServer)
- type AcknowledgeRequest
- type BigQueryConfig
- type BigQueryConfig_State
- type CreateSchemaRequest
- type CreateSnapshotRequest
- type DeadLetterPolicy
- type DeleteSchemaRequest
- type DeleteSnapshotRequest
- type DeleteSubscriptionRequest
- type DeleteTopicRequest
- type DetachSubscriptionRequest
- type DetachSubscriptionResponse
- type Encoding
- type ExpirationPolicy
- type GetSchemaRequest
- type GetSnapshotRequest
- type GetSubscriptionRequest
- type GetTopicRequest
- type ListSchemasRequest
- type ListSchemasResponse
- type ListSnapshotsRequest
- type ListSnapshotsResponse
- type ListSubscriptionsRequest
- type ListSubscriptionsResponse
- type ListTopicSnapshotsRequest
- type ListTopicSnapshotsResponse
- type ListTopicSubscriptionsRequest
- type ListTopicSubscriptionsResponse
- type ListTopicsRequest
- type ListTopicsResponse
- type MessageStoragePolicy
- type ModifyAckDeadlineRequest
- type ModifyPushConfigRequest
- type PublishRequest
- type PublishResponse
- type PublisherClient
- type PublisherServer
- type PubsubMessage
- type PullRequest
- type PullResponse
- type PushConfig
- type PushConfig_OidcToken
- type PushConfig_OidcToken_
- type ReceivedMessage
- type RetryPolicy
- type Schema
- type SchemaServiceClient
- type SchemaServiceServer
- type SchemaSettings
- type SchemaView
- type Schema_Type
- type SeekRequest
- type SeekRequest_Snapshot
- type SeekRequest_Time
- type SeekResponse
- type Snapshot
- type StreamingPullRequest
- type StreamingPullResponse
- type StreamingPullResponse_AcknowledgeConfirmation
- type StreamingPullResponse_ModifyAckDeadlineConfirmation
- type StreamingPullResponse_SubscriptionProperties
- type SubscriberClient
- type SubscriberServer
- type Subscriber_StreamingPullClient
- type Subscriber_StreamingPullServer
- type Subscription
- type Subscription_State
- type Topic
- type UnimplementedPublisherServer
- type UnimplementedSchemaServiceServer
- type UnimplementedSubscriberServer
- type UpdateSnapshotRequest
- type UpdateSubscriptionRequest
- type UpdateTopicRequest
- type ValidateMessageRequest
- type ValidateMessageRequest_Name
- type ValidateMessageRequest_Schema
- type ValidateMessageResponse
- type ValidateSchemaRequest
- type ValidateSchemaResponse
Constants ¶
const ( BigQueryConfig_ACTIVE = src.BigQueryConfig_ACTIVE BigQueryConfig_NOT_FOUND = src.BigQueryConfig_NOT_FOUND BigQueryConfig_PERMISSION_DENIED = src.BigQueryConfig_PERMISSION_DENIED BigQueryConfig_SCHEMA_MISMATCH = src.BigQueryConfig_SCHEMA_MISMATCH BigQueryConfig_STATE_UNSPECIFIED = src.BigQueryConfig_STATE_UNSPECIFIED Encoding_BINARY = src.Encoding_BINARY Encoding_ENCODING_UNSPECIFIED = src.Encoding_ENCODING_UNSPECIFIED Encoding_JSON = src.Encoding_JSON SchemaView_BASIC = src.SchemaView_BASIC SchemaView_FULL = src.SchemaView_FULL SchemaView_SCHEMA_VIEW_UNSPECIFIED = src.SchemaView_SCHEMA_VIEW_UNSPECIFIED Schema_AVRO = src.Schema_AVRO Schema_PROTOCOL_BUFFER = src.Schema_PROTOCOL_BUFFER Schema_TYPE_UNSPECIFIED = src.Schema_TYPE_UNSPECIFIED Subscription_ACTIVE = src.Subscription_ACTIVE Subscription_RESOURCE_ERROR = src.Subscription_RESOURCE_ERROR Subscription_STATE_UNSPECIFIED = src.Subscription_STATE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/pubsub/apiv1/pubsubpb
Variables ¶
var ( BigQueryConfig_State_name = src.BigQueryConfig_State_name BigQueryConfig_State_value = src.BigQueryConfig_State_value Encoding_name = src.Encoding_name Encoding_value = src.Encoding_value File_google_pubsub_v1_pubsub_proto = src.File_google_pubsub_v1_pubsub_proto File_google_pubsub_v1_schema_proto = src.File_google_pubsub_v1_schema_proto SchemaView_name = src.SchemaView_name SchemaView_value = src.SchemaView_value Schema_Type_name = src.Schema_Type_name Schema_Type_value = src.Schema_Type_value Subscription_State_name = src.Subscription_State_name Subscription_State_value = src.Subscription_State_value )
Deprecated: Please use vars in: cloud.google.com/go/pubsub/apiv1/pubsubpb
Functions ¶
func RegisterPublisherServer ¶
func RegisterPublisherServer(s *grpc.Server, srv PublisherServer)
Deprecated: Please use funcs in: cloud.google.com/go/pubsub/apiv1/pubsubpb
func RegisterSchemaServiceServer ¶
func RegisterSchemaServiceServer(s *grpc.Server, srv SchemaServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/pubsub/apiv1/pubsubpb
func RegisterSubscriberServer ¶
func RegisterSubscriberServer(s *grpc.Server, srv SubscriberServer)
Deprecated: Please use funcs in: cloud.google.com/go/pubsub/apiv1/pubsubpb
Types ¶
type AcknowledgeRequest ¶
type AcknowledgeRequest = src.AcknowledgeRequest
Request for the Acknowledge method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type BigQueryConfig ¶
type BigQueryConfig = src.BigQueryConfig
Configuration for a BigQuery subscription.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type BigQueryConfig_State ¶
type BigQueryConfig_State = src.BigQueryConfig_State
Possible states for a BigQuery subscription.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type CreateSchemaRequest ¶
type CreateSchemaRequest = src.CreateSchemaRequest
Request for the CreateSchema method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type CreateSnapshotRequest ¶
type CreateSnapshotRequest = src.CreateSnapshotRequest
Request for the `CreateSnapshot` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type DeadLetterPolicy ¶
type DeadLetterPolicy = src.DeadLetterPolicy
Dead lettering is done on a best effort basis. The same message might be dead lettered multiple times. If validation on any of the fields fails at subscription creation/updation, the create/update subscription request will fail.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type DeleteSchemaRequest ¶
type DeleteSchemaRequest = src.DeleteSchemaRequest
Request for the `DeleteSchema` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type DeleteSnapshotRequest ¶
type DeleteSnapshotRequest = src.DeleteSnapshotRequest
Request for the `DeleteSnapshot` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type DeleteSubscriptionRequest ¶
type DeleteSubscriptionRequest = src.DeleteSubscriptionRequest
Request for the DeleteSubscription method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type DeleteTopicRequest ¶
type DeleteTopicRequest = src.DeleteTopicRequest
Request for the `DeleteTopic` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type DetachSubscriptionRequest ¶
type DetachSubscriptionRequest = src.DetachSubscriptionRequest
Request for the DetachSubscription method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type DetachSubscriptionResponse ¶
type DetachSubscriptionResponse = src.DetachSubscriptionResponse
Response for the DetachSubscription method. Reserved for future use.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type Encoding ¶
Possible encoding types for messages.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ExpirationPolicy ¶
type ExpirationPolicy = src.ExpirationPolicy
A policy that specifies the conditions for resource expiration (i.e., automatic resource deletion).
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type GetSchemaRequest ¶
type GetSchemaRequest = src.GetSchemaRequest
Request for the GetSchema method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type GetSnapshotRequest ¶
type GetSnapshotRequest = src.GetSnapshotRequest
Request for the GetSnapshot method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type GetSubscriptionRequest ¶
type GetSubscriptionRequest = src.GetSubscriptionRequest
Request for the GetSubscription method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type GetTopicRequest ¶
type GetTopicRequest = src.GetTopicRequest
Request for the GetTopic method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ListSchemasRequest ¶
type ListSchemasRequest = src.ListSchemasRequest
Request for the `ListSchemas` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ListSchemasResponse ¶
type ListSchemasResponse = src.ListSchemasResponse
Response for the `ListSchemas` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ListSnapshotsRequest ¶
type ListSnapshotsRequest = src.ListSnapshotsRequest
Request for the `ListSnapshots` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ListSnapshotsResponse ¶
type ListSnapshotsResponse = src.ListSnapshotsResponse
Response for the `ListSnapshots` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ListSubscriptionsRequest ¶
type ListSubscriptionsRequest = src.ListSubscriptionsRequest
Request for the `ListSubscriptions` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ListSubscriptionsResponse ¶
type ListSubscriptionsResponse = src.ListSubscriptionsResponse
Response for the `ListSubscriptions` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ListTopicSnapshotsRequest ¶
type ListTopicSnapshotsRequest = src.ListTopicSnapshotsRequest
Request for the `ListTopicSnapshots` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ListTopicSnapshotsResponse ¶
type ListTopicSnapshotsResponse = src.ListTopicSnapshotsResponse
Response for the `ListTopicSnapshots` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ListTopicSubscriptionsRequest ¶
type ListTopicSubscriptionsRequest = src.ListTopicSubscriptionsRequest
Request for the `ListTopicSubscriptions` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ListTopicSubscriptionsResponse ¶
type ListTopicSubscriptionsResponse = src.ListTopicSubscriptionsResponse
Response for the `ListTopicSubscriptions` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ListTopicsRequest ¶
type ListTopicsRequest = src.ListTopicsRequest
Request for the `ListTopics` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ListTopicsResponse ¶
type ListTopicsResponse = src.ListTopicsResponse
Response for the `ListTopics` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type MessageStoragePolicy ¶
type MessageStoragePolicy = src.MessageStoragePolicy
A policy constraining the storage of messages published to the topic.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ModifyAckDeadlineRequest ¶
type ModifyAckDeadlineRequest = src.ModifyAckDeadlineRequest
Request for the ModifyAckDeadline method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ModifyPushConfigRequest ¶
type ModifyPushConfigRequest = src.ModifyPushConfigRequest
Request for the ModifyPushConfig method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type PublishRequest ¶
type PublishRequest = src.PublishRequest
Request for the Publish method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type PublishResponse ¶
type PublishResponse = src.PublishResponse
Response for the `Publish` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type PublisherClient ¶
type PublisherClient = src.PublisherClient
PublisherClient is the client API for Publisher service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
func NewPublisherClient ¶
func NewPublisherClient(cc grpc.ClientConnInterface) PublisherClient
Deprecated: Please use funcs in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type PublisherServer ¶
type PublisherServer = src.PublisherServer
PublisherServer is the server API for Publisher service.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type PubsubMessage ¶
type PubsubMessage = src.PubsubMessage
A message that is published by publishers and consumed by subscribers. The message must contain either a non-empty data field or at least one attribute. Note that client libraries represent this object differently depending on the language. See the corresponding [client library documentation](https://cloud.google.com/pubsub/docs/reference/libraries) for more information. See [quotas and limits] (https://cloud.google.com/pubsub/quotas) for more information about message limits.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type PullRequest ¶
type PullRequest = src.PullRequest
Request for the `Pull` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type PullResponse ¶
type PullResponse = src.PullResponse
Response for the `Pull` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type PushConfig ¶
type PushConfig = src.PushConfig
Configuration for a push delivery endpoint.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type PushConfig_OidcToken ¶
type PushConfig_OidcToken = src.PushConfig_OidcToken
Contains information needed for generating an [OpenID Connect token](https://developers.google.com/identity/protocols/OpenIDConnect).
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type PushConfig_OidcToken_ ¶
type PushConfig_OidcToken_ = src.PushConfig_OidcToken_
type ReceivedMessage ¶
type ReceivedMessage = src.ReceivedMessage
A message and its corresponding acknowledgment ID.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type RetryPolicy ¶
type RetryPolicy = src.RetryPolicy
A policy that specifies how Cloud Pub/Sub retries message delivery. Retry delay will be exponential based on provided minimum and maximum backoffs. https://en.wikipedia.org/wiki/Exponential_backoff. RetryPolicy will be triggered on NACKs or acknowledgement deadline exceeded events for a given message. Retry Policy is implemented on a best effort basis. At times, the delay between consecutive deliveries may not match the configuration. That is, delay can be more or less than configured backoff.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type Schema ¶
A schema resource.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type SchemaServiceClient ¶
type SchemaServiceClient = src.SchemaServiceClient
SchemaServiceClient is the client API for SchemaService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
func NewSchemaServiceClient ¶
func NewSchemaServiceClient(cc grpc.ClientConnInterface) SchemaServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type SchemaServiceServer ¶
type SchemaServiceServer = src.SchemaServiceServer
SchemaServiceServer is the server API for SchemaService service.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type SchemaSettings ¶
type SchemaSettings = src.SchemaSettings
Settings for validating messages published against a schema.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type SchemaView ¶
type SchemaView = src.SchemaView
View of Schema object fields to be returned by GetSchema and ListSchemas.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type Schema_Type ¶
type Schema_Type = src.Schema_Type
Possible schema definition types.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type SeekRequest ¶
type SeekRequest = src.SeekRequest
Request for the `Seek` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type SeekRequest_Snapshot ¶
type SeekRequest_Snapshot = src.SeekRequest_Snapshot
type SeekRequest_Time ¶
type SeekRequest_Time = src.SeekRequest_Time
type SeekResponse ¶
type SeekResponse = src.SeekResponse
Response for the `Seek` method (this response is empty).
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type Snapshot ¶
A snapshot resource. Snapshots are used in [Seek](https://cloud.google.com/pubsub/docs/replay-overview) operations, which allow you to manage message acknowledgments in bulk. That is, you can set the acknowledgment state of messages in an existing subscription to the state captured by a snapshot.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type StreamingPullRequest ¶
type StreamingPullRequest = src.StreamingPullRequest
Request for the `StreamingPull` streaming RPC method. This request is used to establish the initial stream as well as to stream acknowledgements and ack deadline modifications from the client to the server.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type StreamingPullResponse ¶
type StreamingPullResponse = src.StreamingPullResponse
Response for the `StreamingPull` method. This response is used to stream messages from the server to the client.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type StreamingPullResponse_AcknowledgeConfirmation ¶
type StreamingPullResponse_AcknowledgeConfirmation = src.StreamingPullResponse_AcknowledgeConfirmation
Acknowledgement IDs sent in one or more previous requests to acknowledge a previously received message.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type StreamingPullResponse_ModifyAckDeadlineConfirmation ¶
type StreamingPullResponse_ModifyAckDeadlineConfirmation = src.StreamingPullResponse_ModifyAckDeadlineConfirmation
Acknowledgement IDs sent in one or more previous requests to modify the deadline for a specific message.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type StreamingPullResponse_SubscriptionProperties ¶
type StreamingPullResponse_SubscriptionProperties = src.StreamingPullResponse_SubscriptionProperties
Subscription properties sent as part of the response.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type SubscriberClient ¶
type SubscriberClient = src.SubscriberClient
SubscriberClient is the client API for Subscriber service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
func NewSubscriberClient ¶
func NewSubscriberClient(cc grpc.ClientConnInterface) SubscriberClient
Deprecated: Please use funcs in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type SubscriberServer ¶
type SubscriberServer = src.SubscriberServer
SubscriberServer is the server API for Subscriber service.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type Subscriber_StreamingPullClient ¶
type Subscriber_StreamingPullClient = src.Subscriber_StreamingPullClient
type Subscriber_StreamingPullServer ¶
type Subscriber_StreamingPullServer = src.Subscriber_StreamingPullServer
type Subscription ¶
type Subscription = src.Subscription
A subscription resource.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type Subscription_State ¶
type Subscription_State = src.Subscription_State
Possible states for a subscription.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type Topic ¶
A topic resource.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type UnimplementedPublisherServer ¶
type UnimplementedPublisherServer = src.UnimplementedPublisherServer
UnimplementedPublisherServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type UnimplementedSchemaServiceServer ¶
type UnimplementedSchemaServiceServer = src.UnimplementedSchemaServiceServer
UnimplementedSchemaServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type UnimplementedSubscriberServer ¶
type UnimplementedSubscriberServer = src.UnimplementedSubscriberServer
UnimplementedSubscriberServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type UpdateSnapshotRequest ¶
type UpdateSnapshotRequest = src.UpdateSnapshotRequest
Request for the UpdateSnapshot method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type UpdateSubscriptionRequest ¶
type UpdateSubscriptionRequest = src.UpdateSubscriptionRequest
Request for the UpdateSubscription method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type UpdateTopicRequest ¶
type UpdateTopicRequest = src.UpdateTopicRequest
Request for the UpdateTopic method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ValidateMessageRequest ¶
type ValidateMessageRequest = src.ValidateMessageRequest
Request for the `ValidateMessage` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ValidateMessageRequest_Name ¶
type ValidateMessageRequest_Name = src.ValidateMessageRequest_Name
type ValidateMessageRequest_Schema ¶
type ValidateMessageRequest_Schema = src.ValidateMessageRequest_Schema
type ValidateMessageResponse ¶
type ValidateMessageResponse = src.ValidateMessageResponse
Response for the `ValidateMessage` method. Empty for now.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ValidateSchemaRequest ¶
type ValidateSchemaRequest = src.ValidateSchemaRequest
Request for the `ValidateSchema` method.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
type ValidateSchemaResponse ¶
type ValidateSchemaResponse = src.ValidateSchemaResponse
Response for the `ValidateSchema` method. Empty for now.
Deprecated: Please use types in: cloud.google.com/go/pubsub/apiv1/pubsubpb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 48 minutes ago –
Tools for package owners.