public enum ContentType extends Enum<ContentType> implements ProtocolMessageEnum
Asset content type.
Protobuf enum google.cloud.asset.v1p2beta1.ContentType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONTENT_TYPE_UNSPECIFIED |
Unspecified content type. |
CONTENT_TYPE_UNSPECIFIED_VALUE |
Unspecified content type. |
IAM_POLICY |
The actual IAM policy set on a resource. |
IAM_POLICY_VALUE |
The actual IAM policy set on a resource. |
RESOURCE |
Resource metadata. |
RESOURCE_VALUE |
Resource metadata. |
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() |