Class ListVolumesResponse.Builder (0.62.0)

public static final class ListVolumesResponse.Builder extends GeneratedMessage.Builder<ListVolumesResponse.Builder> implements ListVolumesResponseOrBuilder

Message for response to listing Volumes

Protobuf type google.cloud.netapp.v1.ListVolumesResponse

Static Methods

getDescriptor()

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

Methods

addAllUnreachable(Iterable<String> values)

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

This builder for chaining.

addAllVolumes(Iterable<? extends Volume> values)

public ListVolumesResponse.Builder addAllVolumes(Iterable<? extends Volume> values)

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.netapp.v1.Volume>
Returns
Type Description
ListVolumesResponse.Builder

addUnreachable(String value)

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

This builder for chaining.

addUnreachableBytes(ByteString value)

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

This builder for chaining.

addVolumes(Volume value)

public ListVolumesResponse.Builder addVolumes(Volume value)

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Parameter
Name Description
value Volume
Returns
Type Description
ListVolumesResponse.Builder

addVolumes(Volume.Builder builderForValue)

public ListVolumesResponse.Builder addVolumes(Volume.Builder builderForValue)

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Parameter
Name Description
builderForValue Volume.Builder
Returns
Type Description
ListVolumesResponse.Builder

addVolumes(int index, Volume value)

public ListVolumesResponse.Builder addVolumes(int index, Volume value)

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Parameters
Name Description
index int
value Volume
Returns
Type Description
ListVolumesResponse.Builder

addVolumes(int index, Volume.Builder builderForValue)

public ListVolumesResponse.Builder addVolumes(int index, Volume.Builder builderForValue)

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Parameters
Name Description
index int
builderForValue Volume.Builder
Returns
Type Description
ListVolumesResponse.Builder

addVolumesBuilder()

public Volume.Builder addVolumesBuilder()

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Returns
Type Description
Volume.Builder

addVolumesBuilder(int index)

public Volume.Builder addVolumesBuilder(int index)

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Parameter
Name Description
index int
Returns
Type Description
Volume.Builder

build()

public ListVolumesResponse build()
Returns
Type Description
ListVolumesResponse

buildPartial()

public ListVolumesResponse buildPartial()
Returns
Type Description
ListVolumesResponse

clear()

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

clearNextPageToken()

public ListVolumesResponse.Builder clearNextPageToken()

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

string next_page_token = 2;

Returns
Type Description
ListVolumesResponse.Builder

This builder for chaining.

clearUnreachable()

public ListVolumesResponse.Builder clearUnreachable()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
ListVolumesResponse.Builder

This builder for chaining.

clearVolumes()

public ListVolumesResponse.Builder clearVolumes()

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Returns
Type Description
ListVolumesResponse.Builder

getDefaultInstanceForType()

public ListVolumesResponse getDefaultInstanceForType()
Returns
Type Description
ListVolumesResponse

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.

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.

getVolumes(int index)

public Volume getVolumes(int index)

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Parameter
Name Description
index int
Returns
Type Description
Volume

getVolumesBuilder(int index)

public Volume.Builder getVolumesBuilder(int index)

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Parameter
Name Description
index int
Returns
Type Description
Volume.Builder

getVolumesBuilderList()

public List<Volume.Builder> getVolumesBuilderList()

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Returns
Type Description
List<Builder>

getVolumesCount()

public int getVolumesCount()

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Returns
Type Description
int

getVolumesList()

public List<Volume> getVolumesList()

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Returns
Type Description
List<Volume>

getVolumesOrBuilder(int index)

public VolumeOrBuilder getVolumesOrBuilder(int index)

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Parameter
Name Description
index int
Returns
Type Description
VolumeOrBuilder

getVolumesOrBuilderList()

public List<? extends VolumeOrBuilder> getVolumesOrBuilderList()

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Returns
Type Description
List<? extends com.google.cloud.netapp.v1.VolumeOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListVolumesResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeVolumes(int index)

public ListVolumesResponse.Builder removeVolumes(int index)

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Parameter
Name Description
index int
Returns
Type Description
ListVolumesResponse.Builder

setNextPageToken(String value)

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

This builder for chaining.

setNextPageTokenBytes(ByteString value)

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

This builder for chaining.

setUnreachable(int index, String value)

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

This builder for chaining.

setVolumes(int index, Volume value)

public ListVolumesResponse.Builder setVolumes(int index, Volume value)

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Parameters
Name Description
index int
value Volume
Returns
Type Description
ListVolumesResponse.Builder

setVolumes(int index, Volume.Builder builderForValue)

public ListVolumesResponse.Builder setVolumes(int index, Volume.Builder builderForValue)

The list of Volume

repeated .google.cloud.netapp.v1.Volume volumes = 1;

Parameters
Name Description
index int
builderForValue Volume.Builder
Returns
Type Description
ListVolumesResponse.Builder