- 0.53.0 (latest)
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.6
- 0.1.2
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListLiveConfigsResponse.BuilderImplements
ListLiveConfigsResponseOrBuilderStatic 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 |
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 |
clearField(Descriptors.FieldDescriptor field)
public ListLiveConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListLiveConfigsResponse.Builder |
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 |
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 |
getDefaultInstanceForType()
public ListLiveConfigsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListLiveConfigsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListLiveConfigsResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
ListLiveConfigsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListLiveConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListLiveConfigsResponse.Builder |
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 |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListLiveConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListLiveConfigsResponse.Builder |
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. |