public interface ResourceContainerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getId()
public abstract String getId()Required. Identifier of the resource container. For example, project number for project type.
string id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()Required. Identifier of the resource container. For example, project number for project type.
string id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getType()
public abstract ResourceContainer.Type getType().google.cloud.capacityplanner.v1beta.ResourceContainer.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
ResourceContainer.Type |
The type. |
getTypeValue()
public abstract int getTypeValue().google.cloud.capacityplanner.v1beta.ResourceContainer.Type type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |