Class ListSaasResponse.Builder (0.2.0)

public static final class ListSaasResponse.Builder extends GeneratedMessageV3.Builder<ListSaasResponse.Builder> implements ListSaasResponseOrBuilder

The response structure for the ListSaas method.

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

Static Methods

getDescriptor()

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

Methods

addAllSaas(Iterable<? extends Saas> values)

public ListSaasResponse.Builder addAllSaas(Iterable<? extends Saas> values)

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

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

addAllUnreachable(Iterable<String> values)

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

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListSaasResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListSaasResponse.Builder
Overrides

addSaas(Saas value)

public ListSaasResponse.Builder addSaas(Saas value)

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Parameter
Name Description
value Saas
Returns
Type Description
ListSaasResponse.Builder

addSaas(Saas.Builder builderForValue)

public ListSaasResponse.Builder addSaas(Saas.Builder builderForValue)

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Parameter
Name Description
builderForValue Saas.Builder
Returns
Type Description
ListSaasResponse.Builder

addSaas(int index, Saas value)

public ListSaasResponse.Builder addSaas(int index, Saas value)

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Parameters
Name Description
index int
value Saas
Returns
Type Description
ListSaasResponse.Builder

addSaas(int index, Saas.Builder builderForValue)

public ListSaasResponse.Builder addSaas(int index, Saas.Builder builderForValue)

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Parameters
Name Description
index int
builderForValue Saas.Builder
Returns
Type Description
ListSaasResponse.Builder

addSaasBuilder()

public Saas.Builder addSaasBuilder()

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Returns
Type Description
Saas.Builder

addSaasBuilder(int index)

public Saas.Builder addSaasBuilder(int index)

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Parameter
Name Description
index int
Returns
Type Description
Saas.Builder

addUnreachable(String value)

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

This builder for chaining.

addUnreachableBytes(ByteString value)

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

This builder for chaining.

build()

public ListSaasResponse build()
Returns
Type Description
ListSaasResponse

buildPartial()

public ListSaasResponse buildPartial()
Returns
Type Description
ListSaasResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

public ListSaasResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListSaasResponse.Builder
Overrides

clearNextPageToken()

public ListSaasResponse.Builder clearNextPageToken()

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

string next_page_token = 10510;

Returns
Type Description
ListSaasResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListSaasResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListSaasResponse.Builder
Overrides

clearSaas()

public ListSaasResponse.Builder clearSaas()

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Returns
Type Description
ListSaasResponse.Builder

clearUnreachable()

public ListSaasResponse.Builder clearUnreachable()

Locations that could not be reached.

repeated string unreachable = 10511;

Returns
Type Description
ListSaasResponse.Builder

This builder for chaining.

clone()

public ListSaasResponse.Builder clone()
Returns
Type Description
ListSaasResponse.Builder
Overrides

getDefaultInstanceForType()

public ListSaasResponse getDefaultInstanceForType()
Returns
Type Description
ListSaasResponse

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 ListSaas 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 ListSaas 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.

getSaas(int index)

public Saas getSaas(int index)

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Parameter
Name Description
index int
Returns
Type Description
Saas

getSaasBuilder(int index)

public Saas.Builder getSaasBuilder(int index)

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Parameter
Name Description
index int
Returns
Type Description
Saas.Builder

getSaasBuilderList()

public List<Saas.Builder> getSaasBuilderList()

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Returns
Type Description
List<Builder>

getSaasCount()

public int getSaasCount()

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Returns
Type Description
int

getSaasList()

public List<Saas> getSaasList()

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Returns
Type Description
List<Saas>

getSaasOrBuilder(int index)

public SaasOrBuilder getSaasOrBuilder(int index)

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Parameter
Name Description
index int
Returns
Type Description
SaasOrBuilder

getSaasOrBuilderList()

public List<? extends SaasOrBuilder> getSaasOrBuilderList()

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

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

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListSaasResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListSaasResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListSaasResponse.Builder
Overrides

removeSaas(int index)

public ListSaasResponse.Builder removeSaas(int index)

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Parameter
Name Description
index int
Returns
Type Description
ListSaasResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListSaasResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListSaasResponse.Builder
Overrides

setNextPageToken(String value)

public ListSaasResponse.Builder setNextPageToken(String value)

If present, the next page token can be provided to a subsequent ListSaas 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
ListSaasResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListSaasResponse.Builder setNextPageTokenBytes(ByteString value)

If present, the next page token can be provided to a subsequent ListSaas 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
ListSaasResponse.Builder

This builder for chaining.

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

public ListSaasResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListSaasResponse.Builder
Overrides

setSaas(int index, Saas value)

public ListSaasResponse.Builder setSaas(int index, Saas value)

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Parameters
Name Description
index int
value Saas
Returns
Type Description
ListSaasResponse.Builder

setSaas(int index, Saas.Builder builderForValue)

public ListSaasResponse.Builder setSaas(int index, Saas.Builder builderForValue)

The resulting saas.

repeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.Saas saas = 10509;

Parameters
Name Description
index int
builderForValue Saas.Builder
Returns
Type Description
ListSaasResponse.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final ListSaasResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListSaasResponse.Builder
Overrides

setUnreachable(int index, String value)

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

This builder for chaining.