Enum QueryReservationsRequest.OwnershipType (0.1.0)

public enum QueryReservationsRequest.OwnershipType extends Enum<QueryReservationsRequest.OwnershipType> implements ProtocolMessageEnum

Reservation ownership status to provide distinction for Capacity Planning.

Protobuf enum google.cloud.capacityplanner.v1beta.QueryReservationsRequest.OwnershipType

Implements

ProtocolMessageEnum

Static Fields

Name Description
OWNERSHIP_TYPE_OWNED

For the reservations owned within selected Google Cloud Platform Resource Container (project/folder/organization).

OWNERSHIP_TYPE_OWNED = 1;

OWNERSHIP_TYPE_OWNED_VALUE

For the reservations owned within selected Google Cloud Platform Resource Container (project/folder/organization).

OWNERSHIP_TYPE_OWNED = 1;

OWNERSHIP_TYPE_SHARED_BY_OTHERS

For the reservations consumable within selected Google Cloud Platform Resource Container (project/folder/organization), but not owned by them.

OWNERSHIP_TYPE_SHARED_BY_OTHERS = 2;

OWNERSHIP_TYPE_SHARED_BY_OTHERS_VALUE

For the reservations consumable within selected Google Cloud Platform Resource Container (project/folder/organization), but not owned by them.

OWNERSHIP_TYPE_SHARED_BY_OTHERS = 2;

OWNERSHIP_TYPE_UNSPECIFIED

No ownership status specified.

OWNERSHIP_TYPE_UNSPECIFIED = 0;

OWNERSHIP_TYPE_UNSPECIFIED_VALUE

No ownership status specified.

OWNERSHIP_TYPE_UNSPECIFIED = 0;

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()