Interface RetrieveRegisterParametersRequestOrBuilder (1.39.0)

public interface RetrieveRegisterParametersRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDomainName()

public abstract 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
Type Description
String

The domainName.

getDomainNameBytes()

public abstract 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
Type Description
ByteString

The bytes for domainName.

getLocation()

public abstract 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 abstract 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.