Class ListSlatesResponse.Builder (0.83.0)

public static final class ListSlatesResponse.Builder extends GeneratedMessage.Builder<ListSlatesResponse.Builder> implements ListSlatesResponseOrBuilder

Response message for VideoStitcherService.listSlates.

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

Static Methods

getDescriptor()

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

Methods

addAllSlates(Iterable<? extends Slate> values)

public ListSlatesResponse.Builder addAllSlates(Iterable<? extends Slate> values)

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

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

addAllUnreachable(Iterable<String> values)

public ListSlatesResponse.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
ListSlatesResponse.Builder

This builder for chaining.

addSlates(Slate value)

public ListSlatesResponse.Builder addSlates(Slate value)

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Parameter
Name Description
value Slate
Returns
Type Description
ListSlatesResponse.Builder

addSlates(Slate.Builder builderForValue)

public ListSlatesResponse.Builder addSlates(Slate.Builder builderForValue)

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Parameter
Name Description
builderForValue Slate.Builder
Returns
Type Description
ListSlatesResponse.Builder

addSlates(int index, Slate value)

public ListSlatesResponse.Builder addSlates(int index, Slate value)

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Parameters
Name Description
index int
value Slate
Returns
Type Description
ListSlatesResponse.Builder

addSlates(int index, Slate.Builder builderForValue)

public ListSlatesResponse.Builder addSlates(int index, Slate.Builder builderForValue)

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Parameters
Name Description
index int
builderForValue Slate.Builder
Returns
Type Description
ListSlatesResponse.Builder

addSlatesBuilder()

public Slate.Builder addSlatesBuilder()

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Returns
Type Description
Slate.Builder

addSlatesBuilder(int index)

public Slate.Builder addSlatesBuilder(int index)

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Parameter
Name Description
index int
Returns
Type Description
Slate.Builder

addUnreachable(String value)

public ListSlatesResponse.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
ListSlatesResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListSlatesResponse.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
ListSlatesResponse.Builder

This builder for chaining.

build()

public ListSlatesResponse build()
Returns
Type Description
ListSlatesResponse

buildPartial()

public ListSlatesResponse buildPartial()
Returns
Type Description
ListSlatesResponse

clear()

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

clearNextPageToken()

public ListSlatesResponse.Builder clearNextPageToken()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
Type Description
ListSlatesResponse.Builder

This builder for chaining.

clearSlates()

public ListSlatesResponse.Builder clearSlates()

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Returns
Type Description
ListSlatesResponse.Builder

clearUnreachable()

public ListSlatesResponse.Builder clearUnreachable()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
ListSlatesResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListSlatesResponse getDefaultInstanceForType()
Returns
Type Description
ListSlatesResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token identifying a page of results the server should return.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getSlates(int index)

public Slate getSlates(int index)

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Parameter
Name Description
index int
Returns
Type Description
Slate

getSlatesBuilder(int index)

public Slate.Builder getSlatesBuilder(int index)

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Parameter
Name Description
index int
Returns
Type Description
Slate.Builder

getSlatesBuilderList()

public List<Slate.Builder> getSlatesBuilderList()

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Returns
Type Description
List<Builder>

getSlatesCount()

public int getSlatesCount()

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Returns
Type Description
int

getSlatesList()

public List<Slate> getSlatesList()

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Returns
Type Description
List<Slate>

getSlatesOrBuilder(int index)

public SlateOrBuilder getSlatesOrBuilder(int index)

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Parameter
Name Description
index int
Returns
Type Description
SlateOrBuilder

getSlatesOrBuilderList()

public List<? extends SlateOrBuilder> getSlatesOrBuilderList()

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

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

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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListSlatesResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeSlates(int index)

public ListSlatesResponse.Builder removeSlates(int index)

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Parameter
Name Description
index int
Returns
Type Description
ListSlatesResponse.Builder

setNextPageToken(String value)

public ListSlatesResponse.Builder setNextPageToken(String value)

A token identifying a page of results the server should return.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListSlatesResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListSlatesResponse.Builder setNextPageTokenBytes(ByteString value)

A token identifying a page of results the server should return.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListSlatesResponse.Builder

This builder for chaining.

setSlates(int index, Slate value)

public ListSlatesResponse.Builder setSlates(int index, Slate value)

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Parameters
Name Description
index int
value Slate
Returns
Type Description
ListSlatesResponse.Builder

setSlates(int index, Slate.Builder builderForValue)

public ListSlatesResponse.Builder setSlates(int index, Slate.Builder builderForValue)

The list of slates

repeated .google.cloud.video.stitcher.v1.Slate slates = 1;

Parameters
Name Description
index int
builderForValue Slate.Builder
Returns
Type Description
ListSlatesResponse.Builder

setUnreachable(int index, String value)

public ListSlatesResponse.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
ListSlatesResponse.Builder

This builder for chaining.