Enum DeploymentView (0.13.0)

public enum DeploymentView extends Enum<DeploymentView> implements ProtocolMessageEnum

DeploymentView defines the type of view of the deployment.

Protobuf enum google.cloud.telcoautomation.v1alpha1.DeploymentView

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEPLOYMENT_VIEW_BASIC

View which only contains metadata.

DEPLOYMENT_VIEW_BASIC = 1;

DEPLOYMENT_VIEW_BASIC_VALUE

View which only contains metadata.

DEPLOYMENT_VIEW_BASIC = 1;

DEPLOYMENT_VIEW_FULL

View which contains metadata and files it encapsulates.

DEPLOYMENT_VIEW_FULL = 2;

DEPLOYMENT_VIEW_FULL_VALUE

View which contains metadata and files it encapsulates.

DEPLOYMENT_VIEW_FULL = 2;

DEPLOYMENT_VIEW_UNSPECIFIED

Unspecified enum value.

DEPLOYMENT_VIEW_UNSPECIFIED = 0;

DEPLOYMENT_VIEW_UNSPECIFIED_VALUE

Unspecified enum value.

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