public static final class ListLiveConfigsResponse.Builder extends GeneratedMessage.Builder<ListLiveConfigsResponse.Builder> implements ListLiveConfigsResponseOrBuilderResponse message for VideoStitcher.ListLiveConfig.
Protobuf type google.cloud.video.stitcher.v1.ListLiveConfigsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.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 |
|
addUnreachable(String value)
public ListLiveConfigsResponse.Builder addUnreachable(String value)Locations that could not be reached.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe 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 |
ByteStringThe 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 |
|
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. |
clearUnreachable()
public ListLiveConfigsResponse.Builder clearUnreachable()Locations that could not be reached.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
ListLiveConfigsResponse.Builder |
This builder for chaining. |
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 |
intThe 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 |
intThe 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 GeneratedMessage.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 |
|
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 |
|
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 |
StringThe 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 |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListLiveConfigsResponse.Builder |
This builder for chaining. |
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 |
intThe index to set the value at. |
value |
StringThe unreachable to set. |
| Returns | |
|---|---|
| Type | Description |
ListLiveConfigsResponse.Builder |
This builder for chaining. |