public static interface ConnectionProto.ListConnectionsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMaxResults()
public abstract UInt32Value getMaxResults()Required. Maximum number of results per page.
.google.protobuf.UInt32Value max_results = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
UInt32ValueOrBuilder |
|
getPageToken()
public abstract String getPageToken()Page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes()Page token.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the maxResults field is set. |