Enum SourceMetadata.SourceType (0.28.0)

public enum SourceMetadata.SourceType extends Enum<SourceMetadata.SourceType> implements ProtocolMessageEnum

The possible types of the source.

Protobuf enum google.cloud.apihub.v1.SourceMetadata.SourceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
PLUGIN

Source type plugin.

PLUGIN = 1;

PLUGIN_VALUE

Source type plugin.

PLUGIN = 1;

SOURCE_TYPE_UNSPECIFIED

Source type not specified.

SOURCE_TYPE_UNSPECIFIED = 0;

SOURCE_TYPE_UNSPECIFIED_VALUE

Source type not specified.

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