Enum GetTemplateRequest.TemplateView (0.9.0)

public enum GetTemplateRequest.TemplateView extends Enum<GetTemplateRequest.TemplateView> implements ProtocolMessageEnum

The various views of a template that may be retrieved.

Protobuf enum google.dataflow.v1beta3.GetTemplateRequest.TemplateView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
METADATA_ONLY

Template view that retrieves only the metadata associated with the template.

METADATA_ONLY = 0;

METADATA_ONLY_VALUE

Template view that retrieves only the metadata associated with the template.

METADATA_ONLY = 0;

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