Package com.google.pubsub.v1
Class ListTopicSnapshotsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
- com.google.pubsub.v1.ListTopicSnapshotsResponse.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,ListTopicSnapshotsResponseOrBuilder
,Cloneable
- Enclosing class:
- ListTopicSnapshotsResponse
public static final class ListTopicSnapshotsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder> implements ListTopicSnapshotsResponseOrBuilder
Response for the `ListTopicSnapshots` method.
Protobuf typegoogle.pubsub.v1.ListTopicSnapshotsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTopicSnapshotsResponse.Builder
addAllSnapshots(Iterable<String> values)
The names of the snapshots that match the request.ListTopicSnapshotsResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListTopicSnapshotsResponse.Builder
addSnapshots(String value)
The names of the snapshots that match the request.ListTopicSnapshotsResponse.Builder
addSnapshotsBytes(com.google.protobuf.ByteString value)
The names of the snapshots that match the request.ListTopicSnapshotsResponse
build()
ListTopicSnapshotsResponse
buildPartial()
ListTopicSnapshotsResponse.Builder
clear()
ListTopicSnapshotsResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListTopicSnapshotsResponse.Builder
clearNextPageToken()
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new `ListTopicSnapshotsRequest` to get more snapshots.ListTopicSnapshotsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListTopicSnapshotsResponse.Builder
clearSnapshots()
The names of the snapshots that match the request.ListTopicSnapshotsResponse.Builder
clone()
ListTopicSnapshotsResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getNextPageToken()
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new `ListTopicSnapshotsRequest` to get more snapshots.com.google.protobuf.ByteString
getNextPageTokenBytes()
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new `ListTopicSnapshotsRequest` to get more snapshots.String
getSnapshots(int index)
The names of the snapshots that match the request.com.google.protobuf.ByteString
getSnapshotsBytes(int index)
The names of the snapshots that match the request.int
getSnapshotsCount()
The names of the snapshots that match the request.com.google.protobuf.ProtocolStringList
getSnapshotsList()
The names of the snapshots that match the request.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListTopicSnapshotsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListTopicSnapshotsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListTopicSnapshotsResponse.Builder
mergeFrom(ListTopicSnapshotsResponse other)
ListTopicSnapshotsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListTopicSnapshotsResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListTopicSnapshotsResponse.Builder
setNextPageToken(String value)
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new `ListTopicSnapshotsRequest` to get more snapshots.ListTopicSnapshotsResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new `ListTopicSnapshotsRequest` to get more snapshots.ListTopicSnapshotsResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListTopicSnapshotsResponse.Builder
setSnapshots(int index, String value)
The names of the snapshots that match the request.ListTopicSnapshotsResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
clear
public ListTopicSnapshotsResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
getDefaultInstanceForType
public ListTopicSnapshotsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListTopicSnapshotsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListTopicSnapshotsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListTopicSnapshotsResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
setField
public ListTopicSnapshotsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
clearField
public ListTopicSnapshotsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
clearOneof
public ListTopicSnapshotsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
setRepeatedField
public ListTopicSnapshotsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
addRepeatedField
public ListTopicSnapshotsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
mergeFrom
public ListTopicSnapshotsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListTopicSnapshotsResponse.Builder>
-
mergeFrom
public ListTopicSnapshotsResponse.Builder mergeFrom(ListTopicSnapshotsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
mergeFrom
public ListTopicSnapshotsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListTopicSnapshotsResponse.Builder>
- Throws:
IOException
-
getSnapshotsList
public com.google.protobuf.ProtocolStringList getSnapshotsList()
The names of the snapshots that match the request.
repeated string snapshots = 1;
- Specified by:
getSnapshotsList
in interfaceListTopicSnapshotsResponseOrBuilder
- Returns:
- A list containing the snapshots.
-
getSnapshotsCount
public int getSnapshotsCount()
The names of the snapshots that match the request.
repeated string snapshots = 1;
- Specified by:
getSnapshotsCount
in interfaceListTopicSnapshotsResponseOrBuilder
- Returns:
- The count of snapshots.
-
getSnapshots
public String getSnapshots(int index)
The names of the snapshots that match the request.
repeated string snapshots = 1;
- Specified by:
getSnapshots
in interfaceListTopicSnapshotsResponseOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The snapshots at the given index.
-
getSnapshotsBytes
public com.google.protobuf.ByteString getSnapshotsBytes(int index)
The names of the snapshots that match the request.
repeated string snapshots = 1;
- Specified by:
getSnapshotsBytes
in interfaceListTopicSnapshotsResponseOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the snapshots at the given index.
-
setSnapshots
public ListTopicSnapshotsResponse.Builder setSnapshots(int index, String value)
The names of the snapshots that match the request.
repeated string snapshots = 1;
- Parameters:
index
- The index to set the value at.value
- The snapshots to set.- Returns:
- This builder for chaining.
-
addSnapshots
public ListTopicSnapshotsResponse.Builder addSnapshots(String value)
The names of the snapshots that match the request.
repeated string snapshots = 1;
- Parameters:
value
- The snapshots to add.- Returns:
- This builder for chaining.
-
addAllSnapshots
public ListTopicSnapshotsResponse.Builder addAllSnapshots(Iterable<String> values)
The names of the snapshots that match the request.
repeated string snapshots = 1;
- Parameters:
values
- The snapshots to add.- Returns:
- This builder for chaining.
-
clearSnapshots
public ListTopicSnapshotsResponse.Builder clearSnapshots()
The names of the snapshots that match the request.
repeated string snapshots = 1;
- Returns:
- This builder for chaining.
-
addSnapshotsBytes
public ListTopicSnapshotsResponse.Builder addSnapshotsBytes(com.google.protobuf.ByteString value)
The names of the snapshots that match the request.
repeated string snapshots = 1;
- Parameters:
value
- The bytes of the snapshots to add.- Returns:
- This builder for chaining.
-
getNextPageToken
public String getNextPageToken()
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new `ListTopicSnapshotsRequest` to get more snapshots.
string next_page_token = 2;
- Specified by:
getNextPageToken
in interfaceListTopicSnapshotsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new `ListTopicSnapshotsRequest` to get more snapshots.
string next_page_token = 2;
- Specified by:
getNextPageTokenBytes
in interfaceListTopicSnapshotsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListTopicSnapshotsResponse.Builder setNextPageToken(String value)
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new `ListTopicSnapshotsRequest` to get more snapshots.
string next_page_token = 2;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListTopicSnapshotsResponse.Builder clearNextPageToken()
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new `ListTopicSnapshotsRequest` to get more snapshots.
string next_page_token = 2;
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListTopicSnapshotsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
If not empty, indicates that there may be more snapshots that match the request; this value should be passed in a new `ListTopicSnapshotsRequest` to get more snapshots.
string next_page_token = 2;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListTopicSnapshotsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
mergeUnknownFields
public final ListTopicSnapshotsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListTopicSnapshotsResponse.Builder>
-
-