Module gapi_grpc::google::pubsub::v1 [−][src]
Modules
publisher_client | Generated client implementations. |
push_config | |
schema | |
schema_service_client | Generated client implementations. |
seek_request | |
subscriber_client | Generated client implementations. |
validate_message_request |
Structs
AcknowledgeRequest | Request for the Acknowledge method. |
CreateSchemaRequest | Request for the CreateSchema method. |
CreateSnapshotRequest | Request for the |
DeadLetterPolicy | Dead lettering is done on a best effort basis. The same message might be dead lettered multiple times. |
DeleteSchemaRequest | Request for the |
DeleteSnapshotRequest | Request for the |
DeleteSubscriptionRequest | Request for the DeleteSubscription method. |
DeleteTopicRequest | Request for the |
DetachSubscriptionRequest | Request for the DetachSubscription method. |
DetachSubscriptionResponse | Response for the DetachSubscription method. Reserved for future use. |
ExpirationPolicy | A policy that specifies the conditions for resource expiration (i.e., automatic resource deletion). |
GetSchemaRequest | Request for the GetSchema method. |
GetSnapshotRequest | Request for the GetSnapshot method. |
GetSubscriptionRequest | Request for the GetSubscription method. |
GetTopicRequest | Request for the GetTopic method. |
ListSchemasRequest | Request for the |
ListSchemasResponse | Response for the |
ListSnapshotsRequest | Request for the |
ListSnapshotsResponse | Response for the |
ListSubscriptionsRequest | Request for the |
ListSubscriptionsResponse | Response for the |
ListTopicSnapshotsRequest | Request for the |
ListTopicSnapshotsResponse | Response for the |
ListTopicSubscriptionsRequest | Request for the |
ListTopicSubscriptionsResponse | Response for the |
ListTopicsRequest | Request for the |
ListTopicsResponse | Response for the |
MessageStoragePolicy | A policy constraining the storage of messages published to the topic. |
ModifyAckDeadlineRequest | Request for the ModifyAckDeadline method. |
ModifyPushConfigRequest | Request for the ModifyPushConfig method. |
PublishRequest | Request for the Publish method. |
PublishResponse | Response for the |
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 for more information. See [quotas and limits] (https://cloud.google.com/pubsub/quotas) for more information about message limits. |
PullRequest | Request for the |
PullResponse | Response for the |
PushConfig | Configuration for a push delivery endpoint. |
ReceivedMessage | A message and its corresponding acknowledgment ID. |
RetryPolicy | A policy that specifies how Cloud Pub/Sub retries message delivery. |
Schema | A schema resource. |
SchemaSettings | Settings for validating messages published against a schema. |
SeekRequest | Request for the |
SeekResponse | Response for the |
Snapshot | A snapshot resource. Snapshots are used in Seek 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. |
StreamingPullRequest | Request for the |
StreamingPullResponse | Response for the |
Subscription | A subscription resource. |
Topic | A topic resource. |
UpdateSnapshotRequest | Request for the UpdateSnapshot method. |
UpdateSubscriptionRequest | Request for the UpdateSubscription method. |
UpdateTopicRequest | Request for the UpdateTopic method. |
ValidateMessageRequest | Request for the |
ValidateMessageResponse | Response for the |
ValidateSchemaRequest | Request for the |
ValidateSchemaResponse | Response for the |
Enums
Encoding | Possible encoding types for messages. |
SchemaView | View of Schema object fields to be returned by GetSchema and ListSchemas. |