Interface DeleteDomainMappingRequestOrBuilder (2.3.3)

public interface DeleteDomainMappingRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

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

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.