Class ListDomainsRequest.Builder (1.35.0)

public static final class ListDomainsRequest.Builder extends GeneratedMessageV3.Builder<ListDomainsRequest.Builder> implements ListDomainsRequestOrBuilder

Request message for ListDomains

Protobuf type google.cloud.managedidentities.v1.ListDomainsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListDomainsRequest build()
Returns
TypeDescription
ListDomainsRequest

buildPartial()

public ListDomainsRequest buildPartial()
Returns
TypeDescription
ListDomainsRequest

clear()

public ListDomainsRequest.Builder clear()
Returns
TypeDescription
ListDomainsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearFilter()

public ListDomainsRequest.Builder clearFilter()

Optional. A filter specifying constraints of a list operation. For example, Domain.fqdn="mydomain.myorginization".

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearOrderBy()

public ListDomainsRequest.Builder clearOrderBy()

Optional. Specifies the ordering of results. See Sorting order for more information.

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

clearPageSize()

public ListDomainsRequest.Builder clearPageSize()

Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used. Regardless of the page_size value, the response may include a partial list. Callers should rely on a response's next_page_token to determine if there are additional results to list.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

clearPageToken()

public ListDomainsRequest.Builder clearPageToken()

Optional. The next_page_token value returned from a previous ListDomainsRequest request, if any.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

clearParent()

public ListDomainsRequest.Builder clearParent()

Required. The resource name of the domain location using the form: projects/{project_id}/locations/global

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

clone()

public ListDomainsRequest.Builder clone()
Returns
TypeDescription
ListDomainsRequest.Builder
Overrides

getDefaultInstanceForType()

public ListDomainsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListDomainsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFilter()

public String getFilter()

Optional. A filter specifying constraints of a list operation. For example, Domain.fqdn="mydomain.myorginization".

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Optional. A filter specifying constraints of a list operation. For example, Domain.fqdn="mydomain.myorginization".

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for filter.

getOrderBy()

public String getOrderBy()

Optional. Specifies the ordering of results. See Sorting order for more information.

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The orderBy.

getOrderByBytes()

public ByteString getOrderByBytes()

Optional. Specifies the ordering of results. See Sorting order for more information.

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for orderBy.

getPageSize()

public int getPageSize()

Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used. Regardless of the page_size value, the response may include a partial list. Callers should rely on a response's next_page_token to determine if there are additional results to list.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. The next_page_token value returned from a previous ListDomainsRequest request, if any.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. The next_page_token value returned from a previous ListDomainsRequest request, if any.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The resource name of the domain location using the form: projects/{project_id}/locations/global

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The resource name of the domain location using the form: projects/{project_id}/locations/global

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListDomainsRequest other)

public ListDomainsRequest.Builder mergeFrom(ListDomainsRequest other)
Parameter
NameDescription
otherListDomainsRequest
Returns
TypeDescription
ListDomainsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setFilter(String value)

public ListDomainsRequest.Builder setFilter(String value)

Optional. A filter specifying constraints of a list operation. For example, Domain.fqdn="mydomain.myorginization".

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The filter to set.

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListDomainsRequest.Builder setFilterBytes(ByteString value)

Optional. A filter specifying constraints of a list operation. For example, Domain.fqdn="mydomain.myorginization".

string filter = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for filter to set.

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

setOrderBy(String value)

public ListDomainsRequest.Builder setOrderBy(String value)

Optional. Specifies the ordering of results. See Sorting order for more information.

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The orderBy to set.

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

setOrderByBytes(ByteString value)

public ListDomainsRequest.Builder setOrderByBytes(ByteString value)

Optional. Specifies the ordering of results. See Sorting order for more information.

string order_by = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for orderBy to set.

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListDomainsRequest.Builder setPageSize(int value)

Optional. The maximum number of items to return. If not specified, a default value of 1000 will be used. Regardless of the page_size value, the response may include a partial list. Callers should rely on a response's next_page_token to determine if there are additional results to list.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListDomainsRequest.Builder setPageToken(String value)

Optional. The next_page_token value returned from a previous ListDomainsRequest request, if any.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListDomainsRequest.Builder setPageTokenBytes(ByteString value)

Optional. The next_page_token value returned from a previous ListDomainsRequest request, if any.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

setParent(String value)

public ListDomainsRequest.Builder setParent(String value)

Required. The resource name of the domain location using the form: projects/{project_id}/locations/global

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListDomainsRequest.Builder setParentBytes(ByteString value)

Required. The resource name of the domain location using the form: projects/{project_id}/locations/global

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListDomainsRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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