public static final class Service.ListAttestorsRequest.Builder extends GeneratedMessageV3.Builder<Service.ListAttestorsRequest.Builder> implements Service.ListAttestorsRequestOrBuilder
Request message for [BinauthzManagementService.ListAttestors][].
Protobuf type google.cloud.binaryauthorization.v1.ListAttestorsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Service.ListAttestorsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Service.ListAttestorsRequest build()
buildPartial()
public Service.ListAttestorsRequest buildPartial()
clear()
public Service.ListAttestorsRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Service.ListAttestorsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Service.ListAttestorsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPageSize()
public Service.ListAttestorsRequest.Builder clearPageSize()
Requested page size. The server may return fewer results than requested. If
unspecified, the server will pick an appropriate default.
int32 page_size = 2;
clearPageToken()
public Service.ListAttestorsRequest.Builder clearPageToken()
A token identifying a page of results the server should return. Typically,
this is the value of ListAttestorsResponse.next_page_token returned
from the previous call to the ListAttestors
method.
string page_token = 3;
clearParent()
public Service.ListAttestorsRequest.Builder clearParent()
Required. The resource name of the project associated with the
attestors, in the format projects/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clone()
public Service.ListAttestorsRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public Service.ListAttestorsRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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;
Returns |
---|
Type | Description |
int | The pageSize.
|
getPageToken()
public String getPageToken()
A token identifying a page of results the server should return. Typically,
this is the value of ListAttestorsResponse.next_page_token returned
from the previous call to the ListAttestors
method.
string page_token = 3;
Returns |
---|
Type | Description |
String | The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
A token identifying a page of results the server should return. Typically,
this is the value of ListAttestorsResponse.next_page_token returned
from the previous call to the ListAttestors
method.
string page_token = 3;
Returns |
---|
Type | Description |
ByteString | The bytes for pageToken.
|
getParent()
public String getParent()
Required. The resource name of the project associated with the
attestors, in the format projects/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The resource name of the project associated with the
attestors, in the format projects/*
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
public Service.ListAttestorsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Service.ListAttestorsRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeFrom(Service.ListAttestorsRequest other)
public Service.ListAttestorsRequest.Builder mergeFrom(Service.ListAttestorsRequest other)