public static final class PipelineJob.RuntimeConfig extends com.google.protobuf.GeneratedMessageV3 implements PipelineJob.RuntimeConfigOrBuilder
The runtime config of a PipelineJob.Protobuf type
google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig| Modifier and Type | Class and Description |
|---|---|
static class |
PipelineJob.RuntimeConfig.Builder
The runtime config of a PipelineJob.
|
static class |
PipelineJob.RuntimeConfig.DefaultRuntime
The default runtime for the PipelineJob.
|
static interface |
PipelineJob.RuntimeConfig.DefaultRuntimeOrBuilder |
static class |
PipelineJob.RuntimeConfig.InputArtifact
The type of an input artifact.
|
static interface |
PipelineJob.RuntimeConfig.InputArtifactOrBuilder |
static class |
PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetail
Persistent resource based runtime detail.
|
static interface |
PipelineJob.RuntimeConfig.PersistentResourceRuntimeDetailOrBuilder |
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| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_RUNTIME_FIELD_NUMBER |
static int |
FAILURE_POLICY_FIELD_NUMBER |
static int |
GCS_OUTPUT_DIRECTORY_FIELD_NUMBER |
static int |
INPUT_ARTIFACTS_FIELD_NUMBER |
static int |
PARAMETER_VALUES_FIELD_NUMBER |
static int |
PARAMETERS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsInputArtifacts(String key)
The runtime artifacts of the PipelineJob.
|
boolean |
containsParameters(String key)
Deprecated.
|
boolean |
containsParameterValues(String key)
The runtime parameters of the PipelineJob.
|
boolean |
equals(Object obj) |
static PipelineJob.RuntimeConfig |
getDefaultInstance() |
PipelineJob.RuntimeConfig |
getDefaultInstanceForType() |
PipelineJob.RuntimeConfig.DefaultRuntime |
getDefaultRuntime()
Optional.
|
PipelineJob.RuntimeConfig.DefaultRuntimeOrBuilder |
getDefaultRuntimeOrBuilder()
Optional.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
PipelineFailurePolicy |
getFailurePolicy()
Represents the failure policy of a pipeline.
|
int |
getFailurePolicyValue()
Represents the failure policy of a pipeline.
|
String |
getGcsOutputDirectory()
Required.
|
com.google.protobuf.ByteString |
getGcsOutputDirectoryBytes()
Required.
|
Map<String,PipelineJob.RuntimeConfig.InputArtifact> |
getInputArtifacts()
Deprecated.
|
int |
getInputArtifactsCount()
The runtime artifacts of the PipelineJob.
|
Map<String,PipelineJob.RuntimeConfig.InputArtifact> |
getInputArtifactsMap()
The runtime artifacts of the PipelineJob.
|
PipelineJob.RuntimeConfig.InputArtifact |
getInputArtifactsOrDefault(String key,
PipelineJob.RuntimeConfig.InputArtifact defaultValue)
The runtime artifacts of the PipelineJob.
|
PipelineJob.RuntimeConfig.InputArtifact |
getInputArtifactsOrThrow(String key)
The runtime artifacts of the PipelineJob.
|
Map<String,Value> |
getParameters()
Deprecated.
|
int |
getParametersCount()
Deprecated.
|
Map<String,Value> |
getParametersMap()
Deprecated.
|
Value |
getParametersOrDefault(String key,
Value defaultValue)
Deprecated.
|
Value |
getParametersOrThrow(String key)
Deprecated.
|
Map<String,com.google.protobuf.Value> |
getParameterValues()
Deprecated.
|
int |
getParameterValuesCount()
The runtime parameters of the PipelineJob.
|
Map<String,com.google.protobuf.Value> |
getParameterValuesMap()
The runtime parameters of the PipelineJob.
|
com.google.protobuf.Value |
getParameterValuesOrDefault(String key,
com.google.protobuf.Value defaultValue)
The runtime parameters of the PipelineJob.
|
com.google.protobuf.Value |
getParameterValuesOrThrow(String key)
The runtime parameters of the PipelineJob.
|
com.google.protobuf.Parser<PipelineJob.RuntimeConfig> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasDefaultRuntime()
Optional.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static PipelineJob.RuntimeConfig.Builder |
newBuilder() |
static PipelineJob.RuntimeConfig.Builder |
newBuilder(PipelineJob.RuntimeConfig prototype) |
PipelineJob.RuntimeConfig.Builder |
newBuilderForType() |
protected PipelineJob.RuntimeConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static PipelineJob.RuntimeConfig |
parseDelimitedFrom(InputStream input) |
static PipelineJob.RuntimeConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PipelineJob.RuntimeConfig |
parseFrom(byte[] data) |
static PipelineJob.RuntimeConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PipelineJob.RuntimeConfig |
parseFrom(ByteBuffer data) |
static PipelineJob.RuntimeConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PipelineJob.RuntimeConfig |
parseFrom(com.google.protobuf.ByteString data) |
static PipelineJob.RuntimeConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PipelineJob.RuntimeConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PipelineJob.RuntimeConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PipelineJob.RuntimeConfig |
parseFrom(InputStream input) |
static PipelineJob.RuntimeConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PipelineJob.RuntimeConfig> |
parser() |
PipelineJob.RuntimeConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PARAMETERS_FIELD_NUMBER
public static final int GCS_OUTPUT_DIRECTORY_FIELD_NUMBER
public static final int PARAMETER_VALUES_FIELD_NUMBER
public static final int FAILURE_POLICY_FIELD_NUMBER
public static final int INPUT_ARTIFACTS_FIELD_NUMBER
public static final int DEFAULT_RUNTIME_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3@Deprecated public int getParametersCount()
PipelineJob.RuntimeConfigOrBuilderDeprecated. Use [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values] instead. The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec] to replace the placeholders at runtime. This field is used by pipelines built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower, such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
getParametersCount in interface PipelineJob.RuntimeConfigOrBuilder@Deprecated public boolean containsParameters(String key)
Deprecated. Use [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values] instead. The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec] to replace the placeholders at runtime. This field is used by pipelines built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower, such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
containsParameters in interface PipelineJob.RuntimeConfigOrBuilder@Deprecated public Map<String,Value> getParameters()
getParametersMap() instead.getParameters in interface PipelineJob.RuntimeConfigOrBuilder@Deprecated public Map<String,Value> getParametersMap()
Deprecated. Use [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values] instead. The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec] to replace the placeholders at runtime. This field is used by pipelines built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower, such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
getParametersMap in interface PipelineJob.RuntimeConfigOrBuilder@Deprecated public Value getParametersOrDefault(String key, Value defaultValue)
Deprecated. Use [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values] instead. The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec] to replace the placeholders at runtime. This field is used by pipelines built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower, such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
getParametersOrDefault in interface PipelineJob.RuntimeConfigOrBuilder@Deprecated public Value getParametersOrThrow(String key)
Deprecated. Use [RuntimeConfig.parameter_values][google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.parameter_values] instead. The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec] to replace the placeholders at runtime. This field is used by pipelines built using `PipelineJob.pipeline_spec.schema_version` 2.0.0 or lower, such as pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
map<string, .google.cloud.aiplatform.v1beta1.Value> parameters = 1 [deprecated = true];
getParametersOrThrow in interface PipelineJob.RuntimeConfigOrBuilderpublic String getGcsOutputDirectory()
Required. A path in a Cloud Storage bucket, which will be treated as the
root output directory of the pipeline. It is used by the system to
generate the paths of output artifacts. The artifact paths are generated
with a sub-path pattern `{job_id}/{task_id}/{output_key}` under the
specified output directory. The service account specified in this
pipeline must have the `storage.objects.get` and `storage.objects.create`
permissions for this bucket.
string gcs_output_directory = 2 [(.google.api.field_behavior) = REQUIRED];getGcsOutputDirectory in interface PipelineJob.RuntimeConfigOrBuilderpublic com.google.protobuf.ByteString getGcsOutputDirectoryBytes()
Required. A path in a Cloud Storage bucket, which will be treated as the
root output directory of the pipeline. It is used by the system to
generate the paths of output artifacts. The artifact paths are generated
with a sub-path pattern `{job_id}/{task_id}/{output_key}` under the
specified output directory. The service account specified in this
pipeline must have the `storage.objects.get` and `storage.objects.create`
permissions for this bucket.
string gcs_output_directory = 2 [(.google.api.field_behavior) = REQUIRED];getGcsOutputDirectoryBytes in interface PipelineJob.RuntimeConfigOrBuilderpublic int getParameterValuesCount()
PipelineJob.RuntimeConfigOrBuilderThe runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec] to replace the placeholders at runtime. This field is used by pipelines built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL.
map<string, .google.protobuf.Value> parameter_values = 3;getParameterValuesCount in interface PipelineJob.RuntimeConfigOrBuilderpublic boolean containsParameterValues(String key)
The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec] to replace the placeholders at runtime. This field is used by pipelines built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL.
map<string, .google.protobuf.Value> parameter_values = 3;containsParameterValues in interface PipelineJob.RuntimeConfigOrBuilder@Deprecated public Map<String,com.google.protobuf.Value> getParameterValues()
getParameterValuesMap() instead.getParameterValues in interface PipelineJob.RuntimeConfigOrBuilderpublic Map<String,com.google.protobuf.Value> getParameterValuesMap()
The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec] to replace the placeholders at runtime. This field is used by pipelines built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL.
map<string, .google.protobuf.Value> parameter_values = 3;getParameterValuesMap in interface PipelineJob.RuntimeConfigOrBuilderpublic com.google.protobuf.Value getParameterValuesOrDefault(String key, com.google.protobuf.Value defaultValue)
The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec] to replace the placeholders at runtime. This field is used by pipelines built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL.
map<string, .google.protobuf.Value> parameter_values = 3;getParameterValuesOrDefault in interface PipelineJob.RuntimeConfigOrBuilderpublic com.google.protobuf.Value getParameterValuesOrThrow(String key)
The runtime parameters of the PipelineJob. The parameters will be passed into [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec] to replace the placeholders at runtime. This field is used by pipelines built using `PipelineJob.pipeline_spec.schema_version` 2.1.0, such as pipelines built using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL.
map<string, .google.protobuf.Value> parameter_values = 3;getParameterValuesOrThrow in interface PipelineJob.RuntimeConfigOrBuilderpublic int getFailurePolicyValue()
Represents the failure policy of a pipeline. Currently, the default of a pipeline is that the pipeline will continue to run until no more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling any new tasks when a task has failed. Any scheduled tasks will continue to completion.
.google.cloud.aiplatform.v1beta1.PipelineFailurePolicy failure_policy = 4;getFailurePolicyValue in interface PipelineJob.RuntimeConfigOrBuilderpublic PipelineFailurePolicy getFailurePolicy()
Represents the failure policy of a pipeline. Currently, the default of a pipeline is that the pipeline will continue to run until no more tasks can be executed, also known as PIPELINE_FAILURE_POLICY_FAIL_SLOW. However, if a pipeline is set to PIPELINE_FAILURE_POLICY_FAIL_FAST, it will stop scheduling any new tasks when a task has failed. Any scheduled tasks will continue to completion.
.google.cloud.aiplatform.v1beta1.PipelineFailurePolicy failure_policy = 4;getFailurePolicy in interface PipelineJob.RuntimeConfigOrBuilderpublic int getInputArtifactsCount()
PipelineJob.RuntimeConfigOrBuilderThe runtime artifacts of the PipelineJob. The key will be the input artifact name and the value would be one of the InputArtifact.
map<string, .google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.InputArtifact> input_artifacts = 5;
getInputArtifactsCount in interface PipelineJob.RuntimeConfigOrBuilderpublic boolean containsInputArtifacts(String key)
The runtime artifacts of the PipelineJob. The key will be the input artifact name and the value would be one of the InputArtifact.
map<string, .google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.InputArtifact> input_artifacts = 5;
containsInputArtifacts in interface PipelineJob.RuntimeConfigOrBuilder@Deprecated public Map<String,PipelineJob.RuntimeConfig.InputArtifact> getInputArtifacts()
getInputArtifactsMap() instead.getInputArtifacts in interface PipelineJob.RuntimeConfigOrBuilderpublic Map<String,PipelineJob.RuntimeConfig.InputArtifact> getInputArtifactsMap()
The runtime artifacts of the PipelineJob. The key will be the input artifact name and the value would be one of the InputArtifact.
map<string, .google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.InputArtifact> input_artifacts = 5;
getInputArtifactsMap in interface PipelineJob.RuntimeConfigOrBuilderpublic PipelineJob.RuntimeConfig.InputArtifact getInputArtifactsOrDefault(String key, PipelineJob.RuntimeConfig.InputArtifact defaultValue)
The runtime artifacts of the PipelineJob. The key will be the input artifact name and the value would be one of the InputArtifact.
map<string, .google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.InputArtifact> input_artifacts = 5;
getInputArtifactsOrDefault in interface PipelineJob.RuntimeConfigOrBuilderpublic PipelineJob.RuntimeConfig.InputArtifact getInputArtifactsOrThrow(String key)
The runtime artifacts of the PipelineJob. The key will be the input artifact name and the value would be one of the InputArtifact.
map<string, .google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.InputArtifact> input_artifacts = 5;
getInputArtifactsOrThrow in interface PipelineJob.RuntimeConfigOrBuilderpublic boolean hasDefaultRuntime()
Optional. The default runtime for the PipelineJob. If not provided, Vertex Custom Job(on demand) is used as the runtime. For Vertex Custom Job, please refer to https://cloud.google.com/vertex-ai/docs/training/overview.
.google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.DefaultRuntime default_runtime = 6 [(.google.api.field_behavior) = OPTIONAL];
hasDefaultRuntime in interface PipelineJob.RuntimeConfigOrBuilderpublic PipelineJob.RuntimeConfig.DefaultRuntime getDefaultRuntime()
Optional. The default runtime for the PipelineJob. If not provided, Vertex Custom Job(on demand) is used as the runtime. For Vertex Custom Job, please refer to https://cloud.google.com/vertex-ai/docs/training/overview.
.google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.DefaultRuntime default_runtime = 6 [(.google.api.field_behavior) = OPTIONAL];
getDefaultRuntime in interface PipelineJob.RuntimeConfigOrBuilderpublic PipelineJob.RuntimeConfig.DefaultRuntimeOrBuilder getDefaultRuntimeOrBuilder()
Optional. The default runtime for the PipelineJob. If not provided, Vertex Custom Job(on demand) is used as the runtime. For Vertex Custom Job, please refer to https://cloud.google.com/vertex-ai/docs/training/overview.
.google.cloud.aiplatform.v1beta1.PipelineJob.RuntimeConfig.DefaultRuntime default_runtime = 6 [(.google.api.field_behavior) = OPTIONAL];
getDefaultRuntimeOrBuilder in interface PipelineJob.RuntimeConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PipelineJob.RuntimeConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PipelineJob.RuntimeConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PipelineJob.RuntimeConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PipelineJob.RuntimeConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PipelineJob.RuntimeConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PipelineJob.RuntimeConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PipelineJob.RuntimeConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static PipelineJob.RuntimeConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PipelineJob.RuntimeConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PipelineJob.RuntimeConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PipelineJob.RuntimeConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PipelineJob.RuntimeConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PipelineJob.RuntimeConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PipelineJob.RuntimeConfig.Builder newBuilder()
public static PipelineJob.RuntimeConfig.Builder newBuilder(PipelineJob.RuntimeConfig prototype)
public PipelineJob.RuntimeConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PipelineJob.RuntimeConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PipelineJob.RuntimeConfig getDefaultInstance()
public static com.google.protobuf.Parser<PipelineJob.RuntimeConfig> parser()
public com.google.protobuf.Parser<PipelineJob.RuntimeConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PipelineJob.RuntimeConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.