Class ListRolloutsResponse.Builder (0.15.0)

public static final class ListRolloutsResponse.Builder extends GeneratedMessage.Builder<ListRolloutsResponse.Builder> implements ListRolloutsResponseOrBuilder

The response structure for the ListRollouts method.

Protobuf type google.cloud.saasplatform.saasservicemgmt.v1beta1.ListRolloutsResponse

Static Methods

getDescriptor()

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

Methods

addAllRollouts(Iterable<? extends Rollout> values)

public ListRolloutsResponse.Builder addAllRollouts(Iterable<? extends Rollout> values)

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Parameter
Name Description
values Iterable<? extends com.google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout>
Returns
Type Description
ListRolloutsResponse.Builder

addAllUnreachable(Iterable<String> values)

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

Locations that could not be reached.

repeated string unreachable = 10511;

Parameter
Name Description
values Iterable<String>

The unreachable to add.

Returns
Type Description
ListRolloutsResponse.Builder

This builder for chaining.

addRollouts(Rollout value)

public ListRolloutsResponse.Builder addRollouts(Rollout value)

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Parameter
Name Description
value Rollout
Returns
Type Description
ListRolloutsResponse.Builder

addRollouts(Rollout.Builder builderForValue)

public ListRolloutsResponse.Builder addRollouts(Rollout.Builder builderForValue)

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Parameter
Name Description
builderForValue Rollout.Builder
Returns
Type Description
ListRolloutsResponse.Builder

addRollouts(int index, Rollout value)

public ListRolloutsResponse.Builder addRollouts(int index, Rollout value)

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Parameters
Name Description
index int
value Rollout
Returns
Type Description
ListRolloutsResponse.Builder

addRollouts(int index, Rollout.Builder builderForValue)

public ListRolloutsResponse.Builder addRollouts(int index, Rollout.Builder builderForValue)

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Parameters
Name Description
index int
builderForValue Rollout.Builder
Returns
Type Description
ListRolloutsResponse.Builder

addRolloutsBuilder()

public Rollout.Builder addRolloutsBuilder()

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Returns
Type Description
Rollout.Builder

addRolloutsBuilder(int index)

public Rollout.Builder addRolloutsBuilder(int index)

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Parameter
Name Description
index int
Returns
Type Description
Rollout.Builder

addUnreachable(String value)

public ListRolloutsResponse.Builder addUnreachable(String value)

Locations that could not be reached.

repeated string unreachable = 10511;

Parameter
Name Description
value String

The unreachable to add.

Returns
Type Description
ListRolloutsResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListRolloutsResponse.Builder addUnreachableBytes(ByteString value)

Locations that could not be reached.

repeated string unreachable = 10511;

Parameter
Name Description
value ByteString

The bytes of the unreachable to add.

Returns
Type Description
ListRolloutsResponse.Builder

This builder for chaining.

build()

public ListRolloutsResponse build()
Returns
Type Description
ListRolloutsResponse

buildPartial()

public ListRolloutsResponse buildPartial()
Returns
Type Description
ListRolloutsResponse

clear()

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

clearNextPageToken()

public ListRolloutsResponse.Builder clearNextPageToken()

If present, the next page token can be provided to a subsequent ListRollouts call to list the next page. If empty, there are no more pages.

string next_page_token = 10510;

Returns
Type Description
ListRolloutsResponse.Builder

This builder for chaining.

clearRollouts()

public ListRolloutsResponse.Builder clearRollouts()

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Returns
Type Description
ListRolloutsResponse.Builder

clearUnreachable()

public ListRolloutsResponse.Builder clearUnreachable()

Locations that could not be reached.

repeated string unreachable = 10511;

Returns
Type Description
ListRolloutsResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListRolloutsResponse getDefaultInstanceForType()
Returns
Type Description
ListRolloutsResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

If present, the next page token can be provided to a subsequent ListRollouts call to list the next page. If empty, there are no more pages.

string next_page_token = 10510;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

If present, the next page token can be provided to a subsequent ListRollouts call to list the next page. If empty, there are no more pages.

string next_page_token = 10510;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getRollouts(int index)

public Rollout getRollouts(int index)

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Parameter
Name Description
index int
Returns
Type Description
Rollout

getRolloutsBuilder(int index)

public Rollout.Builder getRolloutsBuilder(int index)

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Parameter
Name Description
index int
Returns
Type Description
Rollout.Builder

getRolloutsBuilderList()

public List<Rollout.Builder> getRolloutsBuilderList()

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Returns
Type Description
List<Builder>

getRolloutsCount()

public int getRolloutsCount()

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Returns
Type Description
int

getRolloutsList()

public List<Rollout> getRolloutsList()

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Returns
Type Description
List<Rollout>

getRolloutsOrBuilder(int index)

public RolloutOrBuilder getRolloutsOrBuilder(int index)

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Parameter
Name Description
index int
Returns
Type Description
RolloutOrBuilder

getRolloutsOrBuilderList()

public List<? extends RolloutOrBuilder> getRolloutsOrBuilderList()

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Returns
Type Description
List<? extends com.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutOrBuilder>

getUnreachable(int index)

public String getUnreachable(int index)

Locations that could not be reached.

repeated string unreachable = 10511;

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 = 10511;

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 = 10511;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 10511;

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(ListRolloutsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeRollouts(int index)

public ListRolloutsResponse.Builder removeRollouts(int index)

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Parameter
Name Description
index int
Returns
Type Description
ListRolloutsResponse.Builder

setNextPageToken(String value)

public ListRolloutsResponse.Builder setNextPageToken(String value)

If present, the next page token can be provided to a subsequent ListRollouts call to list the next page. If empty, there are no more pages.

string next_page_token = 10510;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListRolloutsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListRolloutsResponse.Builder setNextPageTokenBytes(ByteString value)

If present, the next page token can be provided to a subsequent ListRollouts call to list the next page. If empty, there are no more pages.

string next_page_token = 10510;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListRolloutsResponse.Builder

This builder for chaining.

setRollouts(int index, Rollout value)

public ListRolloutsResponse.Builder setRollouts(int index, Rollout value)

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Parameters
Name Description
index int
value Rollout
Returns
Type Description
ListRolloutsResponse.Builder

setRollouts(int index, Rollout.Builder builderForValue)

public ListRolloutsResponse.Builder setRollouts(int index, Rollout.Builder builderForValue)

The resulting rollouts.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollouts = 10509;

Parameters
Name Description
index int
builderForValue Rollout.Builder
Returns
Type Description
ListRolloutsResponse.Builder

setUnreachable(int index, String value)

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

Locations that could not be reached.

repeated string unreachable = 10511;

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachable to set.

Returns
Type Description
ListRolloutsResponse.Builder

This builder for chaining.