Interface RetrieveTransferParametersRequestOrBuilder (1.34.0)

public interface RetrieveTransferParametersRequestOrBuilder 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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for location.