public static interface Service.ListAttestorsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Requested page size.
|
String |
getPageToken()
A token identifying a page of results the server should return.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A token identifying a page of results the server should return.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of the project associated with the [attestors][google.cloud.binaryauthorization.v1.Attestor], in the format `projects/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the project associated with the [attestors][google.cloud.binaryauthorization.v1.Attestor], in the format `projects/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
int getPageSize()
Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
int32 page_size = 2;String getPageToken()
A token identifying a page of results the server should return. Typically, this is the value of [ListAttestorsResponse.next_page_token][google.cloud.binaryauthorization.v1.ListAttestorsResponse.next_page_token] returned from the previous call to the `ListAttestors` method.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
A token identifying a page of results the server should return. Typically, this is the value of [ListAttestorsResponse.next_page_token][google.cloud.binaryauthorization.v1.ListAttestorsResponse.next_page_token] returned from the previous call to the `ListAttestors` method.
string page_token = 3;Copyright © 2024 Google LLC. All rights reserved.