Package com.google.cloud.dataplex.v1
Class Environment.InfrastructureSpec.OsImageRuntime
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.dataplex.v1.Environment.InfrastructureSpec.OsImageRuntime
-
- All Implemented Interfaces:
Environment.InfrastructureSpec.OsImageRuntimeOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- Environment.InfrastructureSpec
public static final class Environment.InfrastructureSpec.OsImageRuntime extends com.google.protobuf.GeneratedMessageV3 implements Environment.InfrastructureSpec.OsImageRuntimeOrBuilder
Software Runtime Configuration to run Analyze.
Protobuf typegoogle.cloud.dataplex.v1.Environment.InfrastructureSpec.OsImageRuntime- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEnvironment.InfrastructureSpec.OsImageRuntime.BuilderSoftware Runtime Configuration to run Analyze.-
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 intIMAGE_VERSION_FIELD_NUMBERstatic intJAVA_LIBRARIES_FIELD_NUMBERstatic intPROPERTIES_FIELD_NUMBERstatic intPYTHON_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_VERSION_FIELD_NUMBER
public static final int IMAGE_VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JAVA_LIBRARIES_FIELD_NUMBER
public static final int JAVA_LIBRARIES_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:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getImageVersion
public String getImageVersion()
Required. Dataplex Image version.
string image_version = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getImageVersionin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder- Returns:
- The imageVersion.
-
getImageVersionBytes
public com.google.protobuf.ByteString getImageVersionBytes()
Required. Dataplex Image version.
string image_version = 1 [(.google.api.field_behavior) = REQUIRED];- Specified by:
getImageVersionBytesin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder- Returns:
- The bytes for imageVersion.
-
getJavaLibrariesList
public com.google.protobuf.ProtocolStringList getJavaLibrariesList()
Optional. List of Java jars to be included in the runtime environment. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
repeated string java_libraries = 2 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getJavaLibrariesListin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder- Returns:
- A list containing the javaLibraries.
-
getJavaLibrariesCount
public int getJavaLibrariesCount()
Optional. List of Java jars to be included in the runtime environment. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
repeated string java_libraries = 2 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getJavaLibrariesCountin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder- Returns:
- The count of javaLibraries.
-
getJavaLibraries
public String getJavaLibraries(int index)
Optional. List of Java jars to be included in the runtime environment. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
repeated string java_libraries = 2 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getJavaLibrariesin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The javaLibraries at the given index.
-
getJavaLibrariesBytes
public com.google.protobuf.ByteString getJavaLibrariesBytes(int index)
Optional. List of Java jars to be included in the runtime environment. Valid input includes Cloud Storage URIs to Jar binaries. For example, gs://bucket-name/my/path/to/file.jar
repeated string java_libraries = 2 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getJavaLibrariesBytesin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the javaLibraries 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:
getPythonPackagesListin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder- 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:
getPythonPackagesCountin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder- 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:
getPythonPackagesin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder- 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:
getPythonPackagesBytesin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder- 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:Environment.InfrastructureSpec.OsImageRuntimeOrBuilderOptional. Spark properties to provide configuration for use in sessions created for this environment. The properties to set on daemon config files. Property keys are specified in `prefix:property` format. The prefix must be "spark".
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getPropertiesCountin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder
-
containsProperties
public boolean containsProperties(String key)
Optional. Spark properties to provide configuration for use in sessions created for this environment. The properties to set on daemon config files. Property keys are specified in `prefix:property` format. The prefix must be "spark".
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
containsPropertiesin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder
-
getProperties
@Deprecated public Map<String,String> getProperties()
Deprecated.UsegetPropertiesMap()instead.- Specified by:
getPropertiesin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder
-
getPropertiesMap
public Map<String,String> getPropertiesMap()
Optional. Spark properties to provide configuration for use in sessions created for this environment. The properties to set on daemon config files. Property keys are specified in `prefix:property` format. The prefix must be "spark".
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getPropertiesMapin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder
-
getPropertiesOrDefault
public String getPropertiesOrDefault(String key, String defaultValue)
Optional. Spark properties to provide configuration for use in sessions created for this environment. The properties to set on daemon config files. Property keys are specified in `prefix:property` format. The prefix must be "spark".
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getPropertiesOrDefaultin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder
-
getPropertiesOrThrow
public String getPropertiesOrThrow(String key)
Optional. Spark properties to provide configuration for use in sessions created for this environment. The properties to set on daemon config files. Property keys are specified in `prefix:property` format. The prefix must be "spark".
map<string, string> properties = 4 [(.google.api.field_behavior) = OPTIONAL];- Specified by:
getPropertiesOrThrowin interfaceEnvironment.InfrastructureSpec.OsImageRuntimeOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Environment.InfrastructureSpec.OsImageRuntime parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Environment.InfrastructureSpec.OsImageRuntime parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Environment.InfrastructureSpec.OsImageRuntime.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Environment.InfrastructureSpec.OsImageRuntime.Builder newBuilder()
-
newBuilder
public static Environment.InfrastructureSpec.OsImageRuntime.Builder newBuilder(Environment.InfrastructureSpec.OsImageRuntime prototype)
-
toBuilder
public Environment.InfrastructureSpec.OsImageRuntime.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Environment.InfrastructureSpec.OsImageRuntime.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Environment.InfrastructureSpec.OsImageRuntime getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Environment.InfrastructureSpec.OsImageRuntime> parser()
-
getParserForType
public com.google.protobuf.Parser<Environment.InfrastructureSpec.OsImageRuntime> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Environment.InfrastructureSpec.OsImageRuntime getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-