Package com.google.cloud.domains.v1
Interface SearchDomainsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SearchDomainsRequest,SearchDomainsRequest.Builder
public interface SearchDomainsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLocation()Required.com.google.protobuf.ByteStringgetLocationBytes()Required.StringgetQuery()Required.com.google.protobuf.ByteStringgetQueryBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQuery
String getQuery()
Required. String used to search for available domain names.
string query = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()
Required. String used to search for available domain names.
string query = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for query.
-
getLocation
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:
- The location.
-
getLocationBytes
com.google.protobuf.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:
- The bytes for location.
-
-