Enum QueryReservationsRequest.ShareType (0.1.0)

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

Possible scope in which the reservation can be shared.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
SHARE_TYPE_LOCAL

Default value, for which reservation is open to only owner project.

SHARE_TYPE_LOCAL = 1;

SHARE_TYPE_LOCAL_VALUE

Default value, for which reservation is open to only owner project.

SHARE_TYPE_LOCAL = 1;

SHARE_TYPE_SPECIFIC_PROJECTS

Shared-reservation is open to specific projects.

SHARE_TYPE_SPECIFIC_PROJECTS = 2;

SHARE_TYPE_SPECIFIC_PROJECTS_VALUE

Shared-reservation is open to specific projects.

SHARE_TYPE_SPECIFIC_PROJECTS = 2;

SHARE_TYPE_UNSPECIFIED

No share type specified.

SHARE_TYPE_UNSPECIFIED = 0;

SHARE_TYPE_UNSPECIFIED_VALUE

No share type specified.

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