Send feedback
Class TemplateMetadata.Builder (0.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.5.0 keyboard_arrow_down
public static final class TemplateMetadata . Builder extends GeneratedMessageV3 . Builder<TemplateMetadata . Builder > implements TemplateMetadataOrBuilder
Metadata describing a template.
Protobuf type google.dataflow.v1beta3.TemplateMetadata
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
public TemplateMetadata . Builder addAllParameters ( Iterable <? extends ParameterMetadata > values )
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Parameter
Name Description values Iterable <? extends com.google.dataflow.v1beta3.ParameterMetadata >
Returns
public TemplateMetadata . Builder addParameters ( ParameterMetadata value )
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Parameter
Returns
public TemplateMetadata . Builder addParameters ( ParameterMetadata . Builder builderForValue )
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Parameter
Returns
public TemplateMetadata . Builder addParameters ( int index , ParameterMetadata value )
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Parameters
Returns
public TemplateMetadata . Builder addParameters ( int index , ParameterMetadata . Builder builderForValue )
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Parameters
Returns
public ParameterMetadata . Builder addParametersBuilder ()
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Returns
public ParameterMetadata . Builder addParametersBuilder ( int index )
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Parameter
Returns
public TemplateMetadata . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public TemplateMetadata build ()
Returns
public TemplateMetadata buildPartial ()
Returns
public TemplateMetadata . Builder clear ()
Returns
Overrides
public TemplateMetadata . Builder clearDescription ()
Optional. A description of the template.
string description = 2;
Returns
public TemplateMetadata . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public TemplateMetadata . Builder clearName ()
Required. The name of the template.
string name = 1;
Returns
public TemplateMetadata . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
public TemplateMetadata . Builder clearParameters ()
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Returns
public TemplateMetadata . Builder clone ()
Returns
Overrides
public TemplateMetadata getDefaultInstanceForType ()
Returns
public String getDescription ()
Optional. A description of the template.
string description = 2;
Returns
Type Description String The description.
public ByteString getDescriptionBytes ()
Optional. A description of the template.
string description = 2;
Returns
Type Description ByteString The bytes for description.
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
Required. The name of the template.
string name = 1;
Returns
Type Description String The name.
public ByteString getNameBytes ()
Required. The name of the template.
string name = 1;
Returns
public ParameterMetadata getParameters ( int index )
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Parameter
Returns
public ParameterMetadata . Builder getParametersBuilder ( int index )
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Parameter
Returns
public List<ParameterMetadata . Builder > getParametersBuilderList ()
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Returns
public int getParametersCount ()
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Returns
public List<ParameterMetadata> getParametersList ()
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Returns
public ParameterMetadataOrBuilder getParametersOrBuilder ( int index )
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Parameter
Returns
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 >
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public TemplateMetadata . Builder mergeFrom ( TemplateMetadata other )
Parameter
Returns
public TemplateMetadata . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public TemplateMetadata . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public final TemplateMetadata . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public TemplateMetadata . Builder removeParameters ( int index )
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Parameter
Returns
public TemplateMetadata . Builder setDescription ( String value )
Optional. A description of the template.
string description = 2;
Parameter
Name Description value String
The description to set.
Returns
public TemplateMetadata . Builder setDescriptionBytes ( ByteString value )
Optional. A description of the template.
string description = 2;
Parameter
Name Description value ByteString
The bytes for description to set.
Returns
public TemplateMetadata . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public TemplateMetadata . Builder setName ( String value )
Required. The name of the template.
string name = 1;
Parameter
Name Description value String
The name to set.
Returns
public TemplateMetadata . Builder setNameBytes ( ByteString value )
Required. The name of the template.
string name = 1;
Parameter
Name Description value ByteString
The bytes for name to set.
Returns
public TemplateMetadata . Builder setParameters ( int index , ParameterMetadata value )
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Parameters
Returns
public TemplateMetadata . Builder setParameters ( int index , ParameterMetadata . Builder builderForValue )
The parameters for the template.
repeated .google.dataflow.v1beta3.ParameterMetadata parameters = 3;
Parameters
Returns
public TemplateMetadata . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
public final TemplateMetadata . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]