Class ListAuthorizedDomainsRequest.Builder (2.83.0)

public static final class ListAuthorizedDomainsRequest.Builder extends GeneratedMessage.Builder<ListAuthorizedDomainsRequest.Builder> implements ListAuthorizedDomainsRequestOrBuilder

Request message for AuthorizedDomains.ListAuthorizedDomains.

Protobuf type google.appengine.v1.ListAuthorizedDomainsRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListAuthorizedDomainsRequest build()
Returns
Type Description
ListAuthorizedDomainsRequest

buildPartial()

public ListAuthorizedDomainsRequest buildPartial()
Returns
Type Description
ListAuthorizedDomainsRequest

clear()

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

clearPageSize()

public ListAuthorizedDomainsRequest.Builder clearPageSize()

Maximum results to return per page.

int32 page_size = 2;

Returns
Type Description
ListAuthorizedDomainsRequest.Builder

This builder for chaining.

clearPageToken()

public ListAuthorizedDomainsRequest.Builder clearPageToken()

Continuation token for fetching the next page of results.

string page_token = 3;

Returns
Type Description
ListAuthorizedDomainsRequest.Builder

This builder for chaining.

clearParent()

public ListAuthorizedDomainsRequest.Builder clearParent()

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

string parent = 1;

Returns
Type Description
ListAuthorizedDomainsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListAuthorizedDomainsRequest getDefaultInstanceForType()
Returns
Type Description
ListAuthorizedDomainsRequest

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListAuthorizedDomainsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPageSize(int value)

public ListAuthorizedDomainsRequest.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
ListAuthorizedDomainsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListAuthorizedDomainsRequest.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
ListAuthorizedDomainsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListAuthorizedDomainsRequest.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
ListAuthorizedDomainsRequest.Builder

This builder for chaining.

setParent(String value)

public ListAuthorizedDomainsRequest.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
ListAuthorizedDomainsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListAuthorizedDomainsRequest.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
ListAuthorizedDomainsRequest.Builder

This builder for chaining.