Interface ConnectionProto.ListConnectionsRequestOrBuilder (2.2.4)

public static interface ConnectionProto.ListConnectionsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxResults()

public abstract UInt32Value getMaxResults()

Required. Maximum number of results per page.

.google.protobuf.UInt32Value max_results = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UInt32Value

The maxResults.

getMaxResultsOrBuilder()

public abstract UInt32ValueOrBuilder getMaxResultsOrBuilder()

Required. Maximum number of results per page.

.google.protobuf.UInt32Value max_results = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UInt32ValueOrBuilder

getPageToken()

public abstract String getPageToken()

Page token.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

Page token.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public abstract String getParent()

Required. Parent resource name. Must be in the form: projects/{project_id}/locations/{location_id}

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Parent resource name. Must be in the form: projects/{project_id}/locations/{location_id}

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasMaxResults()

public abstract boolean hasMaxResults()

Required. Maximum number of results per page.

.google.protobuf.UInt32Value max_results = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the maxResults field is set.