Class ListLiveConfigsResponse.Builder (0.44.0)

public static final class ListLiveConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListLiveConfigsResponse.Builder> implements ListLiveConfigsResponseOrBuilder

Response message for VideoStitcher.ListLiveConfig.

Protobuf type google.cloud.video.stitcher.v1.ListLiveConfigsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllLiveConfigs(Iterable<? extends LiveConfig> values)

public ListLiveConfigsResponse.Builder addAllLiveConfigs(Iterable<? extends LiveConfig> values)

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.video.stitcher.v1.LiveConfig>
Returns
Type Description
ListLiveConfigsResponse.Builder

addAllUnreachable(Iterable<String> values)

public ListLiveConfigsResponse.Builder addAllUnreachable(Iterable<String> values)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
values Iterable<String>

The unreachable to add.

Returns
Type Description
ListLiveConfigsResponse.Builder

This builder for chaining.

addLiveConfigs(LiveConfig value)

public ListLiveConfigsResponse.Builder addLiveConfigs(LiveConfig value)

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Parameter
Name Description
value LiveConfig
Returns
Type Description
ListLiveConfigsResponse.Builder

addLiveConfigs(LiveConfig.Builder builderForValue)

public ListLiveConfigsResponse.Builder addLiveConfigs(LiveConfig.Builder builderForValue)

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Parameter
Name Description
builderForValue LiveConfig.Builder
Returns
Type Description
ListLiveConfigsResponse.Builder

addLiveConfigs(int index, LiveConfig value)

public ListLiveConfigsResponse.Builder addLiveConfigs(int index, LiveConfig value)

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Parameters
Name Description
index int
value LiveConfig
Returns
Type Description
ListLiveConfigsResponse.Builder

addLiveConfigs(int index, LiveConfig.Builder builderForValue)

public ListLiveConfigsResponse.Builder addLiveConfigs(int index, LiveConfig.Builder builderForValue)

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Parameters
Name Description
index int
builderForValue LiveConfig.Builder
Returns
Type Description
ListLiveConfigsResponse.Builder

addLiveConfigsBuilder()

public LiveConfig.Builder addLiveConfigsBuilder()

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Returns
Type Description
LiveConfig.Builder

addLiveConfigsBuilder(int index)

public LiveConfig.Builder addLiveConfigsBuilder(int index)

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
LiveConfig.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListLiveConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListLiveConfigsResponse.Builder
Overrides

addUnreachable(String value)

public ListLiveConfigsResponse.Builder addUnreachable(String value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
value String

The unreachable to add.

Returns
Type Description
ListLiveConfigsResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListLiveConfigsResponse.Builder addUnreachableBytes(ByteString value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
value ByteString

The bytes of the unreachable to add.

Returns
Type Description
ListLiveConfigsResponse.Builder

This builder for chaining.

build()

public ListLiveConfigsResponse build()
Returns
Type Description
ListLiveConfigsResponse

buildPartial()

public ListLiveConfigsResponse buildPartial()
Returns
Type Description
ListLiveConfigsResponse

clear()

public ListLiveConfigsResponse.Builder clear()
Returns
Type Description
ListLiveConfigsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListLiveConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListLiveConfigsResponse.Builder
Overrides

clearLiveConfigs()

public ListLiveConfigsResponse.Builder clearLiveConfigs()

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Returns
Type Description
ListLiveConfigsResponse.Builder

clearNextPageToken()

public ListLiveConfigsResponse.Builder clearNextPageToken()

The pagination token.

string next_page_token = 2;

Returns
Type Description
ListLiveConfigsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListLiveConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListLiveConfigsResponse.Builder
Overrides

clearUnreachable()

public ListLiveConfigsResponse.Builder clearUnreachable()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
ListLiveConfigsResponse.Builder

This builder for chaining.

clone()

public ListLiveConfigsResponse.Builder clone()
Returns
Type Description
ListLiveConfigsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListLiveConfigsResponse getDefaultInstanceForType()
Returns
Type Description
ListLiveConfigsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLiveConfigs(int index)

public LiveConfig getLiveConfigs(int index)

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
LiveConfig

getLiveConfigsBuilder(int index)

public LiveConfig.Builder getLiveConfigsBuilder(int index)

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
LiveConfig.Builder

getLiveConfigsBuilderList()

public List<LiveConfig.Builder> getLiveConfigsBuilderList()

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Returns
Type Description
List<Builder>

getLiveConfigsCount()

public int getLiveConfigsCount()

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Returns
Type Description
int

getLiveConfigsList()

public List<LiveConfig> getLiveConfigsList()

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Returns
Type Description
List<LiveConfig>

getLiveConfigsOrBuilder(int index)

public LiveConfigOrBuilder getLiveConfigsOrBuilder(int index)

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
LiveConfigOrBuilder

getLiveConfigsOrBuilderList()

public List<? extends LiveConfigOrBuilder> getLiveConfigsOrBuilderList()

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Returns
Type Description
List<? extends com.google.cloud.video.stitcher.v1.LiveConfigOrBuilder>

getNextPageToken()

public String getNextPageToken()

The pagination token.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

The pagination token.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public String getUnreachable(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
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;

Parameter
Name Description
index int

The index of the value to return.

Returns
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;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListLiveConfigsResponse other)

public ListLiveConfigsResponse.Builder mergeFrom(ListLiveConfigsResponse other)
Parameter
Name Description
other ListLiveConfigsResponse
Returns
Type Description
ListLiveConfigsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListLiveConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListLiveConfigsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListLiveConfigsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListLiveConfigsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListLiveConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListLiveConfigsResponse.Builder
Overrides

removeLiveConfigs(int index)

public ListLiveConfigsResponse.Builder removeLiveConfigs(int index)

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
ListLiveConfigsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListLiveConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListLiveConfigsResponse.Builder
Overrides

setLiveConfigs(int index, LiveConfig value)

public ListLiveConfigsResponse.Builder setLiveConfigs(int index, LiveConfig value)

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Parameters
Name Description
index int
value LiveConfig
Returns
Type Description
ListLiveConfigsResponse.Builder

setLiveConfigs(int index, LiveConfig.Builder builderForValue)

public ListLiveConfigsResponse.Builder setLiveConfigs(int index, LiveConfig.Builder builderForValue)

List of live configs.

repeated .google.cloud.video.stitcher.v1.LiveConfig live_configs = 1;

Parameters
Name Description
index int
builderForValue LiveConfig.Builder
Returns
Type Description
ListLiveConfigsResponse.Builder

setNextPageToken(String value)

public ListLiveConfigsResponse.Builder setNextPageToken(String value)

The pagination token.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListLiveConfigsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListLiveConfigsResponse.Builder setNextPageTokenBytes(ByteString value)

The pagination token.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListLiveConfigsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListLiveConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListLiveConfigsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListLiveConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListLiveConfigsResponse.Builder
Overrides

setUnreachable(int index, String value)

public ListLiveConfigsResponse.Builder setUnreachable(int index, String value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachable to set.

Returns
Type Description
ListLiveConfigsResponse.Builder

This builder for chaining.