public enum ExportReservationsUsageRequest.ShareType extends Enum<ExportReservationsUsageRequest.ShareType> implements ProtocolMessageEnumPossible scope in which the reservation can be shared.
Protobuf enum
google.cloud.capacityplanner.v1beta.ExportReservationsUsageRequest.ShareType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
SHARE_TYPE_LOCAL |
Default value, for which reservation is open to only owner project. |
SHARE_TYPE_LOCAL_VALUE |
Default value, for which reservation is open to only owner project. |
SHARE_TYPE_SPECIFIC_PROJECTS |
Shared-reservation is open to specific projects. |
SHARE_TYPE_SPECIFIC_PROJECTS_VALUE |
Shared-reservation is open to specific projects. |
SHARE_TYPE_UNSPECIFIED |
No share type specified. |
SHARE_TYPE_UNSPECIFIED_VALUE |
No share type specified. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|