Interface AuthorizedDomainOrBuilder (2.3.3)

public interface AuthorizedDomainOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getId()

public abstract String getId()

Fully qualified domain name of the domain authorized for use. Example: example.com.

string id = 2;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Fully qualified domain name of the domain authorized for use. Example: example.com.

string id = 2;

Returns
TypeDescription
ByteString

The bytes for id.

getName()

public abstract String getName()

Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com. @OutputOnly

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Full path to the AuthorizedDomain resource in the API. Example: apps/myapp/authorizedDomains/example.com. @OutputOnly

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.