public enum BlueprintView extends Enum<BlueprintView> implements ProtocolMessageEnum
BlueprintView defines the type of view of the blueprint.
Protobuf enum google.cloud.telcoautomation.v1.BlueprintView
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BLUEPRINT_VIEW_BASIC |
View which only contains metadata. |
BLUEPRINT_VIEW_BASIC_VALUE |
View which only contains metadata. |
BLUEPRINT_VIEW_FULL |
View which contains metadata and files it encapsulates. |
BLUEPRINT_VIEW_FULL_VALUE |
View which contains metadata and files it encapsulates. |
BLUEPRINT_VIEW_UNSPECIFIED |
Unspecified enum value. |
BLUEPRINT_VIEW_UNSPECIFIED_VALUE |
Unspecified enum value. |
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() |