public interface RuntimeConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProperties(String key)
Optional.
|
String |
getContainerImage()
Optional.
|
com.google.protobuf.ByteString |
getContainerImageBytes()
Optional.
|
Map<String,String> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
Optional.
|
Map<String,String> |
getPropertiesMap()
Optional.
|
String |
getPropertiesOrDefault(String key,
String defaultValue)
Optional.
|
String |
getPropertiesOrThrow(String key)
Optional.
|
RepositoryConfig |
getRepositoryConfig()
Optional.
|
RepositoryConfigOrBuilder |
getRepositoryConfigOrBuilder()
Optional.
|
String |
getVersion()
Optional.
|
com.google.protobuf.ByteString |
getVersionBytes()
Optional.
|
boolean |
hasRepositoryConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVersion()
Optional. Version of the batch runtime.
string version = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getVersionBytes()
Optional. Version of the batch runtime.
string version = 1 [(.google.api.field_behavior) = OPTIONAL];String getContainerImage()
Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
string container_image = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getContainerImageBytes()
Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
string container_image = 2 [(.google.api.field_behavior) = OPTIONAL];int getPropertiesCount()
Optional. A mapping of property names to values, which are used to configure workload execution.
map<string, string> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean containsProperties(String key)
Optional. A mapping of property names to values, which are used to configure workload execution.
map<string, string> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated Map<String,String> getProperties()
getPropertiesMap() instead.Map<String,String> getPropertiesMap()
Optional. A mapping of property names to values, which are used to configure workload execution.
map<string, string> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
String getPropertiesOrDefault(String key, String defaultValue)
Optional. A mapping of property names to values, which are used to configure workload execution.
map<string, string> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
String getPropertiesOrThrow(String key)
Optional. A mapping of property names to values, which are used to configure workload execution.
map<string, string> properties = 3 [(.google.api.field_behavior) = OPTIONAL];
boolean hasRepositoryConfig()
Optional. Dependency repository configuration.
.google.cloud.dataproc.v1.RepositoryConfig repository_config = 5 [(.google.api.field_behavior) = OPTIONAL];
RepositoryConfig getRepositoryConfig()
Optional. Dependency repository configuration.
.google.cloud.dataproc.v1.RepositoryConfig repository_config = 5 [(.google.api.field_behavior) = OPTIONAL];
RepositoryConfigOrBuilder getRepositoryConfigOrBuilder()
Optional. Dependency repository configuration.
.google.cloud.dataproc.v1.RepositoryConfig repository_config = 5 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.