public interface AuthorizedDomainOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getId()
public abstract String getId() Fully qualified domain name of the domain authorized for use. Example:
example.com.
string id = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |