Package com.google.cloud.domains.v1beta1
Class ListRegistrationsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
- com.google.cloud.domains.v1beta1.ListRegistrationsRequest.Builder
-
- All Implemented Interfaces:
ListRegistrationsRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListRegistrationsRequest
public static final class ListRegistrationsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder> implements ListRegistrationsRequestOrBuilder
Request for the `ListRegistrations` method.
Protobuf typegoogle.cloud.domains.v1beta1.ListRegistrationsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListRegistrationsRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListRegistrationsRequest
build()
ListRegistrationsRequest
buildPartial()
ListRegistrationsRequest.Builder
clear()
ListRegistrationsRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListRegistrationsRequest.Builder
clearFilter()
Filter expression to restrict the `Registration`s returned.ListRegistrationsRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListRegistrationsRequest.Builder
clearPageSize()
Maximum number of results to return.ListRegistrationsRequest.Builder
clearPageToken()
When set to the `next_page_token` from a prior response, provides the next page of results.ListRegistrationsRequest.Builder
clearParent()
Required.ListRegistrationsRequest.Builder
clone()
ListRegistrationsRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getFilter()
Filter expression to restrict the `Registration`s returned.com.google.protobuf.ByteString
getFilterBytes()
Filter expression to restrict the `Registration`s returned.int
getPageSize()
Maximum number of results to return.String
getPageToken()
When set to the `next_page_token` from a prior response, provides the next page of results.com.google.protobuf.ByteString
getPageTokenBytes()
When set to the `next_page_token` from a prior response, provides the next page of results.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListRegistrationsRequest.Builder
mergeFrom(ListRegistrationsRequest other)
ListRegistrationsRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListRegistrationsRequest.Builder
mergeFrom(com.google.protobuf.Message other)
ListRegistrationsRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListRegistrationsRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListRegistrationsRequest.Builder
setFilter(String value)
Filter expression to restrict the `Registration`s returned.ListRegistrationsRequest.Builder
setFilterBytes(com.google.protobuf.ByteString value)
Filter expression to restrict the `Registration`s returned.ListRegistrationsRequest.Builder
setPageSize(int value)
Maximum number of results to return.ListRegistrationsRequest.Builder
setPageToken(String value)
When set to the `next_page_token` from a prior response, provides the next page of results.ListRegistrationsRequest.Builder
setPageTokenBytes(com.google.protobuf.ByteString value)
When set to the `next_page_token` from a prior response, provides the next page of results.ListRegistrationsRequest.Builder
setParent(String value)
Required.ListRegistrationsRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Required.ListRegistrationsRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListRegistrationsRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
clear
public ListRegistrationsRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
getDefaultInstanceForType
public ListRegistrationsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListRegistrationsRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListRegistrationsRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListRegistrationsRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
setField
public ListRegistrationsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
clearField
public ListRegistrationsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
clearOneof
public ListRegistrationsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
setRepeatedField
public ListRegistrationsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
addRepeatedField
public ListRegistrationsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
mergeFrom
public ListRegistrationsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListRegistrationsRequest.Builder>
-
mergeFrom
public ListRegistrationsRequest.Builder mergeFrom(ListRegistrationsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
mergeFrom
public ListRegistrationsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListRegistrationsRequest.Builder>
- Throws:
IOException
-
getParent
public String getParent()
Required. The project and location from which to list `Registration`s, specified in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getParent
in interfaceListRegistrationsRequestOrBuilder
- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.ByteString getParentBytes()
Required. The project and location from which to list `Registration`s, specified in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getParentBytes
in interfaceListRegistrationsRequestOrBuilder
- Returns:
- The bytes for parent.
-
setParent
public ListRegistrationsRequest.Builder setParent(String value)
Required. The project and location from which to list `Registration`s, specified in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public ListRegistrationsRequest.Builder clearParent()
Required. The project and location from which to list `Registration`s, specified in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- This builder for chaining.
-
setParentBytes
public ListRegistrationsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The project and location from which to list `Registration`s, specified in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The bytes for parent to set.- Returns:
- This builder for chaining.
-
getPageSize
public int getPageSize()
Maximum number of results to return.
int32 page_size = 2;
- Specified by:
getPageSize
in interfaceListRegistrationsRequestOrBuilder
- Returns:
- The pageSize.
-
setPageSize
public ListRegistrationsRequest.Builder setPageSize(int value)
Maximum number of results to return.
int32 page_size = 2;
- Parameters:
value
- The pageSize to set.- Returns:
- This builder for chaining.
-
clearPageSize
public ListRegistrationsRequest.Builder clearPageSize()
Maximum number of results to return.
int32 page_size = 2;
- Returns:
- This builder for chaining.
-
getPageToken
public String getPageToken()
When set to the `next_page_token` from a prior response, provides the next page of results.
string page_token = 3;
- Specified by:
getPageToken
in interfaceListRegistrationsRequestOrBuilder
- Returns:
- The pageToken.
-
getPageTokenBytes
public com.google.protobuf.ByteString getPageTokenBytes()
When set to the `next_page_token` from a prior response, provides the next page of results.
string page_token = 3;
- Specified by:
getPageTokenBytes
in interfaceListRegistrationsRequestOrBuilder
- Returns:
- The bytes for pageToken.
-
setPageToken
public ListRegistrationsRequest.Builder setPageToken(String value)
When set to the `next_page_token` from a prior response, provides the next page of results.
string page_token = 3;
- Parameters:
value
- The pageToken to set.- Returns:
- This builder for chaining.
-
clearPageToken
public ListRegistrationsRequest.Builder clearPageToken()
When set to the `next_page_token` from a prior response, provides the next page of results.
string page_token = 3;
- Returns:
- This builder for chaining.
-
setPageTokenBytes
public ListRegistrationsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
When set to the `next_page_token` from a prior response, provides the next page of results.
string page_token = 3;
- Parameters:
value
- The bytes for pageToken to set.- Returns:
- This builder for chaining.
-
getFilter
public String getFilter()
Filter expression to restrict the `Registration`s returned. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, a boolean, or an enum value. The comparison operator should be one of =, !=, >, <, >=, <=, or : for prefix or wildcard matches. For example, to filter to a specific domain name, use an expression like `domainName="example.com"`. You can also check for the existence of a field; for example, to find domains using custom DNS settings, use an expression like `dnsSettings.customDns:*`. You can also create compound filters by combining expressions with the `AND` and `OR` operators. For example, to find domains that are suspended or have specific issues flagged, use an expression like `(state=SUSPENDED) OR (issue:*)`.
string filter = 4;
- Specified by:
getFilter
in interfaceListRegistrationsRequestOrBuilder
- Returns:
- The filter.
-
getFilterBytes
public com.google.protobuf.ByteString getFilterBytes()
Filter expression to restrict the `Registration`s returned. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, a boolean, or an enum value. The comparison operator should be one of =, !=, >, <, >=, <=, or : for prefix or wildcard matches. For example, to filter to a specific domain name, use an expression like `domainName="example.com"`. You can also check for the existence of a field; for example, to find domains using custom DNS settings, use an expression like `dnsSettings.customDns:*`. You can also create compound filters by combining expressions with the `AND` and `OR` operators. For example, to find domains that are suspended or have specific issues flagged, use an expression like `(state=SUSPENDED) OR (issue:*)`.
string filter = 4;
- Specified by:
getFilterBytes
in interfaceListRegistrationsRequestOrBuilder
- Returns:
- The bytes for filter.
-
setFilter
public ListRegistrationsRequest.Builder setFilter(String value)
Filter expression to restrict the `Registration`s returned. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, a boolean, or an enum value. The comparison operator should be one of =, !=, >, <, >=, <=, or : for prefix or wildcard matches. For example, to filter to a specific domain name, use an expression like `domainName="example.com"`. You can also check for the existence of a field; for example, to find domains using custom DNS settings, use an expression like `dnsSettings.customDns:*`. You can also create compound filters by combining expressions with the `AND` and `OR` operators. For example, to find domains that are suspended or have specific issues flagged, use an expression like `(state=SUSPENDED) OR (issue:*)`.
string filter = 4;
- Parameters:
value
- The filter to set.- Returns:
- This builder for chaining.
-
clearFilter
public ListRegistrationsRequest.Builder clearFilter()
Filter expression to restrict the `Registration`s returned. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, a boolean, or an enum value. The comparison operator should be one of =, !=, >, <, >=, <=, or : for prefix or wildcard matches. For example, to filter to a specific domain name, use an expression like `domainName="example.com"`. You can also check for the existence of a field; for example, to find domains using custom DNS settings, use an expression like `dnsSettings.customDns:*`. You can also create compound filters by combining expressions with the `AND` and `OR` operators. For example, to find domains that are suspended or have specific issues flagged, use an expression like `(state=SUSPENDED) OR (issue:*)`.
string filter = 4;
- Returns:
- This builder for chaining.
-
setFilterBytes
public ListRegistrationsRequest.Builder setFilterBytes(com.google.protobuf.ByteString value)
Filter expression to restrict the `Registration`s returned. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, a boolean, or an enum value. The comparison operator should be one of =, !=, >, <, >=, <=, or : for prefix or wildcard matches. For example, to filter to a specific domain name, use an expression like `domainName="example.com"`. You can also check for the existence of a field; for example, to find domains using custom DNS settings, use an expression like `dnsSettings.customDns:*`. You can also create compound filters by combining expressions with the `AND` and `OR` operators. For example, to find domains that are suspended or have specific issues flagged, use an expression like `(state=SUSPENDED) OR (issue:*)`.
string filter = 4;
- Parameters:
value
- The bytes for filter to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListRegistrationsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
mergeUnknownFields
public final ListRegistrationsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListRegistrationsRequest.Builder>
-
-