Class TemplateMetadata (0.46.0)

public final class TemplateMetadata extends GeneratedMessageV3 implements TemplateMetadataOrBuilder

Metadata describing a template.

Protobuf type google.dataflow.v1beta3.TemplateMetadata

Static Fields

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

PARAMETERS_FIELD_NUMBER

public static final int PARAMETERS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TemplateMetadata getDefaultInstance()
Returns
Type Description
TemplateMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static TemplateMetadata.Builder newBuilder()
Returns
Type Description
TemplateMetadata.Builder

newBuilder(TemplateMetadata prototype)

public static TemplateMetadata.Builder newBuilder(TemplateMetadata prototype)
Parameter
Name Description
prototype TemplateMetadata
Returns
Type Description
TemplateMetadata.Builder

parseDelimitedFrom(InputStream input)

public static TemplateMetadata parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TemplateMetadata
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TemplateMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TemplateMetadata
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static TemplateMetadata parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
TemplateMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TemplateMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TemplateMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TemplateMetadata parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TemplateMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TemplateMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TemplateMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TemplateMetadata parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TemplateMetadata
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TemplateMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TemplateMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static TemplateMetadata parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TemplateMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TemplateMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TemplateMetadata
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static TemplateMetadata parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TemplateMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TemplateMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TemplateMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<TemplateMetadata> parser()
Returns
Type Description
Parser<TemplateMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public TemplateMetadata getDefaultInstanceForType()
Returns
Type Description
TemplateMetadata

getDescription()

public String getDescription()

Optional. A description of the template.

string description = 2;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Optional. A description of the template.

string description = 2;

Returns
Type Description
ByteString

The bytes for description.

getName()

public String getName()

Required. The name of the template.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the template.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getParameters(int index)

public ParameterMetadata getParameters(int index)

The parameters for the template.

repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;

Parameter
Name Description
index int
Returns
Type Description
ParameterMetadata

getParametersCount()

public int getParametersCount()

The parameters for the template.

repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;

Returns
Type Description
int

getParametersList()

public List<ParameterMetadata> getParametersList()

The parameters for the template.

repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;

Returns
Type Description
List<ParameterMetadata>

getParametersOrBuilder(int index)

public ParameterMetadataOrBuilder getParametersOrBuilder(int index)

The parameters for the template.

repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;

Parameter
Name Description
index int
Returns
Type Description
ParameterMetadataOrBuilder

getParametersOrBuilderList()

public List<? extends ParameterMetadataOrBuilder> getParametersOrBuilderList()

The parameters for the template.

repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;

Returns
Type Description
List<? extends com.google.dataflow.v1beta3.ParameterMetadataOrBuilder>

getParserForType()

public Parser<TemplateMetadata> getParserForType()
Returns
Type Description
Parser<TemplateMetadata>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public TemplateMetadata.Builder newBuilderForType()
Returns
Type Description
TemplateMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TemplateMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TemplateMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public TemplateMetadata.Builder toBuilder()
Returns
Type Description
TemplateMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException