public static final class ListDomainMappingsRequest.Builder extends GeneratedMessageV3.Builder<ListDomainMappingsRequest.Builder> implements ListDomainMappingsRequestOrBuilder
Request message for DomainMappings.ListDomainMappings
.
Protobuf type google.appengine.v1.ListDomainMappingsRequest
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDomainMappingsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListDomainMappingsRequest build()
Returns
buildPartial()
public ListDomainMappingsRequest buildPartial()
Returns
clear()
public ListDomainMappingsRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListDomainMappingsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDomainMappingsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearPageSize()
public ListDomainMappingsRequest.Builder clearPageSize()
Maximum results to return per page.
int32 page_size = 2;
Returns
clearPageToken()
public ListDomainMappingsRequest.Builder clearPageToken()
Continuation token for fetching the next page of results.
string page_token = 3;
Returns
clearParent()
public ListDomainMappingsRequest.Builder clearParent()
Name of the parent Application resource. Example: apps/myapp
.
string parent = 1;
Returns
clone()
public ListDomainMappingsRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ListDomainMappingsRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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
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
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListDomainMappingsRequest other)
public ListDomainMappingsRequest.Builder mergeFrom(ListDomainMappingsRequest other)
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListDomainMappingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListDomainMappingsRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDomainMappingsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ListDomainMappingsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setPageSize(int value)
public ListDomainMappingsRequest.Builder setPageSize(int value)
Maximum results to return per page.
int32 page_size = 2;
Parameter
Name | Description |
value | int
The pageSize to set.
|
Returns
setPageToken(String value)
public ListDomainMappingsRequest.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
setPageTokenBytes(ByteString value)
public ListDomainMappingsRequest.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
setParent(String value)
public ListDomainMappingsRequest.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
setParentBytes(ByteString value)
public ListDomainMappingsRequest.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
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDomainMappingsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDomainMappingsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides