Class ListAuthorizedCertificatesRequest.Builder (2.10.0)

public static final class ListAuthorizedCertificatesRequest.Builder extends GeneratedMessageV3.Builder<ListAuthorizedCertificatesRequest.Builder> implements ListAuthorizedCertificatesRequestOrBuilder

Request message for AuthorizedCertificates.ListAuthorizedCertificates.

Protobuf type google.appengine.v1.ListAuthorizedCertificatesRequest

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()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListAuthorizedCertificatesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public ListAuthorizedCertificatesRequest build()
Returns

buildPartial()

public ListAuthorizedCertificatesRequest buildPartial()
Returns

clear()

public ListAuthorizedCertificatesRequest.Builder clear()
Returns Overrides

clearField(Descriptors.FieldDescriptor field)

public ListAuthorizedCertificatesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListAuthorizedCertificatesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearPageSize()

public ListAuthorizedCertificatesRequest.Builder clearPageSize()

Maximum results to return per page.

int32 page_size = 2;

Returns
TypeDescription
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

clearPageToken()

public ListAuthorizedCertificatesRequest.Builder clearPageToken()

Continuation token for fetching the next page of results.

string page_token = 3;

Returns
TypeDescription
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

clearParent()

public ListAuthorizedCertificatesRequest.Builder clearParent()

Name of the parent Application resource. Example: apps/myapp.

string parent = 1;

Returns
TypeDescription
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

clearView()

public ListAuthorizedCertificatesRequest.Builder clearView()

Controls the set of fields returned in the LIST response.

.google.appengine.v1.AuthorizedCertificateView view = 4;

Returns
TypeDescription
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

clone()

public ListAuthorizedCertificatesRequest.Builder clone()
Returns Overrides

getDefaultInstanceForType()

public ListAuthorizedCertificatesRequest getDefaultInstanceForType()
Returns

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

Maximum results to return per page.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

Continuation token for fetching the next page of results.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Continuation token for fetching the next page of results.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Name of the parent Application resource. Example: apps/myapp.

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Name of the parent Application resource. Example: apps/myapp.

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

getView()

public AuthorizedCertificateView getView()

Controls the set of fields returned in the LIST response.

.google.appengine.v1.AuthorizedCertificateView view = 4;

Returns
TypeDescription
AuthorizedCertificateView

The view.

getViewValue()

public int getViewValue()

Controls the set of fields returned in the LIST response.

.google.appengine.v1.AuthorizedCertificateView view = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for view.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListAuthorizedCertificatesRequest other)

public ListAuthorizedCertificatesRequest.Builder mergeFrom(ListAuthorizedCertificatesRequest other)
Parameter Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListAuthorizedCertificatesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListAuthorizedCertificatesRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListAuthorizedCertificatesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListAuthorizedCertificatesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setPageSize(int value)

public ListAuthorizedCertificatesRequest.Builder setPageSize(int value)

Maximum results to return per page.

int32 page_size = 2;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListAuthorizedCertificatesRequest.Builder setPageToken(String value)

Continuation token for fetching the next page of results.

string page_token = 3;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListAuthorizedCertificatesRequest.Builder setPageTokenBytes(ByteString value)

Continuation token for fetching the next page of results.

string page_token = 3;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

setParent(String value)

public ListAuthorizedCertificatesRequest.Builder setParent(String value)

Name of the parent Application resource. Example: apps/myapp.

string parent = 1;

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListAuthorizedCertificatesRequest.Builder setParentBytes(ByteString value)

Name of the parent Application resource. Example: apps/myapp.

string parent = 1;

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListAuthorizedCertificatesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListAuthorizedCertificatesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

setView(AuthorizedCertificateView value)

public ListAuthorizedCertificatesRequest.Builder setView(AuthorizedCertificateView value)

Controls the set of fields returned in the LIST response.

.google.appengine.v1.AuthorizedCertificateView view = 4;

Parameter
NameDescription
valueAuthorizedCertificateView

The view to set.

Returns
TypeDescription
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

setViewValue(int value)

public ListAuthorizedCertificatesRequest.Builder setViewValue(int value)

Controls the set of fields returned in the LIST response.

.google.appengine.v1.AuthorizedCertificateView view = 4;

Parameter
NameDescription
valueint

The enum numeric value on the wire for view to set.

Returns
TypeDescription
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.