Class ListPrivateConnectionsRequest.Builder (1.82.0)

public static final class ListPrivateConnectionsRequest.Builder extends GeneratedMessage.Builder<ListPrivateConnectionsRequest.Builder> implements ListPrivateConnectionsRequestOrBuilder

Request for listing private connections.

Protobuf type google.cloud.datastream.v1.ListPrivateConnectionsRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListPrivateConnectionsRequest build()
Returns
Type Description
ListPrivateConnectionsRequest

buildPartial()

public ListPrivateConnectionsRequest buildPartial()
Returns
Type Description
ListPrivateConnectionsRequest

clear()

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

clearFilter()

public ListPrivateConnectionsRequest.Builder clearFilter()

Filter request.

string filter = 4;

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

clearOrderBy()

public ListPrivateConnectionsRequest.Builder clearOrderBy()

Order by fields for the result.

string order_by = 5;

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

clearPageSize()

public ListPrivateConnectionsRequest.Builder clearPageSize()

Maximum number of private connectivity configurations to return. If unspecified, at most 50 private connectivity configurations that will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

int32 page_size = 2;

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

clearPageToken()

public ListPrivateConnectionsRequest.Builder clearPageToken()

Page token received from a previous ListPrivateConnections call. Provide this to retrieve the subsequent page.

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

string page_token = 3;

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

clearParent()

public ListPrivateConnectionsRequest.Builder clearParent()

Required. The parent that owns the collection of private connectivity configurations.

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

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListPrivateConnectionsRequest getDefaultInstanceForType()
Returns
Type Description
ListPrivateConnectionsRequest

getDescriptorForType()

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

getFilter()

public String getFilter()

Filter request.

string filter = 4;

Returns
Type Description
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Filter request.

string filter = 4;

Returns
Type Description
ByteString

The bytes for filter.

getOrderBy()

public String getOrderBy()

Order by fields for the result.

string order_by = 5;

Returns
Type Description
String

The orderBy.

getOrderByBytes()

public ByteString getOrderByBytes()

Order by fields for the result.

string order_by = 5;

Returns
Type Description
ByteString

The bytes for orderBy.

getPageSize()

public int getPageSize()

Maximum number of private connectivity configurations to return. If unspecified, at most 50 private connectivity configurations that will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Page token received from a previous ListPrivateConnections call. Provide this to retrieve the subsequent page.

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

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Page token received from a previous ListPrivateConnections call. Provide this to retrieve the subsequent page.

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

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The parent that owns the collection of private connectivity configurations.

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 that owns the collection of private connectivity configurations.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setFilter(String value)

public ListPrivateConnectionsRequest.Builder setFilter(String value)

Filter request.

string filter = 4;

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListPrivateConnectionsRequest.Builder setFilterBytes(ByteString value)

Filter request.

string filter = 4;

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

setOrderBy(String value)

public ListPrivateConnectionsRequest.Builder setOrderBy(String value)

Order by fields for the result.

string order_by = 5;

Parameter
Name Description
value String

The orderBy to set.

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

setOrderByBytes(ByteString value)

public ListPrivateConnectionsRequest.Builder setOrderByBytes(ByteString value)

Order by fields for the result.

string order_by = 5;

Parameter
Name Description
value ByteString

The bytes for orderBy to set.

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListPrivateConnectionsRequest.Builder setPageSize(int value)

Maximum number of private connectivity configurations to return. If unspecified, at most 50 private connectivity configurations that will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

int32 page_size = 2;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListPrivateConnectionsRequest.Builder setPageToken(String value)

Page token received from a previous ListPrivateConnections call. Provide this to retrieve the subsequent page.

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

string page_token = 3;

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListPrivateConnectionsRequest.Builder setPageTokenBytes(ByteString value)

Page token received from a previous ListPrivateConnections call. Provide this to retrieve the subsequent page.

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

string page_token = 3;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

setParent(String value)

public ListPrivateConnectionsRequest.Builder setParent(String value)

Required. The parent that owns the collection of private connectivity configurations.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListPrivateConnectionsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListPrivateConnectionsRequest.Builder setParentBytes(ByteString value)

Required. The parent that owns the collection of private connectivity configurations.

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
ListPrivateConnectionsRequest.Builder

This builder for chaining.