public static final class SearchDomainsRequest.Builder extends GeneratedMessage.Builder<SearchDomainsRequest.Builder> implements SearchDomainsRequestOrBuilder Request for the SearchDomains method.
Protobuf type google.cloud.domains.v1beta1.SearchDomainsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SearchDomainsRequest.BuilderImplements
SearchDomainsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SearchDomainsRequest build()| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest |
|
buildPartial()
public SearchDomainsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest |
|
clear()
public SearchDomainsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest.Builder |
|
clearLocation()
public SearchDomainsRequest.Builder clearLocation() Required. The location. Must be in the format projects/*/locations/*.
string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest.Builder |
This builder for chaining. |
clearQuery()
public SearchDomainsRequest.Builder clearQuery()Required. String used to search for available domain names.
string query = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SearchDomainsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLocation()
public String getLocation() Required. The location. Must be in the format projects/*/locations/*.
string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public ByteString getLocationBytes() Required. The location. Must be in the format projects/*/locations/*.
string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getQuery()
public String getQuery()Required. String used to search for available domain names.
string query = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The query. |
getQueryBytes()
public ByteString getQueryBytes()Required. String used to search for available domain names.
string query = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for query. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SearchDomainsRequest other)
public SearchDomainsRequest.Builder mergeFrom(SearchDomainsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
SearchDomainsRequest |
| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchDomainsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SearchDomainsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest.Builder |
|
setLocation(String value)
public SearchDomainsRequest.Builder setLocation(String value) Required. The location. Must be in the format projects/*/locations/*.
string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe location to set. |
| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest.Builder |
This builder for chaining. |
setLocationBytes(ByteString value)
public SearchDomainsRequest.Builder setLocationBytes(ByteString value) Required. The location. Must be in the format projects/*/locations/*.
string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for location to set. |
| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest.Builder |
This builder for chaining. |
setQuery(String value)
public SearchDomainsRequest.Builder setQuery(String value)Required. String used to search for available domain names.
string query = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe query to set. |
| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest.Builder |
This builder for chaining. |
setQueryBytes(ByteString value)
public SearchDomainsRequest.Builder setQueryBytes(ByteString value)Required. String used to search for available domain names.
string query = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for query to set. |
| Returns | |
|---|---|
| Type | Description |
SearchDomainsRequest.Builder |
This builder for chaining. |