Package com.google.cloud.domains.v1
Interface RetrieveTransferParametersRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RetrieveTransferParametersRequest
,RetrieveTransferParametersRequest.Builder
public interface RetrieveTransferParametersRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDomainName()
Required.com.google.protobuf.ByteString
getDomainNameBytes()
Required.String
getLocation()
Required.com.google.protobuf.ByteString
getLocationBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDomainName
String getDomainName()
Required. The domain name. Unicode domain names must be expressed in Punycode format.
string domain_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The domainName.
-
getDomainNameBytes
com.google.protobuf.ByteString getDomainNameBytes()
Required. The domain name. Unicode domain names must be expressed in Punycode format.
string domain_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for domainName.
-
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.
-
-