public interface ListCustomTargetTypesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Optional.
|
com.google.protobuf.ByteString |
getFilterBytes()
Optional.
|
String |
getOrderBy()
Optional.
|
com.google.protobuf.ByteString |
getOrderByBytes()
Optional.
|
int |
getPageSize()
Optional.
|
String |
getPageToken()
Optional.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent that owns this collection of custom target types.
Format must be `projects/{project_id}/locations/{location_name}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent that owns this collection of custom target types.
Format must be `projects/{project_id}/locations/{location_name}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
Optional. The maximum number of `CustomTargetType` objects to return. The service may return fewer than this value. If unspecified, at most 50 `CustomTargetType` objects will be returned. The maximum value is 1000; values above 1000 will be set to 1000.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];String getPageToken()
Optional. A page token, received from a previous `ListCustomTargetTypes` call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPageTokenBytes()
Optional. A page token, received from a previous `ListCustomTargetTypes` call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters match the call that provided the page token.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];String getFilter()
Optional. Filter custom target types to be returned. See https://google.aip.dev/160 for more details.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getFilterBytes()
Optional. Filter custom target types to be returned. See https://google.aip.dev/160 for more details.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];String getOrderBy()
Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getOrderByBytes()
Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.
string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.