Class ListAuthorizedCertificatesRequest.Builder (2.83.0)

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

Request message for AuthorizedCertificates.ListAuthorizedCertificates.

Protobuf type google.appengine.v1.ListAuthorizedCertificatesRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ListAuthorizedCertificatesRequest build()
Returns
Type Description
ListAuthorizedCertificatesRequest

buildPartial()

public ListAuthorizedCertificatesRequest buildPartial()
Returns
Type Description
ListAuthorizedCertificatesRequest

clear()

public ListAuthorizedCertificatesRequest.Builder clear()
Returns
Type Description
ListAuthorizedCertificatesRequest.Builder
Overrides

clearPageSize()

public ListAuthorizedCertificatesRequest.Builder clearPageSize()

Maximum results to return per page.

int32 page_size = 2;

Returns
Type Description
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
Type Description
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

clearParent()

public ListAuthorizedCertificatesRequest.Builder clearParent()

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

string parent = 1;

Returns
Type Description
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
Type Description
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListAuthorizedCertificatesRequest getDefaultInstanceForType()
Returns
Type Description
ListAuthorizedCertificatesRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPageSize()

public int getPageSize()

Maximum results to return per page.

int32 page_size = 2;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Continuation token for fetching the next page of results.

string page_token = 3;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Continuation token for fetching the next page of results.

string page_token = 3;

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

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

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

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

string parent = 1;

Returns
Type Description
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
Type Description
AuthorizedCertificateView

The view.

getViewValue()

public int getViewValue()

Controls the set of fields returned in the LIST response.

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

Returns
Type Description
int

The enum numeric value on the wire for view.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListAuthorizedCertificatesRequest other)

public ListAuthorizedCertificatesRequest.Builder mergeFrom(ListAuthorizedCertificatesRequest other)
Parameter
Name Description
other ListAuthorizedCertificatesRequest
Returns
Type Description
ListAuthorizedCertificatesRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListAuthorizedCertificatesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListAuthorizedCertificatesRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListAuthorizedCertificatesRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListAuthorizedCertificatesRequest.Builder
Overrides

setPageSize(int value)

public ListAuthorizedCertificatesRequest.Builder setPageSize(int value)

Maximum results to return per page.

int32 page_size = 2;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
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
Name Description
value String

The pageToken to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
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
Name Description
value String

The parent to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.

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
Name Description
value AuthorizedCertificateView

The view to set.

Returns
Type Description
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
Name Description
value int

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

Returns
Type Description
ListAuthorizedCertificatesRequest.Builder

This builder for chaining.