- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class Environment.InfrastructureSpec.OsImageRuntime.Builder extends GeneratedMessageV3.Builder<Environment.InfrastructureSpec.OsImageRuntime.Builder> implements Environment.InfrastructureSpec.OsImageRuntimeOrBuilder
Software Runtime Configuration to run Analyze.
Protobuf type
google.cloud.dataplex.v1.Environment.InfrastructureSpec.OsImageRuntime
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Environment.InfrastructureSpec.OsImageRuntime.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllJavaLibraries(Iterable<String> values)
public Environment.InfrastructureSpec.OsImageRuntime.Builder addAllJavaLibraries(Iterable<String> values)
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 |
values | Iterable<String> The javaLibraries to add. |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
addAllPythonPackages(Iterable<String> values)
public Environment.InfrastructureSpec.OsImageRuntime.Builder addAllPythonPackages(Iterable<String> values)
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 |
values | Iterable<String> The pythonPackages to add. |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
addJavaLibraries(String value)
public Environment.InfrastructureSpec.OsImageRuntime.Builder addJavaLibraries(String value)
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 |
value | String The javaLibraries to add. |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
addJavaLibrariesBytes(ByteString value)
public Environment.InfrastructureSpec.OsImageRuntime.Builder addJavaLibrariesBytes(ByteString value)
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 |
value | ByteString The bytes of the javaLibraries to add. |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
addPythonPackages(String value)
public Environment.InfrastructureSpec.OsImageRuntime.Builder addPythonPackages(String value)
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 |
value | String The pythonPackages to add. |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
addPythonPackagesBytes(ByteString value)
public Environment.InfrastructureSpec.OsImageRuntime.Builder addPythonPackagesBytes(ByteString value)
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 |
value | ByteString The bytes of the pythonPackages to add. |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Environment.InfrastructureSpec.OsImageRuntime.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
build()
public Environment.InfrastructureSpec.OsImageRuntime build()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime |
buildPartial()
public Environment.InfrastructureSpec.OsImageRuntime buildPartial()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime |
clear()
public Environment.InfrastructureSpec.OsImageRuntime.Builder clear()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
clearField(Descriptors.FieldDescriptor field)
public Environment.InfrastructureSpec.OsImageRuntime.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
clearImageVersion()
public Environment.InfrastructureSpec.OsImageRuntime.Builder clearImageVersion()
Required. Dataplex Image version.
string image_version = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
clearJavaLibraries()
public Environment.InfrastructureSpec.OsImageRuntime.Builder clearJavaLibraries()
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 |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Environment.InfrastructureSpec.OsImageRuntime.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
clearProperties()
public Environment.InfrastructureSpec.OsImageRuntime.Builder clearProperties()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
clearPythonPackages()
public Environment.InfrastructureSpec.OsImageRuntime.Builder clearPythonPackages()
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 |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
clone()
public Environment.InfrastructureSpec.OsImageRuntime.Builder clone()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
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 |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public Environment.InfrastructureSpec.OsImageRuntime getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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];
Returns | |
---|---|
Type | Description |
ProtocolStringList | A list containing the javaLibraries. |
getMutableProperties() (deprecated)
public Map<String,String> getMutableProperties()
Use alternate mutation accessors instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getProperties() (deprecated)
public Map<String,String> getProperties()
Use #getPropertiesMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
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];
Returns | |
---|---|
Type | Description |
Map<String,String> |
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];
Parameters | |
---|---|
Name | Description |
key | String |
defaultValue | String |
Returns | |
---|---|
Type | Description |
String |
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 |
Returns | |
---|---|
Type | Description |
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];
Returns | |
---|---|
Type | Description |
ProtocolStringList | A list containing the pythonPackages. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter | |
---|---|
Name | Description |
number | int |
Returns | |
---|---|
Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Environment.InfrastructureSpec.OsImageRuntime other)
public Environment.InfrastructureSpec.OsImageRuntime.Builder mergeFrom(Environment.InfrastructureSpec.OsImageRuntime other)
Parameter | |
---|---|
Name | Description |
other | Environment.InfrastructureSpec.OsImageRuntime |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Environment.InfrastructureSpec.OsImageRuntime.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Environment.InfrastructureSpec.OsImageRuntime.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Environment.InfrastructureSpec.OsImageRuntime.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
putAllProperties(Map<String,String> values)
public Environment.InfrastructureSpec.OsImageRuntime.Builder putAllProperties(Map<String,String> values)
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 |
values | Map<String,String> |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
putProperties(String key, String value)
public Environment.InfrastructureSpec.OsImageRuntime.Builder putProperties(String key, String value)
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];
Parameters | |
---|---|
Name | Description |
key | String |
value | String |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
removeProperties(String key)
public Environment.InfrastructureSpec.OsImageRuntime.Builder removeProperties(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 |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Environment.InfrastructureSpec.OsImageRuntime.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
setImageVersion(String value)
public Environment.InfrastructureSpec.OsImageRuntime.Builder setImageVersion(String value)
Required. Dataplex Image version.
string image_version = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | String The imageVersion to set. |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
setImageVersionBytes(ByteString value)
public Environment.InfrastructureSpec.OsImageRuntime.Builder setImageVersionBytes(ByteString value)
Required. Dataplex Image version.
string image_version = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for imageVersion to set. |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
setJavaLibraries(int index, String value)
public Environment.InfrastructureSpec.OsImageRuntime.Builder setJavaLibraries(int index, String value)
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];
Parameters | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | String The javaLibraries to set. |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
setPythonPackages(int index, String value)
public Environment.InfrastructureSpec.OsImageRuntime.Builder setPythonPackages(int index, String value)
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];
Parameters | |
---|---|
Name | Description |
index | int The index to set the value at. |
value | String The pythonPackages to set. |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Environment.InfrastructureSpec.OsImageRuntime.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Environment.InfrastructureSpec.OsImageRuntime.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Environment.InfrastructureSpec.OsImageRuntime.Builder |