public interface ListServicesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Only list services that conform to the given filter.
|
com.google.protobuf.ByteString |
getFilterBytes()
Only list services that conform to the given filter.
|
int |
getPageSize()
Requested size of the next page of data.
|
String |
getPageToken()
Token identifying which result to start with, which is returned by a
previous list call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Token identifying which result to start with, which is returned by a
previous list call.
|
String |
getParent()
Parent to search for services on.
|
com.google.protobuf.ByteString |
getParentBytes()
Parent to search for services on.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Parent to search for services on. An example name would be: `projects/123` where `123` is the project number.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Parent to search for services on. An example name would be: `projects/123` where `123` is the project number.
string parent = 1;int getPageSize()
Requested size of the next page of data. Requested page size cannot exceed 200. If not set, the default page size is 50.
int32 page_size = 2;String getPageToken()
Token identifying which result to start with, which is returned by a previous list call.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Token identifying which result to start with, which is returned by a previous list call.
string page_token = 3;String getFilter()
Only list services that conform to the given filter. The allowed filter strings are `state:ENABLED` and `state:DISABLED`.
string filter = 4;com.google.protobuf.ByteString getFilterBytes()
Only list services that conform to the given filter. The allowed filter strings are `state:ENABLED` and `state:DISABLED`.
string filter = 4;Copyright © 2024 Google LLC. All rights reserved.