public static final class ListTopicSubscriptionsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder> implements ListTopicSubscriptionsRequestOrBuilder
Request for the `ListTopicSubscriptions` method.Protobuf type
google.pubsub.v1.ListTopicSubscriptionsRequest
Modifier and Type | Method and Description |
---|---|
ListTopicSubscriptionsRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListTopicSubscriptionsRequest |
build() |
ListTopicSubscriptionsRequest |
buildPartial() |
ListTopicSubscriptionsRequest.Builder |
clear() |
ListTopicSubscriptionsRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListTopicSubscriptionsRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListTopicSubscriptionsRequest.Builder |
clearPageSize()
Maximum number of subscription names to return.
|
ListTopicSubscriptionsRequest.Builder |
clearPageToken()
The value returned by the last `ListTopicSubscriptionsResponse`; indicates
that this is a continuation of a prior `ListTopicSubscriptions` call, and
that the system should return the next page of data.
|
ListTopicSubscriptionsRequest.Builder |
clearTopic()
Required.
|
ListTopicSubscriptionsRequest.Builder |
clone() |
ListTopicSubscriptionsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getPageSize()
Maximum number of subscription names to return.
|
String |
getPageToken()
The value returned by the last `ListTopicSubscriptionsResponse`; indicates
that this is a continuation of a prior `ListTopicSubscriptions` call, and
that the system should return the next page of data.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The value returned by the last `ListTopicSubscriptionsResponse`; indicates
that this is a continuation of a prior `ListTopicSubscriptions` call, and
that the system should return the next page of data.
|
String |
getTopic()
Required.
|
com.google.protobuf.ByteString |
getTopicBytes()
Required.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListTopicSubscriptionsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListTopicSubscriptionsRequest.Builder |
mergeFrom(ListTopicSubscriptionsRequest other) |
ListTopicSubscriptionsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListTopicSubscriptionsRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListTopicSubscriptionsRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListTopicSubscriptionsRequest.Builder |
setPageSize(int value)
Maximum number of subscription names to return.
|
ListTopicSubscriptionsRequest.Builder |
setPageToken(String value)
The value returned by the last `ListTopicSubscriptionsResponse`; indicates
that this is a continuation of a prior `ListTopicSubscriptions` call, and
that the system should return the next page of data.
|
ListTopicSubscriptionsRequest.Builder |
setPageTokenBytes(com.google.protobuf.ByteString value)
The value returned by the last `ListTopicSubscriptionsResponse`; indicates
that this is a continuation of a prior `ListTopicSubscriptions` call, and
that the system should return the next page of data.
|
ListTopicSubscriptionsRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListTopicSubscriptionsRequest.Builder |
setTopic(String value)
Required.
|
ListTopicSubscriptionsRequest.Builder |
setTopicBytes(com.google.protobuf.ByteString value)
Required.
|
ListTopicSubscriptionsRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder>
public ListTopicSubscriptionsRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder>
public ListTopicSubscriptionsRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ListTopicSubscriptionsRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ListTopicSubscriptionsRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ListTopicSubscriptionsRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder>
public ListTopicSubscriptionsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder>
public ListTopicSubscriptionsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder>
public ListTopicSubscriptionsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder>
public ListTopicSubscriptionsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder>
public ListTopicSubscriptionsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder>
public ListTopicSubscriptionsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ListTopicSubscriptionsRequest.Builder>
public ListTopicSubscriptionsRequest.Builder mergeFrom(ListTopicSubscriptionsRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder>
public ListTopicSubscriptionsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ListTopicSubscriptionsRequest.Builder>
IOException
public String getTopic()
Required. The name of the topic that subscriptions are attached to. Format is `projects/{project}/topics/{topic}`.
string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getTopic
in interface ListTopicSubscriptionsRequestOrBuilder
public com.google.protobuf.ByteString getTopicBytes()
Required. The name of the topic that subscriptions are attached to. Format is `projects/{project}/topics/{topic}`.
string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getTopicBytes
in interface ListTopicSubscriptionsRequestOrBuilder
public ListTopicSubscriptionsRequest.Builder setTopic(String value)
Required. The name of the topic that subscriptions are attached to. Format is `projects/{project}/topics/{topic}`.
string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value
- The topic to set.public ListTopicSubscriptionsRequest.Builder clearTopic()
Required. The name of the topic that subscriptions are attached to. Format is `projects/{project}/topics/{topic}`.
string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ListTopicSubscriptionsRequest.Builder setTopicBytes(com.google.protobuf.ByteString value)
Required. The name of the topic that subscriptions are attached to. Format is `projects/{project}/topics/{topic}`.
string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value
- The bytes for topic to set.public int getPageSize()
Maximum number of subscription names to return.
int32 page_size = 2;
getPageSize
in interface ListTopicSubscriptionsRequestOrBuilder
public ListTopicSubscriptionsRequest.Builder setPageSize(int value)
Maximum number of subscription names to return.
int32 page_size = 2;
value
- The pageSize to set.public ListTopicSubscriptionsRequest.Builder clearPageSize()
Maximum number of subscription names to return.
int32 page_size = 2;
public String getPageToken()
The value returned by the last `ListTopicSubscriptionsResponse`; indicates that this is a continuation of a prior `ListTopicSubscriptions` call, and that the system should return the next page of data.
string page_token = 3;
getPageToken
in interface ListTopicSubscriptionsRequestOrBuilder
public com.google.protobuf.ByteString getPageTokenBytes()
The value returned by the last `ListTopicSubscriptionsResponse`; indicates that this is a continuation of a prior `ListTopicSubscriptions` call, and that the system should return the next page of data.
string page_token = 3;
getPageTokenBytes
in interface ListTopicSubscriptionsRequestOrBuilder
public ListTopicSubscriptionsRequest.Builder setPageToken(String value)
The value returned by the last `ListTopicSubscriptionsResponse`; indicates that this is a continuation of a prior `ListTopicSubscriptions` call, and that the system should return the next page of data.
string page_token = 3;
value
- The pageToken to set.public ListTopicSubscriptionsRequest.Builder clearPageToken()
The value returned by the last `ListTopicSubscriptionsResponse`; indicates that this is a continuation of a prior `ListTopicSubscriptions` call, and that the system should return the next page of data.
string page_token = 3;
public ListTopicSubscriptionsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
The value returned by the last `ListTopicSubscriptionsResponse`; indicates that this is a continuation of a prior `ListTopicSubscriptions` call, and that the system should return the next page of data.
string page_token = 3;
value
- The bytes for pageToken to set.public final ListTopicSubscriptionsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder>
public final ListTopicSubscriptionsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSubscriptionsRequest.Builder>
Copyright © 2023 Google LLC. All rights reserved.