Enum Execution.ExternalDataSources.Type (0.1.0)

public enum Execution.ExternalDataSources.Type extends Enum<Execution.ExternalDataSources.Type> implements ProtocolMessageEnum

Possible types of external data sources like BigQuery table, etc.

Protobuf enum google.cloud.workloadmanager.v1.Execution.ExternalDataSources.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
BIG_QUERY_TABLE

BigQuery table.

BIG_QUERY_TABLE = 1;

BIG_QUERY_TABLE_VALUE

BigQuery table.

BIG_QUERY_TABLE = 1;

TYPE_UNSPECIFIED

Unknown type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

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