public static final class Environment.InfrastructureSpec.OsImageRuntime extends GeneratedMessageV3 implements Environment.InfrastructureSpec.OsImageRuntimeOrBuilder
Software Runtime Configuration to run Analyze.
Protobuf type google.cloud.dataplex.v1.Environment.InfrastructureSpec.OsImageRuntime
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
IMAGE_VERSION_FIELD_NUMBER
public static final int IMAGE_VERSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
JAVA_LIBRARIES_FIELD_NUMBER
public static final int JAVA_LIBRARIES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PROPERTIES_FIELD_NUMBER
public static final int PROPERTIES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PYTHON_PACKAGES_FIELD_NUMBER
public static final int PYTHON_PACKAGES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Environment.InfrastructureSpec.OsImageRuntime getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Environment.InfrastructureSpec.OsImageRuntime.Builder newBuilder()
newBuilder(Environment.InfrastructureSpec.OsImageRuntime prototype)
public static Environment.InfrastructureSpec.OsImageRuntime.Builder newBuilder(Environment.InfrastructureSpec.OsImageRuntime prototype)
public static Environment.InfrastructureSpec.OsImageRuntime parseDelimitedFrom(InputStream input)
public static Environment.InfrastructureSpec.OsImageRuntime parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(CodedInputStream input)
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(InputStream input)
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Environment.InfrastructureSpec.OsImageRuntime parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Environment.InfrastructureSpec.OsImageRuntime> parser()
Methods
containsProperties(String key)
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];
Parameter |
---|
Name | Description |
key | String
|
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Environment.InfrastructureSpec.OsImageRuntime getDefaultInstanceForType()
getImageVersion()
public String getImageVersion()
Required. Dataplex Image version.
string image_version = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The imageVersion.
|
getImageVersionBytes()
public ByteString getImageVersionBytes()
Required. Dataplex Image version.
string image_version = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for imageVersion.
|
getJavaLibraries(int index)
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];
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The javaLibraries at the given index.
|
getJavaLibrariesBytes(int index)
public 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];
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the javaLibraries at the given index.
|
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];
Returns |
---|
Type | Description |
int | The count of javaLibraries.
|
getJavaLibrariesList()
public 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];
getParserForType()
public Parser<Environment.InfrastructureSpec.OsImageRuntime> getParserForType()
Overrides
getProperties() (deprecated)
public Map<String,String> getProperties()
getPropertiesCount()
public int getPropertiesCount()
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];
Returns |
---|
Type | Description |
int | |
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];
getPropertiesOrDefault(String key, String defaultValue)
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];
getPropertiesOrThrow(String key)
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];
Parameter |
---|
Name | Description |
key | String
|
getPythonPackages(int index)
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];
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The pythonPackages at the given index.
|
getPythonPackagesBytes(int index)
public 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];
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the pythonPackages at the given index.
|
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];
Returns |
---|
Type | Description |
int | The count of pythonPackages.
|
getPythonPackagesList()
public 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];
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Environment.InfrastructureSpec.OsImageRuntime.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Environment.InfrastructureSpec.OsImageRuntime.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Environment.InfrastructureSpec.OsImageRuntime.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides