Package com.google.cloud.dataplex.v1
Class Task.InfrastructureSpec.ContainerImageRuntime
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.dataplex.v1.Task.InfrastructureSpec.ContainerImageRuntime
-
- All Implemented Interfaces:
Task.InfrastructureSpec.ContainerImageRuntimeOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- Task.InfrastructureSpec
public static final class Task.InfrastructureSpec.ContainerImageRuntime extends com.google.protobuf.GeneratedMessageV3 implements Task.InfrastructureSpec.ContainerImageRuntimeOrBuilder
Container Image Runtime Configuration used with Batch execution.
Protobuf typegoogle.cloud.dataplex.v1.Task.InfrastructureSpec.ContainerImageRuntime
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Task.InfrastructureSpec.ContainerImageRuntime.Builder
Container Image Runtime Configuration used with Batch execution.-
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
IMAGE_FIELD_NUMBER
static int
JAVA_JARS_FIELD_NUMBER
static int
PROPERTIES_FIELD_NUMBER
static int
PYTHON_PACKAGES_FIELD_NUMBER
-
Method Summary
-
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
-
IMAGE_FIELD_NUMBER
public static final int IMAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JAVA_JARS_FIELD_NUMBER
public static final int JAVA_JARS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PYTHON_PACKAGES_FIELD_NUMBER
public static final int PYTHON_PACKAGES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROPERTIES_FIELD_NUMBER
public static final int PROPERTIES_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
-
getImage
public String getImage()
Optional. Container image to use.
string image = 1 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getImage
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
- Returns:
- The image.
-
getImageBytes
public com.google.protobuf.ByteString getImageBytes()
Optional. Container image to use.
string image = 1 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getImageBytes
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
- Returns:
- The bytes for image.
-
getJavaJarsList
public com.google.protobuf.ProtocolStringList getJavaJarsList()
Optional. A list of Java JARS to add to the classpath. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
repeated string java_jars = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getJavaJarsList
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
- Returns:
- A list containing the javaJars.
-
getJavaJarsCount
public int getJavaJarsCount()
Optional. A list of Java JARS to add to the classpath. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
repeated string java_jars = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getJavaJarsCount
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
- Returns:
- The count of javaJars.
-
getJavaJars
public String getJavaJars(int index)
Optional. A list of Java JARS to add to the classpath. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
repeated string java_jars = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getJavaJars
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The javaJars at the given index.
-
getJavaJarsBytes
public com.google.protobuf.ByteString getJavaJarsBytes(int index)
Optional. A list of Java JARS to add to the classpath. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
repeated string java_jars = 2 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getJavaJarsBytes
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the javaJars at the given index.
-
getPythonPackagesList
public com.google.protobuf.ProtocolStringList getPythonPackagesList()
Optional. A list of python packages to be installed. Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz
repeated string python_packages = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getPythonPackagesList
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
- Returns:
- A list containing the pythonPackages.
-
getPythonPackagesCount
public int getPythonPackagesCount()
Optional. A list of python packages to be installed. Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz
repeated string python_packages = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getPythonPackagesCount
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
- Returns:
- The count of pythonPackages.
-
getPythonPackages
public String getPythonPackages(int index)
Optional. A list of python packages to be installed. Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz
repeated string python_packages = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getPythonPackages
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The pythonPackages at the given index.
-
getPythonPackagesBytes
public com.google.protobuf.ByteString getPythonPackagesBytes(int index)
Optional. A list of python packages to be installed. Valid formats include Cloud Storage URI to a PIP installable library. For example, gs://bucket-name/my/path/to/lib.tar.gz
repeated string python_packages = 3 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getPythonPackagesBytes
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the pythonPackages at the given index.
-
getPropertiesCount
public int getPropertiesCount()
Description copied from interface:Task.InfrastructureSpec.ContainerImageRuntimeOrBuilder
Optional. Override to common configuration of open source components installed on the Dataproc cluster. The properties to set on daemon config files. Property keys are specified in `prefix:property` format, for example `core:hadoop.tmp.dir`. For more information, see [Cluster properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getPropertiesCount
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
-
containsProperties
public boolean containsProperties(String key)
Optional. Override to common configuration of open source components installed on the Dataproc cluster. The properties to set on daemon config files. Property keys are specified in `prefix:property` format, for example `core:hadoop.tmp.dir`. For more information, see [Cluster properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
containsProperties
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
-
getProperties
@Deprecated public Map<String,String> getProperties()
Deprecated.UsegetPropertiesMap()
instead.- Specified by:
getProperties
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
-
getPropertiesMap
public Map<String,String> getPropertiesMap()
Optional. Override to common configuration of open source components installed on the Dataproc cluster. The properties to set on daemon config files. Property keys are specified in `prefix:property` format, for example `core:hadoop.tmp.dir`. For more information, see [Cluster properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getPropertiesMap
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
-
getPropertiesOrDefault
public String getPropertiesOrDefault(String key, String defaultValue)
Optional. Override to common configuration of open source components installed on the Dataproc cluster. The properties to set on daemon config files. Property keys are specified in `prefix:property` format, for example `core:hadoop.tmp.dir`. For more information, see [Cluster properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getPropertiesOrDefault
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
-
getPropertiesOrThrow
public String getPropertiesOrThrow(String key)
Optional. Override to common configuration of open source components installed on the Dataproc cluster. The properties to set on daemon config files. Property keys are specified in `prefix:property` format, for example `core:hadoop.tmp.dir`. For more information, see [Cluster properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getPropertiesOrThrow
in interfaceTask.InfrastructureSpec.ContainerImageRuntimeOrBuilder
-
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 Task.InfrastructureSpec.ContainerImageRuntime parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Task.InfrastructureSpec.ContainerImageRuntime parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Task.InfrastructureSpec.ContainerImageRuntime parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Task.InfrastructureSpec.ContainerImageRuntime parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Task.InfrastructureSpec.ContainerImageRuntime.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Task.InfrastructureSpec.ContainerImageRuntime.Builder newBuilder()
-
newBuilder
public static Task.InfrastructureSpec.ContainerImageRuntime.Builder newBuilder(Task.InfrastructureSpec.ContainerImageRuntime prototype)
-
toBuilder
public Task.InfrastructureSpec.ContainerImageRuntime.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Task.InfrastructureSpec.ContainerImageRuntime.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Task.InfrastructureSpec.ContainerImageRuntime getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Task.InfrastructureSpec.ContainerImageRuntime> parser()
-
getParserForType
public com.google.protobuf.Parser<Task.InfrastructureSpec.ContainerImageRuntime> 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 Task.InfrastructureSpec.ContainerImageRuntime getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-