public static final class ListStreamsResponse.Builder extends GeneratedMessageV3.Builder<ListStreamsResponse.Builder> implements ListStreamsResponseOrBuilderResponse message for listing streams.
Protobuf type google.cloud.datastream.v1.ListStreamsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListStreamsResponse.BuilderImplements
ListStreamsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllStreams(Iterable<? extends Stream> values)
public ListStreamsResponse.Builder addAllStreams(Iterable<? extends Stream> values)List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Name | Description |
| values | Iterable<? extends com.google.cloud.datastream.v1.Stream> |
| Type | Description |
| ListStreamsResponse.Builder |
addAllUnreachable(Iterable<String> values)
public ListStreamsResponse.Builder addAllUnreachable(Iterable<String> values)Locations that could not be reached.
repeated string unreachable = 3;
| Name | Description |
| values | Iterable<String>The unreachable to add. |
| Type | Description |
| ListStreamsResponse.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListStreamsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListStreamsResponse.Builder |
addStreams(Stream value)
public ListStreamsResponse.Builder addStreams(Stream value)List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Name | Description |
| value | Stream |
| Type | Description |
| ListStreamsResponse.Builder |
addStreams(Stream.Builder builderForValue)
public ListStreamsResponse.Builder addStreams(Stream.Builder builderForValue)List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Name | Description |
| builderForValue | Stream.Builder |
| Type | Description |
| ListStreamsResponse.Builder |
addStreams(int index, Stream value)
public ListStreamsResponse.Builder addStreams(int index, Stream value)List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Name | Description |
| index | int |
| value | Stream |
| Type | Description |
| ListStreamsResponse.Builder |
addStreams(int index, Stream.Builder builderForValue)
public ListStreamsResponse.Builder addStreams(int index, Stream.Builder builderForValue)List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Name | Description |
| index | int |
| builderForValue | Stream.Builder |
| Type | Description |
| ListStreamsResponse.Builder |
addStreamsBuilder()
public Stream.Builder addStreamsBuilder()List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Type | Description |
| Stream.Builder |
addStreamsBuilder(int index)
public Stream.Builder addStreamsBuilder(int index)List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Name | Description |
| index | int |
| Type | Description |
| Stream.Builder |
addUnreachable(String value)
public ListStreamsResponse.Builder addUnreachable(String value)Locations that could not be reached.
repeated string unreachable = 3;
| Name | Description |
| value | StringThe unreachable to add. |
| Type | Description |
| ListStreamsResponse.Builder | This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListStreamsResponse.Builder addUnreachableBytes(ByteString value)Locations that could not be reached.
repeated string unreachable = 3;
| Name | Description |
| value | ByteStringThe bytes of the unreachable to add. |
| Type | Description |
| ListStreamsResponse.Builder | This builder for chaining. |
build()
public ListStreamsResponse build()| Type | Description |
| ListStreamsResponse |
buildPartial()
public ListStreamsResponse buildPartial()| Type | Description |
| ListStreamsResponse |
clear()
public ListStreamsResponse.Builder clear()| Type | Description |
| ListStreamsResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListStreamsResponse.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ListStreamsResponse.Builder |
clearNextPageToken()
public ListStreamsResponse.Builder clearNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| ListStreamsResponse.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListStreamsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ListStreamsResponse.Builder |
clearStreams()
public ListStreamsResponse.Builder clearStreams()List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Type | Description |
| ListStreamsResponse.Builder |
clearUnreachable()
public ListStreamsResponse.Builder clearUnreachable()Locations that could not be reached.
repeated string unreachable = 3;
| Type | Description |
| ListStreamsResponse.Builder | This builder for chaining. |
clone()
public ListStreamsResponse.Builder clone()| Type | Description |
| ListStreamsResponse.Builder |
getDefaultInstanceForType()
public ListStreamsResponse getDefaultInstanceForType()| Type | Description |
| ListStreamsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getNextPageToken()
public String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getStreams(int index)
public Stream getStreams(int index)List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Name | Description |
| index | int |
| Type | Description |
| Stream |
getStreamsBuilder(int index)
public Stream.Builder getStreamsBuilder(int index)List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Name | Description |
| index | int |
| Type | Description |
| Stream.Builder |
getStreamsBuilderList()
public List<Stream.Builder> getStreamsBuilderList()List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Type | Description |
| List<Builder> |
getStreamsCount()
public int getStreamsCount()List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Type | Description |
| int |
getStreamsList()
public List<Stream> getStreamsList()List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Type | Description |
| List<Stream> |
getStreamsOrBuilder(int index)
public StreamOrBuilder getStreamsOrBuilder(int index)List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Name | Description |
| index | int |
| Type | Description |
| StreamOrBuilder |
getStreamsOrBuilderList()
public List<? extends StreamOrBuilder> getStreamsOrBuilderList()List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Type | Description |
| List<? extends com.google.cloud.datastream.v1.StreamOrBuilder> |
getUnreachable(int index)
public String getUnreachable(int index)Locations that could not be reached.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)Locations that could not be reached.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()Locations that could not be reached.
repeated string unreachable = 3;
| Type | Description |
| int | The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()Locations that could not be reached.
repeated string unreachable = 3;
| Type | Description |
| ProtocolStringList | A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(ListStreamsResponse other)
public ListStreamsResponse.Builder mergeFrom(ListStreamsResponse other)| Name | Description |
| other | ListStreamsResponse |
| Type | Description |
| ListStreamsResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListStreamsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ListStreamsResponse.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ListStreamsResponse.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ListStreamsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListStreamsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListStreamsResponse.Builder |
removeStreams(int index)
public ListStreamsResponse.Builder removeStreams(int index)List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Name | Description |
| index | int |
| Type | Description |
| ListStreamsResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListStreamsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ListStreamsResponse.Builder |
setNextPageToken(String value)
public ListStreamsResponse.Builder setNextPageToken(String value) A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Name | Description |
| value | StringThe nextPageToken to set. |
| Type | Description |
| ListStreamsResponse.Builder | This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListStreamsResponse.Builder setNextPageTokenBytes(ByteString value) A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Name | Description |
| value | ByteStringThe bytes for nextPageToken to set. |
| Type | Description |
| ListStreamsResponse.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListStreamsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ListStreamsResponse.Builder |
setStreams(int index, Stream value)
public ListStreamsResponse.Builder setStreams(int index, Stream value)List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Name | Description |
| index | int |
| value | Stream |
| Type | Description |
| ListStreamsResponse.Builder |
setStreams(int index, Stream.Builder builderForValue)
public ListStreamsResponse.Builder setStreams(int index, Stream.Builder builderForValue)List of streams
repeated .google.cloud.datastream.v1.Stream streams = 1;
| Name | Description |
| index | int |
| builderForValue | Stream.Builder |
| Type | Description |
| ListStreamsResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListStreamsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ListStreamsResponse.Builder |
setUnreachable(int index, String value)
public ListStreamsResponse.Builder setUnreachable(int index, String value)Locations that could not be reached.
repeated string unreachable = 3;
| Name | Description |
| index | intThe index to set the value at. |
| value | StringThe unreachable to set. |
| Type | Description |
| ListStreamsResponse.Builder | This builder for chaining. |