Class ListSlatesResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListSlatesResponse.Builder>
-
- com.google.cloud.video.stitcher.v1.ListSlatesResponse.Builder
-
- All Implemented Interfaces:
ListSlatesResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListSlatesResponse
public static final class ListSlatesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListSlatesResponse.Builder> implements ListSlatesResponseOrBuilder
Response message for VideoStitcherService.listSlates.
Protobuf typegoogle.cloud.video.stitcher.v1.ListSlatesResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSlatesResponse.Builder
addAllSlates(Iterable<? extends Slate> values)
The list of slatesListSlatesResponse.Builder
addAllUnreachable(Iterable<String> values)
Locations that could not be reached.ListSlatesResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListSlatesResponse.Builder
addSlates(int index, Slate value)
The list of slatesListSlatesResponse.Builder
addSlates(int index, Slate.Builder builderForValue)
The list of slatesListSlatesResponse.Builder
addSlates(Slate value)
The list of slatesListSlatesResponse.Builder
addSlates(Slate.Builder builderForValue)
The list of slatesSlate.Builder
addSlatesBuilder()
The list of slatesSlate.Builder
addSlatesBuilder(int index)
The list of slatesListSlatesResponse.Builder
addUnreachable(String value)
Locations that could not be reached.ListSlatesResponse.Builder
addUnreachableBytes(com.google.protobuf.ByteString value)
Locations that could not be reached.ListSlatesResponse
build()
ListSlatesResponse
buildPartial()
ListSlatesResponse.Builder
clear()
ListSlatesResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListSlatesResponse.Builder
clearNextPageToken()
A token identifying a page of results the server should return.ListSlatesResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListSlatesResponse.Builder
clearSlates()
The list of slatesListSlatesResponse.Builder
clearUnreachable()
Locations that could not be reached.ListSlatesResponse.Builder
clone()
ListSlatesResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getNextPageToken()
A token identifying a page of results the server should return.com.google.protobuf.ByteString
getNextPageTokenBytes()
A token identifying a page of results the server should return.Slate
getSlates(int index)
The list of slatesSlate.Builder
getSlatesBuilder(int index)
The list of slatesList<Slate.Builder>
getSlatesBuilderList()
The list of slatesint
getSlatesCount()
The list of slatesList<Slate>
getSlatesList()
The list of slatesSlateOrBuilder
getSlatesOrBuilder(int index)
The list of slatesList<? extends SlateOrBuilder>
getSlatesOrBuilderList()
The list of slatesString
getUnreachable(int index)
Locations that could not be reached.com.google.protobuf.ByteString
getUnreachableBytes(int index)
Locations that could not be reached.int
getUnreachableCount()
Locations that could not be reached.com.google.protobuf.ProtocolStringList
getUnreachableList()
Locations that could not be reached.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListSlatesResponse.Builder
mergeFrom(ListSlatesResponse other)
ListSlatesResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListSlatesResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListSlatesResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListSlatesResponse.Builder
removeSlates(int index)
The list of slatesListSlatesResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListSlatesResponse.Builder
setNextPageToken(String value)
A token identifying a page of results the server should return.ListSlatesResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token identifying a page of results the server should return.ListSlatesResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListSlatesResponse.Builder
setSlates(int index, Slate value)
The list of slatesListSlatesResponse.Builder
setSlates(int index, Slate.Builder builderForValue)
The list of slatesListSlatesResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListSlatesResponse.Builder
setUnreachable(int index, String value)
Locations that could not be reached.-
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<ListSlatesResponse.Builder>
-
clear
public ListSlatesResponse.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<ListSlatesResponse.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<ListSlatesResponse.Builder>
-
getDefaultInstanceForType
public ListSlatesResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListSlatesResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListSlatesResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListSlatesResponse.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<ListSlatesResponse.Builder>
-
setField
public ListSlatesResponse.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<ListSlatesResponse.Builder>
-
clearField
public ListSlatesResponse.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<ListSlatesResponse.Builder>
-
clearOneof
public ListSlatesResponse.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<ListSlatesResponse.Builder>
-
setRepeatedField
public ListSlatesResponse.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<ListSlatesResponse.Builder>
-
addRepeatedField
public ListSlatesResponse.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<ListSlatesResponse.Builder>
-
mergeFrom
public ListSlatesResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListSlatesResponse.Builder>
-
mergeFrom
public ListSlatesResponse.Builder mergeFrom(ListSlatesResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSlatesResponse.Builder>
-
mergeFrom
public ListSlatesResponse.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<ListSlatesResponse.Builder>
- Throws:
IOException
-
getSlatesList
public List<Slate> getSlatesList()
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
- Specified by:
getSlatesList
in interfaceListSlatesResponseOrBuilder
-
getSlatesCount
public int getSlatesCount()
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
- Specified by:
getSlatesCount
in interfaceListSlatesResponseOrBuilder
-
getSlates
public Slate getSlates(int index)
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
- Specified by:
getSlates
in interfaceListSlatesResponseOrBuilder
-
setSlates
public ListSlatesResponse.Builder setSlates(int index, Slate value)
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
setSlates
public ListSlatesResponse.Builder setSlates(int index, Slate.Builder builderForValue)
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
addSlates
public ListSlatesResponse.Builder addSlates(Slate value)
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
addSlates
public ListSlatesResponse.Builder addSlates(int index, Slate value)
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
addSlates
public ListSlatesResponse.Builder addSlates(Slate.Builder builderForValue)
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
addSlates
public ListSlatesResponse.Builder addSlates(int index, Slate.Builder builderForValue)
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
addAllSlates
public ListSlatesResponse.Builder addAllSlates(Iterable<? extends Slate> values)
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
clearSlates
public ListSlatesResponse.Builder clearSlates()
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
removeSlates
public ListSlatesResponse.Builder removeSlates(int index)
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
getSlatesBuilder
public Slate.Builder getSlatesBuilder(int index)
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
getSlatesOrBuilder
public SlateOrBuilder getSlatesOrBuilder(int index)
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
- Specified by:
getSlatesOrBuilder
in interfaceListSlatesResponseOrBuilder
-
getSlatesOrBuilderList
public List<? extends SlateOrBuilder> getSlatesOrBuilderList()
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
- Specified by:
getSlatesOrBuilderList
in interfaceListSlatesResponseOrBuilder
-
addSlatesBuilder
public Slate.Builder addSlatesBuilder()
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
addSlatesBuilder
public Slate.Builder addSlatesBuilder(int index)
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
getSlatesBuilderList
public List<Slate.Builder> getSlatesBuilderList()
The list of slates
repeated .google.cloud.video.stitcher.v1.Slate slates = 1;
-
getNextPageToken
public String getNextPageToken()
A token identifying a page of results the server should return.
string next_page_token = 2;
- Specified by:
getNextPageToken
in interfaceListSlatesResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
A token identifying a page of results the server should return.
string next_page_token = 2;
- Specified by:
getNextPageTokenBytes
in interfaceListSlatesResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListSlatesResponse.Builder setNextPageToken(String value)
A token identifying a page of results the server should return.
string next_page_token = 2;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListSlatesResponse.Builder clearNextPageToken()
A token identifying a page of results the server should return.
string next_page_token = 2;
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListSlatesResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token identifying a page of results the server should return.
string next_page_token = 2;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
getUnreachableList
public com.google.protobuf.ProtocolStringList getUnreachableList()
Locations that could not be reached.
repeated string unreachable = 3;
- Specified by:
getUnreachableList
in interfaceListSlatesResponseOrBuilder
- Returns:
- A list containing the unreachable.
-
getUnreachableCount
public int getUnreachableCount()
Locations that could not be reached.
repeated string unreachable = 3;
- Specified by:
getUnreachableCount
in interfaceListSlatesResponseOrBuilder
- Returns:
- The count of unreachable.
-
getUnreachable
public String getUnreachable(int index)
Locations that could not be reached.
repeated string unreachable = 3;
- Specified by:
getUnreachable
in interfaceListSlatesResponseOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The unreachable at the given index.
-
getUnreachableBytes
public com.google.protobuf.ByteString getUnreachableBytes(int index)
Locations that could not be reached.
repeated string unreachable = 3;
- Specified by:
getUnreachableBytes
in interfaceListSlatesResponseOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the unreachable at the given index.
-
setUnreachable
public ListSlatesResponse.Builder setUnreachable(int index, String value)
Locations that could not be reached.
repeated string unreachable = 3;
- Parameters:
index
- The index to set the value at.value
- The unreachable to set.- Returns:
- This builder for chaining.
-
addUnreachable
public ListSlatesResponse.Builder addUnreachable(String value)
Locations that could not be reached.
repeated string unreachable = 3;
- Parameters:
value
- The unreachable to add.- Returns:
- This builder for chaining.
-
addAllUnreachable
public ListSlatesResponse.Builder addAllUnreachable(Iterable<String> values)
Locations that could not be reached.
repeated string unreachable = 3;
- Parameters:
values
- The unreachable to add.- Returns:
- This builder for chaining.
-
clearUnreachable
public ListSlatesResponse.Builder clearUnreachable()
Locations that could not be reached.
repeated string unreachable = 3;
- Returns:
- This builder for chaining.
-
addUnreachableBytes
public ListSlatesResponse.Builder addUnreachableBytes(com.google.protobuf.ByteString value)
Locations that could not be reached.
repeated string unreachable = 3;
- Parameters:
value
- The bytes of the unreachable to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListSlatesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSlatesResponse.Builder>
-
mergeUnknownFields
public final ListSlatesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListSlatesResponse.Builder>
-
-