Enum Scope.Type (0.7.0)

public enum Scope.Type extends Enum<Scope.Type> implements ProtocolMessageEnum

Scope Type.

Protobuf enum google.cloud.apphub.v1.Scope.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
REGIONAL

Regional type.

REGIONAL = 1;

REGIONAL_VALUE

Regional type.

REGIONAL = 1;

TYPE_UNSPECIFIED

Unspecified type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified type.

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