Interface ListAuthorizedCertificatesRequestOrBuilder (2.41.0)

public interface ListAuthorizedCertificatesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPageSize()

public abstract int getPageSize()

Maximum results to return per page.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public abstract String getPageToken()

Continuation token for fetching the next page of results.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

Continuation token for fetching the next page of results.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public abstract String getParent()

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

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

getView()

public abstract 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 abstract 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.