public interface RetrieveRegisterParametersRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainName()
Required.
|
com.google.protobuf.ByteString |
getDomainNameBytes()
Required.
|
String |
getLocation()
Required.
|
com.google.protobuf.ByteString |
getLocationBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDomainName()
Required. The domain name. Unicode domain names must be expressed in Punycode format.
string domain_name = 1 [(.google.api.field_behavior) = REQUIRED];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];String getLocation()
Required. The location. Must be in the format `projects/*/locations/*`.
string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
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) = { ... }
Copyright © 2023 Google LLC. All rights reserved.