public interface RuntimeConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsProperties(String key)
Optional.
|
String |
getContainerImage()
Optional.
|
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.
|
String |
getVersion()
Optional.
|
ByteString |
getVersionBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getVersion()
Optional. Version of the batch runtime.
string version = 1 [(.google.api.field_behavior) = OPTIONAL];
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];
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];
Copyright © 2022 Google LLC. All rights reserved.