Package | Description |
---|---|
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.addAllSubscriptions(java.lang.Iterable<java.lang.String> values)
The names of the subscriptions that match the request.
|
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.addSubscriptions(java.lang.String value)
The names of the subscriptions that match the request.
|
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.addSubscriptionsBytes(ByteString value)
The names of the subscriptions that match the request.
|
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.clear() |
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.clearNextPageToken()
If not empty, indicates that there may be more subscriptions that match
the request; this value should be passed in a new
`ListTopicSubscriptionsRequest` to get more subscriptions.
|
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.clearSubscriptions()
The names of the subscriptions that match the request.
|
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.mergeFrom(ListTopicSubscriptionsResponse other) |
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.mergeFrom(Message other) |
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.newBuilder() |
static ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.newBuilder(ListTopicSubscriptionsResponse prototype) |
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.newBuilderForType() |
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.setNextPageToken(java.lang.String value)
If not empty, indicates that there may be more subscriptions that match
the request; this value should be passed in a new
`ListTopicSubscriptionsRequest` to get more subscriptions.
|
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.setNextPageTokenBytes(ByteString value)
If not empty, indicates that there may be more subscriptions that match
the request; this value should be passed in a new
`ListTopicSubscriptionsRequest` to get more subscriptions.
|
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.setSubscriptions(int index,
java.lang.String value)
The names of the subscriptions that match the request.
|
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
ListTopicSubscriptionsResponse.Builder |
ListTopicSubscriptionsResponse.toBuilder() |