public interface ListProcessorTypesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
The maximum number of processor types to return.
|
String |
getPageToken()
Used to retrieve the next page of results, empty if at the end of the list.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Used to retrieve the next page of results, empty if at the end of the list.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The location of processor types to list.
Format: `projects/{project}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The location of processor types to list.
Format: `projects/{project}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
The maximum number of processor types to return. If unspecified, at most `100` processor types will be returned. The maximum value is `500`. Values above `500` will be coerced to `500`.
int32 page_size = 2;String getPageToken()
Used to retrieve the next page of results, empty if at the end of the list.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Used to retrieve the next page of results, empty if at the end of the list.
string page_token = 3;Copyright © 2024 Google LLC. All rights reserved.