Class ListGoldengateConnectionTypesResponse.Builder (0.44.0)

public static final class ListGoldengateConnectionTypesResponse.Builder extends GeneratedMessage.Builder<ListGoldengateConnectionTypesResponse.Builder> implements ListGoldengateConnectionTypesResponseOrBuilder

Message for response to listing GoldengateConnectionTypes

Protobuf type google.cloud.oracledatabase.v1.ListGoldengateConnectionTypesResponse

Static Methods

getDescriptor()

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

Methods

addAllGoldengateConnectionTypes(Iterable<? extends GoldengateConnectionType> values)

public ListGoldengateConnectionTypesResponse.Builder addAllGoldengateConnectionTypes(Iterable<? extends GoldengateConnectionType> values)

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

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

addAllUnreachable(Iterable<String> values)

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

Unordered list. 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
ListGoldengateConnectionTypesResponse.Builder

This builder for chaining.

addGoldengateConnectionTypes(GoldengateConnectionType value)

public ListGoldengateConnectionTypesResponse.Builder addGoldengateConnectionTypes(GoldengateConnectionType value)

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Parameter
Name Description
value GoldengateConnectionType
Returns
Type Description
ListGoldengateConnectionTypesResponse.Builder

addGoldengateConnectionTypes(GoldengateConnectionType.Builder builderForValue)

public ListGoldengateConnectionTypesResponse.Builder addGoldengateConnectionTypes(GoldengateConnectionType.Builder builderForValue)

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Parameter
Name Description
builderForValue GoldengateConnectionType.Builder
Returns
Type Description
ListGoldengateConnectionTypesResponse.Builder

addGoldengateConnectionTypes(int index, GoldengateConnectionType value)

public ListGoldengateConnectionTypesResponse.Builder addGoldengateConnectionTypes(int index, GoldengateConnectionType value)

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Parameters
Name Description
index int
value GoldengateConnectionType
Returns
Type Description
ListGoldengateConnectionTypesResponse.Builder

addGoldengateConnectionTypes(int index, GoldengateConnectionType.Builder builderForValue)

public ListGoldengateConnectionTypesResponse.Builder addGoldengateConnectionTypes(int index, GoldengateConnectionType.Builder builderForValue)

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Parameters
Name Description
index int
builderForValue GoldengateConnectionType.Builder
Returns
Type Description
ListGoldengateConnectionTypesResponse.Builder

addGoldengateConnectionTypesBuilder()

public GoldengateConnectionType.Builder addGoldengateConnectionTypesBuilder()

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Returns
Type Description
GoldengateConnectionType.Builder

addGoldengateConnectionTypesBuilder(int index)

public GoldengateConnectionType.Builder addGoldengateConnectionTypesBuilder(int index)

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Parameter
Name Description
index int
Returns
Type Description
GoldengateConnectionType.Builder

addUnreachable(String value)

public ListGoldengateConnectionTypesResponse.Builder addUnreachable(String value)

Unordered list. 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
ListGoldengateConnectionTypesResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListGoldengateConnectionTypesResponse.Builder addUnreachableBytes(ByteString value)

Unordered list. 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
ListGoldengateConnectionTypesResponse.Builder

This builder for chaining.

build()

public ListGoldengateConnectionTypesResponse build()
Returns
Type Description
ListGoldengateConnectionTypesResponse

buildPartial()

public ListGoldengateConnectionTypesResponse buildPartial()
Returns
Type Description
ListGoldengateConnectionTypesResponse

clear()

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

clearGoldengateConnectionTypes()

public ListGoldengateConnectionTypesResponse.Builder clearGoldengateConnectionTypes()

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Returns
Type Description
ListGoldengateConnectionTypesResponse.Builder

clearNextPageToken()

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

This builder for chaining.

clearUnreachable()

public ListGoldengateConnectionTypesResponse.Builder clearUnreachable()

Unordered list. Locations that could not be reached.

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

Returns
Type Description
ListGoldengateConnectionTypesResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListGoldengateConnectionTypesResponse getDefaultInstanceForType()
Returns
Type Description
ListGoldengateConnectionTypesResponse

getDescriptorForType()

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

getGoldengateConnectionTypes(int index)

public GoldengateConnectionType getGoldengateConnectionTypes(int index)

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Parameter
Name Description
index int
Returns
Type Description
GoldengateConnectionType

getGoldengateConnectionTypesBuilder(int index)

public GoldengateConnectionType.Builder getGoldengateConnectionTypesBuilder(int index)

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Parameter
Name Description
index int
Returns
Type Description
GoldengateConnectionType.Builder

getGoldengateConnectionTypesBuilderList()

public List<GoldengateConnectionType.Builder> getGoldengateConnectionTypesBuilderList()

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Returns
Type Description
List<Builder>

getGoldengateConnectionTypesCount()

public int getGoldengateConnectionTypesCount()

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Returns
Type Description
int

getGoldengateConnectionTypesList()

public List<GoldengateConnectionType> getGoldengateConnectionTypesList()

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Returns
Type Description
List<GoldengateConnectionType>

getGoldengateConnectionTypesOrBuilder(int index)

public GoldengateConnectionTypeOrBuilder getGoldengateConnectionTypesOrBuilder(int index)

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Parameter
Name Description
index int
Returns
Type Description
GoldengateConnectionTypeOrBuilder

getGoldengateConnectionTypesOrBuilderList()

public List<? extends GoldengateConnectionTypeOrBuilder> getGoldengateConnectionTypesOrBuilderList()

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

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

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. 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. 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. 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. 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(ListGoldengateConnectionTypesResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

removeGoldengateConnectionTypes(int index)

public ListGoldengateConnectionTypesResponse.Builder removeGoldengateConnectionTypes(int index)

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Parameter
Name Description
index int
Returns
Type Description
ListGoldengateConnectionTypesResponse.Builder

setGoldengateConnectionTypes(int index, GoldengateConnectionType value)

public ListGoldengateConnectionTypesResponse.Builder setGoldengateConnectionTypes(int index, GoldengateConnectionType value)

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Parameters
Name Description
index int
value GoldengateConnectionType
Returns
Type Description
ListGoldengateConnectionTypesResponse.Builder

setGoldengateConnectionTypes(int index, GoldengateConnectionType.Builder builderForValue)

public ListGoldengateConnectionTypesResponse.Builder setGoldengateConnectionTypes(int index, GoldengateConnectionType.Builder builderForValue)

The list of GoldengateConnectionType

repeated .google.cloud.oracledatabase.v1.GoldengateConnectionType goldengate_connection_types = 1;

Parameters
Name Description
index int
builderForValue GoldengateConnectionType.Builder
Returns
Type Description
ListGoldengateConnectionTypesResponse.Builder

setNextPageToken(String value)

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

This builder for chaining.

setNextPageTokenBytes(ByteString value)

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

This builder for chaining.

setUnreachable(int index, String value)

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

Unordered list. 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
ListGoldengateConnectionTypesResponse.Builder

This builder for chaining.