Class ListGoldengateDeploymentTypesResponse.Builder (0.44.0)

public static final class ListGoldengateDeploymentTypesResponse.Builder extends GeneratedMessage.Builder<ListGoldengateDeploymentTypesResponse.Builder> implements ListGoldengateDeploymentTypesResponseOrBuilder

Message for response to listing GoldengateDeploymentTypes

Protobuf type google.cloud.oracledatabase.v1.ListGoldengateDeploymentTypesResponse

Static Methods

getDescriptor()

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

Methods

addAllGoldengateDeploymentTypes(Iterable<? extends GoldengateDeploymentType> values)

public ListGoldengateDeploymentTypesResponse.Builder addAllGoldengateDeploymentTypes(Iterable<? extends GoldengateDeploymentType> values)

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.oracledatabase.v1.GoldengateDeploymentType>
Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

addAllUnreachable(Iterable<String> values)

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

Unordered list. The resource names of locations that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
values Iterable<String>

The unreachable to add.

Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

This builder for chaining.

addGoldengateDeploymentTypes(GoldengateDeploymentType value)

public ListGoldengateDeploymentTypesResponse.Builder addGoldengateDeploymentTypes(GoldengateDeploymentType value)

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Parameter
Name Description
value GoldengateDeploymentType
Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

addGoldengateDeploymentTypes(GoldengateDeploymentType.Builder builderForValue)

public ListGoldengateDeploymentTypesResponse.Builder addGoldengateDeploymentTypes(GoldengateDeploymentType.Builder builderForValue)

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Parameter
Name Description
builderForValue GoldengateDeploymentType.Builder
Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

addGoldengateDeploymentTypes(int index, GoldengateDeploymentType value)

public ListGoldengateDeploymentTypesResponse.Builder addGoldengateDeploymentTypes(int index, GoldengateDeploymentType value)

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Parameters
Name Description
index int
value GoldengateDeploymentType
Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

addGoldengateDeploymentTypes(int index, GoldengateDeploymentType.Builder builderForValue)

public ListGoldengateDeploymentTypesResponse.Builder addGoldengateDeploymentTypes(int index, GoldengateDeploymentType.Builder builderForValue)

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Parameters
Name Description
index int
builderForValue GoldengateDeploymentType.Builder
Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

addGoldengateDeploymentTypesBuilder()

public GoldengateDeploymentType.Builder addGoldengateDeploymentTypesBuilder()

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Returns
Type Description
GoldengateDeploymentType.Builder

addGoldengateDeploymentTypesBuilder(int index)

public GoldengateDeploymentType.Builder addGoldengateDeploymentTypesBuilder(int index)

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Parameter
Name Description
index int
Returns
Type Description
GoldengateDeploymentType.Builder

addUnreachable(String value)

public ListGoldengateDeploymentTypesResponse.Builder addUnreachable(String value)

Unordered list. The resource names of locations that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
value String

The unreachable to add.

Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListGoldengateDeploymentTypesResponse.Builder addUnreachableBytes(ByteString value)

Unordered list. The resource names of locations that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
value ByteString

The bytes of the unreachable to add.

Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

This builder for chaining.

build()

public ListGoldengateDeploymentTypesResponse build()
Returns
Type Description
ListGoldengateDeploymentTypesResponse

buildPartial()

public ListGoldengateDeploymentTypesResponse buildPartial()
Returns
Type Description
ListGoldengateDeploymentTypesResponse

clear()

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

clearGoldengateDeploymentTypes()

public ListGoldengateDeploymentTypesResponse.Builder clearGoldengateDeploymentTypes()

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

clearNextPageToken()

public ListGoldengateDeploymentTypesResponse.Builder clearNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

This builder for chaining.

clearUnreachable()

public ListGoldengateDeploymentTypesResponse.Builder clearUnreachable()

Unordered list. The resource names of locations that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListGoldengateDeploymentTypesResponse getDefaultInstanceForType()
Returns
Type Description
ListGoldengateDeploymentTypesResponse

getDescriptorForType()

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

getGoldengateDeploymentTypes(int index)

public GoldengateDeploymentType getGoldengateDeploymentTypes(int index)

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Parameter
Name Description
index int
Returns
Type Description
GoldengateDeploymentType

getGoldengateDeploymentTypesBuilder(int index)

public GoldengateDeploymentType.Builder getGoldengateDeploymentTypesBuilder(int index)

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Parameter
Name Description
index int
Returns
Type Description
GoldengateDeploymentType.Builder

getGoldengateDeploymentTypesBuilderList()

public List<GoldengateDeploymentType.Builder> getGoldengateDeploymentTypesBuilderList()

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Returns
Type Description
List<Builder>

getGoldengateDeploymentTypesCount()

public int getGoldengateDeploymentTypesCount()

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Returns
Type Description
int

getGoldengateDeploymentTypesList()

public List<GoldengateDeploymentType> getGoldengateDeploymentTypesList()

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Returns
Type Description
List<GoldengateDeploymentType>

getGoldengateDeploymentTypesOrBuilder(int index)

public GoldengateDeploymentTypeOrBuilder getGoldengateDeploymentTypesOrBuilder(int index)

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Parameter
Name Description
index int
Returns
Type Description
GoldengateDeploymentTypeOrBuilder

getGoldengateDeploymentTypesOrBuilderList()

public List<? extends GoldengateDeploymentTypeOrBuilder> getGoldengateDeploymentTypesOrBuilderList()

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Returns
Type Description
List<? extends com.google.cloud.oracledatabase.v1.GoldengateDeploymentTypeOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public String getUnreachable(int index)

Unordered list. The resource names of locations that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

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)

Unordered list. The resource names of locations that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

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

Unordered list. The resource names of locations that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Unordered list. The resource names of locations that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeGoldengateDeploymentTypes(int index)

public ListGoldengateDeploymentTypesResponse.Builder removeGoldengateDeploymentTypes(int index)

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Parameter
Name Description
index int
Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

setGoldengateDeploymentTypes(int index, GoldengateDeploymentType value)

public ListGoldengateDeploymentTypesResponse.Builder setGoldengateDeploymentTypes(int index, GoldengateDeploymentType value)

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Parameters
Name Description
index int
value GoldengateDeploymentType
Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

setGoldengateDeploymentTypes(int index, GoldengateDeploymentType.Builder builderForValue)

public ListGoldengateDeploymentTypesResponse.Builder setGoldengateDeploymentTypes(int index, GoldengateDeploymentType.Builder builderForValue)

The list of GoldengateDeploymentType

repeated .google.cloud.oracledatabase.v1.GoldengateDeploymentType goldengate_deployment_types = 1;

Parameters
Name Description
index int
builderForValue GoldengateDeploymentType.Builder
Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

setNextPageToken(String value)

public ListGoldengateDeploymentTypesResponse.Builder setNextPageToken(String value)

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListGoldengateDeploymentTypesResponse.Builder setNextPageTokenBytes(ByteString value)

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

This builder for chaining.

setUnreachable(int index, String value)

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

Unordered list. The resource names of locations that could not be reached.

repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachable to set.

Returns
Type Description
ListGoldengateDeploymentTypesResponse.Builder

This builder for chaining.