Enum ContentType (3.2.17)

public enum ContentType extends Enum<ContentType> implements ProtocolMessageEnum

Asset content type.

Protobuf enum google.cloud.asset.v1p2beta1.ContentType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONTENT_TYPE_UNSPECIFIED

Unspecified content type.

CONTENT_TYPE_UNSPECIFIED = 0;

CONTENT_TYPE_UNSPECIFIED_VALUE

Unspecified content type.

CONTENT_TYPE_UNSPECIFIED = 0;

IAM_POLICY

The actual IAM policy set on a resource.

IAM_POLICY = 2;

IAM_POLICY_VALUE

The actual IAM policy set on a resource.

IAM_POLICY = 2;

RESOURCE

Resource metadata.

RESOURCE = 1;

RESOURCE_VALUE

Resource metadata.

RESOURCE = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()