Class ListAssetsResponse.Builder (0.43.0)

public static final class ListAssetsResponse.Builder extends GeneratedMessageV3.Builder<ListAssetsResponse.Builder> implements ListAssetsResponseOrBuilder

Response message for "LivestreamService.ListAssets".

Protobuf type google.cloud.video.livestream.v1.ListAssetsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllAssets(Iterable<? extends Asset> values)

public ListAssetsResponse.Builder addAllAssets(Iterable<? extends Asset> values)

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.video.livestream.v1.Asset>
Returns
TypeDescription
ListAssetsResponse.Builder

addAllUnreachable(Iterable<String> values)

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

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
valuesIterable<String>

The unreachable to add.

Returns
TypeDescription
ListAssetsResponse.Builder

This builder for chaining.

addAssets(Asset value)

public ListAssetsResponse.Builder addAssets(Asset value)

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Parameter
NameDescription
valueAsset
Returns
TypeDescription
ListAssetsResponse.Builder

addAssets(Asset.Builder builderForValue)

public ListAssetsResponse.Builder addAssets(Asset.Builder builderForValue)

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Parameter
NameDescription
builderForValueAsset.Builder
Returns
TypeDescription
ListAssetsResponse.Builder

addAssets(int index, Asset value)

public ListAssetsResponse.Builder addAssets(int index, Asset value)

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Parameters
NameDescription
indexint
valueAsset
Returns
TypeDescription
ListAssetsResponse.Builder

addAssets(int index, Asset.Builder builderForValue)

public ListAssetsResponse.Builder addAssets(int index, Asset.Builder builderForValue)

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Parameters
NameDescription
indexint
builderForValueAsset.Builder
Returns
TypeDescription
ListAssetsResponse.Builder

addAssetsBuilder()

public Asset.Builder addAssetsBuilder()

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Returns
TypeDescription
Asset.Builder

addAssetsBuilder(int index)

public Asset.Builder addAssetsBuilder(int index)

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Asset.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListAssetsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListAssetsResponse.Builder
Overrides

addUnreachable(String value)

public ListAssetsResponse.Builder addUnreachable(String value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
valueString

The unreachable to add.

Returns
TypeDescription
ListAssetsResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListAssetsResponse.Builder addUnreachableBytes(ByteString value)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
valueByteString

The bytes of the unreachable to add.

Returns
TypeDescription
ListAssetsResponse.Builder

This builder for chaining.

build()

public ListAssetsResponse build()
Returns
TypeDescription
ListAssetsResponse

buildPartial()

public ListAssetsResponse buildPartial()
Returns
TypeDescription
ListAssetsResponse

clear()

public ListAssetsResponse.Builder clear()
Returns
TypeDescription
ListAssetsResponse.Builder
Overrides

clearAssets()

public ListAssetsResponse.Builder clearAssets()

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Returns
TypeDescription
ListAssetsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListAssetsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListAssetsResponse.Builder
Overrides

clearNextPageToken()

public ListAssetsResponse.Builder clearNextPageToken()

The next_page_token value returned from a previous List request, if any.

string next_page_token = 2;

Returns
TypeDescription
ListAssetsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListAssetsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListAssetsResponse.Builder
Overrides

clearUnreachable()

public ListAssetsResponse.Builder clearUnreachable()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
ListAssetsResponse.Builder

This builder for chaining.

clone()

public ListAssetsResponse.Builder clone()
Returns
TypeDescription
ListAssetsResponse.Builder
Overrides

getAssets(int index)

public Asset getAssets(int index)

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Asset

getAssetsBuilder(int index)

public Asset.Builder getAssetsBuilder(int index)

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Asset.Builder

getAssetsBuilderList()

public List<Asset.Builder> getAssetsBuilderList()

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Returns
TypeDescription
List<Builder>

getAssetsCount()

public int getAssetsCount()

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Returns
TypeDescription
int

getAssetsList()

public List<Asset> getAssetsList()

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Returns
TypeDescription
List<Asset>

getAssetsOrBuilder(int index)

public AssetOrBuilder getAssetsOrBuilder(int index)

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AssetOrBuilder

getAssetsOrBuilderList()

public List<? extends AssetOrBuilder> getAssetsOrBuilderList()

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Returns
TypeDescription
List<? extends com.google.cloud.video.livestream.v1.AssetOrBuilder>

getDefaultInstanceForType()

public ListAssetsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListAssetsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getNextPageToken()

public String getNextPageToken()

The next_page_token value returned from a previous List request, if any.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

The next_page_token value returned from a previous List request, if any.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public String getUnreachable(int index)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListAssetsResponse other)

public ListAssetsResponse.Builder mergeFrom(ListAssetsResponse other)
Parameter
NameDescription
otherListAssetsResponse
Returns
TypeDescription
ListAssetsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListAssetsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListAssetsResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListAssetsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListAssetsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListAssetsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListAssetsResponse.Builder
Overrides

removeAssets(int index)

public ListAssetsResponse.Builder removeAssets(int index)

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListAssetsResponse.Builder

setAssets(int index, Asset value)

public ListAssetsResponse.Builder setAssets(int index, Asset value)

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Parameters
NameDescription
indexint
valueAsset
Returns
TypeDescription
ListAssetsResponse.Builder

setAssets(int index, Asset.Builder builderForValue)

public ListAssetsResponse.Builder setAssets(int index, Asset.Builder builderForValue)

The list of Assets

repeated .google.cloud.video.livestream.v1.Asset assets = 1;

Parameters
NameDescription
indexint
builderForValueAsset.Builder
Returns
TypeDescription
ListAssetsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListAssetsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListAssetsResponse.Builder
Overrides

setNextPageToken(String value)

public ListAssetsResponse.Builder setNextPageToken(String value)

The next_page_token value returned from a previous List request, if any.

string next_page_token = 2;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListAssetsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListAssetsResponse.Builder setNextPageTokenBytes(ByteString value)

The next_page_token value returned from a previous List request, if any.

string next_page_token = 2;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListAssetsResponse.Builder

This builder for chaining.

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

public ListAssetsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListAssetsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListAssetsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListAssetsResponse.Builder
Overrides

setUnreachable(int index, String value)

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

Locations that could not be reached.

repeated string unreachable = 3;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The unreachable to set.

Returns
TypeDescription
ListAssetsResponse.Builder

This builder for chaining.