Interface TemplateMetadataOrBuilder (0.8.0)

public interface TemplateMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Optional. A description of the template.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. A description of the template.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getName()

public abstract String getName()

Required. The name of the template.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the template.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParameters(int index)

public abstract ParameterMetadata getParameters(int index)

The parameters for the template.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ParameterMetadata

getParametersCount()

public abstract int getParametersCount()

The parameters for the template.

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

Returns
TypeDescription
int

getParametersList()

public abstract List<ParameterMetadata> getParametersList()

The parameters for the template.

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

Returns
TypeDescription
List<ParameterMetadata>

getParametersOrBuilder(int index)

public abstract ParameterMetadataOrBuilder getParametersOrBuilder(int index)

The parameters for the template.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ParameterMetadataOrBuilder

getParametersOrBuilderList()

public abstract List<? extends ParameterMetadataOrBuilder> getParametersOrBuilderList()

The parameters for the template.

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

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