public static interface ConnectionProto.ListConnectionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.UInt32Value |
getMaxResults()
Required.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxResultsOrBuilder()
Required.
|
String |
getPageToken()
Page token.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Page token.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasMaxResults()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
boolean hasMaxResults()
Required. Maximum number of results per page.
.google.protobuf.UInt32Value max_results = 2 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.UInt32Value getMaxResults()
Required. Maximum number of results per page.
.google.protobuf.UInt32Value max_results = 2 [(.google.api.field_behavior) = REQUIRED];
com.google.protobuf.UInt32ValueOrBuilder getMaxResultsOrBuilder()
Required. Maximum number of results per page.
.google.protobuf.UInt32Value max_results = 2 [(.google.api.field_behavior) = REQUIRED];
String getPageToken()
Page token.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Page token.
string page_token = 3;Copyright © 2024 Google LLC. All rights reserved.