Class ListGoldengateConnectionAssignmentsRequest.Builder (0.42.0)

public static final class ListGoldengateConnectionAssignmentsRequest.Builder extends GeneratedMessage.Builder<ListGoldengateConnectionAssignmentsRequest.Builder> implements ListGoldengateConnectionAssignmentsRequestOrBuilder

Request message for listing GoldengateConnectionAssignments.

Protobuf type google.cloud.oracledatabase.v1.ListGoldengateConnectionAssignmentsRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListGoldengateConnectionAssignmentsRequest build()
Returns
Type Description
ListGoldengateConnectionAssignmentsRequest

buildPartial()

public ListGoldengateConnectionAssignmentsRequest buildPartial()
Returns
Type Description
ListGoldengateConnectionAssignmentsRequest

clear()

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

clearFilter()

public ListGoldengateConnectionAssignmentsRequest.Builder clearFilter()

Optional. A filter expression that filters GoldengateConnectionAssignments listed in the response.

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

clearOrderBy()

public ListGoldengateConnectionAssignmentsRequest.Builder clearOrderBy()

Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "DESC" after a field name for descending.

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

clearPageSize()

public ListGoldengateConnectionAssignmentsRequest.Builder clearPageSize()

Optional. The maximum number of GoldengateConnectionAssignments to return. The service may return fewer than this value. If unspecified, at most 50 GoldengateConnectionAssignments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

clearPageToken()

public ListGoldengateConnectionAssignmentsRequest.Builder clearPageToken()

Optional. A page token, received from a previous ListGoldengateConnectionAssignments call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListGoldengateConnectionAssignments must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

clearParent()

public ListGoldengateConnectionAssignmentsRequest.Builder clearParent()

Required. The parent value for the GoldengateConnectionAssignments. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListGoldengateConnectionAssignmentsRequest getDefaultInstanceForType()
Returns
Type Description
ListGoldengateConnectionAssignmentsRequest

getDescriptorForType()

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

getFilter()

public String getFilter()

Optional. A filter expression that filters GoldengateConnectionAssignments listed in the response.

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Optional. A filter expression that filters GoldengateConnectionAssignments listed in the response.

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for filter.

getOrderBy()

public String getOrderBy()

Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "DESC" after a field name for descending.

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The orderBy.

getOrderByBytes()

public ByteString getOrderByBytes()

Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "DESC" after a field name for descending.

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for orderBy.

getPageSize()

public int getPageSize()

Optional. The maximum number of GoldengateConnectionAssignments to return. The service may return fewer than this value. If unspecified, at most 50 GoldengateConnectionAssignments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. A page token, received from a previous ListGoldengateConnectionAssignments call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListGoldengateConnectionAssignments must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. A page token, received from a previous ListGoldengateConnectionAssignments call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListGoldengateConnectionAssignments must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The parent value for the GoldengateConnectionAssignments. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent value for the GoldengateConnectionAssignments. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListGoldengateConnectionAssignmentsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setFilter(String value)

public ListGoldengateConnectionAssignmentsRequest.Builder setFilter(String value)

Optional. A filter expression that filters GoldengateConnectionAssignments listed in the response.

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListGoldengateConnectionAssignmentsRequest.Builder setFilterBytes(ByteString value)

Optional. A filter expression that filters GoldengateConnectionAssignments listed in the response.

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

setOrderBy(String value)

public ListGoldengateConnectionAssignmentsRequest.Builder setOrderBy(String value)

Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "DESC" after a field name for descending.

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The orderBy to set.

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

setOrderByBytes(ByteString value)

public ListGoldengateConnectionAssignmentsRequest.Builder setOrderByBytes(ByteString value)

Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "DESC" after a field name for descending.

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for orderBy to set.

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListGoldengateConnectionAssignmentsRequest.Builder setPageSize(int value)

Optional. The maximum number of GoldengateConnectionAssignments to return. The service may return fewer than this value. If unspecified, at most 50 GoldengateConnectionAssignments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListGoldengateConnectionAssignmentsRequest.Builder setPageToken(String value)

Optional. A page token, received from a previous ListGoldengateConnectionAssignments call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListGoldengateConnectionAssignments must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListGoldengateConnectionAssignmentsRequest.Builder setPageTokenBytes(ByteString value)

Optional. A page token, received from a previous ListGoldengateConnectionAssignments call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListGoldengateConnectionAssignments must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

setParent(String value)

public ListGoldengateConnectionAssignmentsRequest.Builder setParent(String value)

Required. The parent value for the GoldengateConnectionAssignments. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListGoldengateConnectionAssignmentsRequest.Builder setParentBytes(ByteString value)

Required. The parent value for the GoldengateConnectionAssignments. Format: projects/{project}/locations/{location}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListGoldengateConnectionAssignmentsRequest.Builder

This builder for chaining.