public interface ResourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()The name of the resource.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the resource.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getServiceAccount()
public abstract String getServiceAccount()The service account associated with the resource.
string service_account = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The serviceAccount. |
getServiceAccountBytes()
public abstract ByteString getServiceAccountBytes()The service account associated with the resource.
string service_account = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceAccount. |
getType()
public abstract String getType()The type of resource.
string type = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()The type of resource.
string type = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |