Interface GetDomainMappingRequestOrBuilder (2.2.0)

public interface GetDomainMappingRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the resource requested. Example: apps/myapp/domainMappings/example.com.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the resource requested. Example: apps/myapp/domainMappings/example.com.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.