public interface RuntimeConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsProperties(String key)
public abstract 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];
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getProperties()
public abstract Map<String,String> getProperties()Use #getPropertiesMap() instead.
| Type | Description |
| Map<String,String> |
getPropertiesCount()
public abstract 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];
| Type | Description |
| int |
getPropertiesMap()
public abstract 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];
| Type | Description |
| Map<String,String> |
getPropertiesOrDefault(String key, String defaultValue)
public abstract 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];
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getPropertiesOrThrow(String key)
public abstract 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];
| Name | Description |
| key | String |
| Type | Description |
| String |