Package com.google.dataflow.v1beta3
Class LaunchFlexTemplateParameter
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.dataflow.v1beta3.LaunchFlexTemplateParameter
-
- All Implemented Interfaces:
LaunchFlexTemplateParameterOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class LaunchFlexTemplateParameter extends com.google.protobuf.GeneratedMessageV3 implements LaunchFlexTemplateParameterOrBuilder
Launch FlexTemplate Parameter.
Protobuf typegoogle.dataflow.v1beta3.LaunchFlexTemplateParameter
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LaunchFlexTemplateParameter.Builder
Launch FlexTemplate Parameter.static class
LaunchFlexTemplateParameter.TemplateCase
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTAINER_SPEC_FIELD_NUMBER
static int
CONTAINER_SPEC_GCS_PATH_FIELD_NUMBER
static int
ENVIRONMENT_FIELD_NUMBER
static int
JOB_NAME_FIELD_NUMBER
static int
LAUNCH_OPTIONS_FIELD_NUMBER
static int
PARAMETERS_FIELD_NUMBER
static int
TRANSFORM_NAME_MAPPINGS_FIELD_NUMBER
static int
UPDATE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsLaunchOptions(String key)
Launch options for this flex template job.boolean
containsParameters(String key)
The parameters for FlexTemplate.boolean
containsTransformNameMappings(String key)
Use this to pass transform_name_mappings for streaming update jobs.boolean
equals(Object obj)
ContainerSpec
getContainerSpec()
Spec about the container image to launch.String
getContainerSpecGcsPath()
Cloud Storage path to a file with json serialized ContainerSpec as content.com.google.protobuf.ByteString
getContainerSpecGcsPathBytes()
Cloud Storage path to a file with json serialized ContainerSpec as content.ContainerSpecOrBuilder
getContainerSpecOrBuilder()
Spec about the container image to launch.static LaunchFlexTemplateParameter
getDefaultInstance()
LaunchFlexTemplateParameter
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
FlexTemplateRuntimeEnvironment
getEnvironment()
The runtime environment for the FlexTemplate jobFlexTemplateRuntimeEnvironmentOrBuilder
getEnvironmentOrBuilder()
The runtime environment for the FlexTemplate jobString
getJobName()
Required.com.google.protobuf.ByteString
getJobNameBytes()
Required.Map<String,String>
getLaunchOptions()
Deprecated.int
getLaunchOptionsCount()
Launch options for this flex template job.Map<String,String>
getLaunchOptionsMap()
Launch options for this flex template job.String
getLaunchOptionsOrDefault(String key, String defaultValue)
Launch options for this flex template job.String
getLaunchOptionsOrThrow(String key)
Launch options for this flex template job.Map<String,String>
getParameters()
Deprecated.int
getParametersCount()
The parameters for FlexTemplate.Map<String,String>
getParametersMap()
The parameters for FlexTemplate.String
getParametersOrDefault(String key, String defaultValue)
The parameters for FlexTemplate.String
getParametersOrThrow(String key)
The parameters for FlexTemplate.com.google.protobuf.Parser<LaunchFlexTemplateParameter>
getParserForType()
int
getSerializedSize()
LaunchFlexTemplateParameter.TemplateCase
getTemplateCase()
Map<String,String>
getTransformNameMappings()
Deprecated.int
getTransformNameMappingsCount()
Use this to pass transform_name_mappings for streaming update jobs.Map<String,String>
getTransformNameMappingsMap()
Use this to pass transform_name_mappings for streaming update jobs.String
getTransformNameMappingsOrDefault(String key, String defaultValue)
Use this to pass transform_name_mappings for streaming update jobs.String
getTransformNameMappingsOrThrow(String key)
Use this to pass transform_name_mappings for streaming update jobs.boolean
getUpdate()
Set this to true if you are sending a request to update a running streaming job.boolean
hasContainerSpec()
Spec about the container image to launch.boolean
hasContainerSpecGcsPath()
Cloud Storage path to a file with json serialized ContainerSpec as content.boolean
hasEnvironment()
The runtime environment for the FlexTemplate jobint
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static LaunchFlexTemplateParameter.Builder
newBuilder()
static LaunchFlexTemplateParameter.Builder
newBuilder(LaunchFlexTemplateParameter prototype)
LaunchFlexTemplateParameter.Builder
newBuilderForType()
protected LaunchFlexTemplateParameter.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static LaunchFlexTemplateParameter
parseDelimitedFrom(InputStream input)
static LaunchFlexTemplateParameter
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LaunchFlexTemplateParameter
parseFrom(byte[] data)
static LaunchFlexTemplateParameter
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LaunchFlexTemplateParameter
parseFrom(com.google.protobuf.ByteString data)
static LaunchFlexTemplateParameter
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LaunchFlexTemplateParameter
parseFrom(com.google.protobuf.CodedInputStream input)
static LaunchFlexTemplateParameter
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LaunchFlexTemplateParameter
parseFrom(InputStream input)
static LaunchFlexTemplateParameter
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LaunchFlexTemplateParameter
parseFrom(ByteBuffer data)
static LaunchFlexTemplateParameter
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<LaunchFlexTemplateParameter>
parser()
LaunchFlexTemplateParameter.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
JOB_NAME_FIELD_NUMBER
public static final int JOB_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONTAINER_SPEC_FIELD_NUMBER
public static final int CONTAINER_SPEC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONTAINER_SPEC_GCS_PATH_FIELD_NUMBER
public static final int CONTAINER_SPEC_GCS_PATH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARAMETERS_FIELD_NUMBER
public static final int PARAMETERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAUNCH_OPTIONS_FIELD_NUMBER
public static final int LAUNCH_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENVIRONMENT_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UPDATE_FIELD_NUMBER
public static final int UPDATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRANSFORM_NAME_MAPPINGS_FIELD_NUMBER
public static final int TRANSFORM_NAME_MAPPINGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getTemplateCase
public LaunchFlexTemplateParameter.TemplateCase getTemplateCase()
- Specified by:
getTemplateCase
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getJobName
public String getJobName()
Required. The job name to use for the created job. For update job request, job name should be same as the existing running job.
string job_name = 1;
- Specified by:
getJobName
in interfaceLaunchFlexTemplateParameterOrBuilder
- Returns:
- The jobName.
-
getJobNameBytes
public com.google.protobuf.ByteString getJobNameBytes()
Required. The job name to use for the created job. For update job request, job name should be same as the existing running job.
string job_name = 1;
- Specified by:
getJobNameBytes
in interfaceLaunchFlexTemplateParameterOrBuilder
- Returns:
- The bytes for jobName.
-
hasContainerSpec
public boolean hasContainerSpec()
Spec about the container image to launch.
.google.dataflow.v1beta3.ContainerSpec container_spec = 4;
- Specified by:
hasContainerSpec
in interfaceLaunchFlexTemplateParameterOrBuilder
- Returns:
- Whether the containerSpec field is set.
-
getContainerSpec
public ContainerSpec getContainerSpec()
Spec about the container image to launch.
.google.dataflow.v1beta3.ContainerSpec container_spec = 4;
- Specified by:
getContainerSpec
in interfaceLaunchFlexTemplateParameterOrBuilder
- Returns:
- The containerSpec.
-
getContainerSpecOrBuilder
public ContainerSpecOrBuilder getContainerSpecOrBuilder()
Spec about the container image to launch.
.google.dataflow.v1beta3.ContainerSpec container_spec = 4;
- Specified by:
getContainerSpecOrBuilder
in interfaceLaunchFlexTemplateParameterOrBuilder
-
hasContainerSpecGcsPath
public boolean hasContainerSpecGcsPath()
Cloud Storage path to a file with json serialized ContainerSpec as content.
string container_spec_gcs_path = 5;
- Specified by:
hasContainerSpecGcsPath
in interfaceLaunchFlexTemplateParameterOrBuilder
- Returns:
- Whether the containerSpecGcsPath field is set.
-
getContainerSpecGcsPath
public String getContainerSpecGcsPath()
Cloud Storage path to a file with json serialized ContainerSpec as content.
string container_spec_gcs_path = 5;
- Specified by:
getContainerSpecGcsPath
in interfaceLaunchFlexTemplateParameterOrBuilder
- Returns:
- The containerSpecGcsPath.
-
getContainerSpecGcsPathBytes
public com.google.protobuf.ByteString getContainerSpecGcsPathBytes()
Cloud Storage path to a file with json serialized ContainerSpec as content.
string container_spec_gcs_path = 5;
- Specified by:
getContainerSpecGcsPathBytes
in interfaceLaunchFlexTemplateParameterOrBuilder
- Returns:
- The bytes for containerSpecGcsPath.
-
getParametersCount
public int getParametersCount()
Description copied from interface:LaunchFlexTemplateParameterOrBuilder
The parameters for FlexTemplate. Ex. {"num_workers":"5"}
map<string, string> parameters = 2;
- Specified by:
getParametersCount
in interfaceLaunchFlexTemplateParameterOrBuilder
-
containsParameters
public boolean containsParameters(String key)
The parameters for FlexTemplate. Ex. {"num_workers":"5"}
map<string, string> parameters = 2;
- Specified by:
containsParameters
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getParameters
@Deprecated public Map<String,String> getParameters()
Deprecated.UsegetParametersMap()
instead.- Specified by:
getParameters
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getParametersMap
public Map<String,String> getParametersMap()
The parameters for FlexTemplate. Ex. {"num_workers":"5"}
map<string, string> parameters = 2;
- Specified by:
getParametersMap
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getParametersOrDefault
public String getParametersOrDefault(String key, String defaultValue)
The parameters for FlexTemplate. Ex. {"num_workers":"5"}
map<string, string> parameters = 2;
- Specified by:
getParametersOrDefault
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getParametersOrThrow
public String getParametersOrThrow(String key)
The parameters for FlexTemplate. Ex. {"num_workers":"5"}
map<string, string> parameters = 2;
- Specified by:
getParametersOrThrow
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getLaunchOptionsCount
public int getLaunchOptionsCount()
Description copied from interface:LaunchFlexTemplateParameterOrBuilder
Launch options for this flex template job. This is a common set of options across languages and templates. This should not be used to pass job parameters.
map<string, string> launch_options = 6;
- Specified by:
getLaunchOptionsCount
in interfaceLaunchFlexTemplateParameterOrBuilder
-
containsLaunchOptions
public boolean containsLaunchOptions(String key)
Launch options for this flex template job. This is a common set of options across languages and templates. This should not be used to pass job parameters.
map<string, string> launch_options = 6;
- Specified by:
containsLaunchOptions
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getLaunchOptions
@Deprecated public Map<String,String> getLaunchOptions()
Deprecated.UsegetLaunchOptionsMap()
instead.- Specified by:
getLaunchOptions
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getLaunchOptionsMap
public Map<String,String> getLaunchOptionsMap()
Launch options for this flex template job. This is a common set of options across languages and templates. This should not be used to pass job parameters.
map<string, string> launch_options = 6;
- Specified by:
getLaunchOptionsMap
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getLaunchOptionsOrDefault
public String getLaunchOptionsOrDefault(String key, String defaultValue)
Launch options for this flex template job. This is a common set of options across languages and templates. This should not be used to pass job parameters.
map<string, string> launch_options = 6;
- Specified by:
getLaunchOptionsOrDefault
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getLaunchOptionsOrThrow
public String getLaunchOptionsOrThrow(String key)
Launch options for this flex template job. This is a common set of options across languages and templates. This should not be used to pass job parameters.
map<string, string> launch_options = 6;
- Specified by:
getLaunchOptionsOrThrow
in interfaceLaunchFlexTemplateParameterOrBuilder
-
hasEnvironment
public boolean hasEnvironment()
The runtime environment for the FlexTemplate job
.google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment environment = 7;
- Specified by:
hasEnvironment
in interfaceLaunchFlexTemplateParameterOrBuilder
- Returns:
- Whether the environment field is set.
-
getEnvironment
public FlexTemplateRuntimeEnvironment getEnvironment()
The runtime environment for the FlexTemplate job
.google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment environment = 7;
- Specified by:
getEnvironment
in interfaceLaunchFlexTemplateParameterOrBuilder
- Returns:
- The environment.
-
getEnvironmentOrBuilder
public FlexTemplateRuntimeEnvironmentOrBuilder getEnvironmentOrBuilder()
The runtime environment for the FlexTemplate job
.google.dataflow.v1beta3.FlexTemplateRuntimeEnvironment environment = 7;
- Specified by:
getEnvironmentOrBuilder
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getUpdate
public boolean getUpdate()
Set this to true if you are sending a request to update a running streaming job. When set, the job name should be the same as the running job.
bool update = 8;
- Specified by:
getUpdate
in interfaceLaunchFlexTemplateParameterOrBuilder
- Returns:
- The update.
-
getTransformNameMappingsCount
public int getTransformNameMappingsCount()
Description copied from interface:LaunchFlexTemplateParameterOrBuilder
Use this to pass transform_name_mappings for streaming update jobs. Ex:{"oldTransformName":"newTransformName",...}'
map<string, string> transform_name_mappings = 9;
- Specified by:
getTransformNameMappingsCount
in interfaceLaunchFlexTemplateParameterOrBuilder
-
containsTransformNameMappings
public boolean containsTransformNameMappings(String key)
Use this to pass transform_name_mappings for streaming update jobs. Ex:{"oldTransformName":"newTransformName",...}'
map<string, string> transform_name_mappings = 9;
- Specified by:
containsTransformNameMappings
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getTransformNameMappings
@Deprecated public Map<String,String> getTransformNameMappings()
Deprecated.UsegetTransformNameMappingsMap()
instead.- Specified by:
getTransformNameMappings
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getTransformNameMappingsMap
public Map<String,String> getTransformNameMappingsMap()
Use this to pass transform_name_mappings for streaming update jobs. Ex:{"oldTransformName":"newTransformName",...}'
map<string, string> transform_name_mappings = 9;
- Specified by:
getTransformNameMappingsMap
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getTransformNameMappingsOrDefault
public String getTransformNameMappingsOrDefault(String key, String defaultValue)
Use this to pass transform_name_mappings for streaming update jobs. Ex:{"oldTransformName":"newTransformName",...}'
map<string, string> transform_name_mappings = 9;
- Specified by:
getTransformNameMappingsOrDefault
in interfaceLaunchFlexTemplateParameterOrBuilder
-
getTransformNameMappingsOrThrow
public String getTransformNameMappingsOrThrow(String key)
Use this to pass transform_name_mappings for streaming update jobs. Ex:{"oldTransformName":"newTransformName",...}'
map<string, string> transform_name_mappings = 9;
- Specified by:
getTransformNameMappingsOrThrow
in interfaceLaunchFlexTemplateParameterOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static LaunchFlexTemplateParameter parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LaunchFlexTemplateParameter parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LaunchFlexTemplateParameter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LaunchFlexTemplateParameter parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LaunchFlexTemplateParameter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LaunchFlexTemplateParameter parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LaunchFlexTemplateParameter parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static LaunchFlexTemplateParameter parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static LaunchFlexTemplateParameter parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static LaunchFlexTemplateParameter parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static LaunchFlexTemplateParameter parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static LaunchFlexTemplateParameter parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public LaunchFlexTemplateParameter.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static LaunchFlexTemplateParameter.Builder newBuilder()
-
newBuilder
public static LaunchFlexTemplateParameter.Builder newBuilder(LaunchFlexTemplateParameter prototype)
-
toBuilder
public LaunchFlexTemplateParameter.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected LaunchFlexTemplateParameter.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static LaunchFlexTemplateParameter getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<LaunchFlexTemplateParameter> parser()
-
getParserForType
public com.google.protobuf.Parser<LaunchFlexTemplateParameter> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public LaunchFlexTemplateParameter getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-