public interface DeployParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMatchTargetLabels(String key)
Optional.
|
boolean |
containsValues(String key)
Required.
|
Map<String,String> |
getMatchTargetLabels()
Deprecated.
|
int |
getMatchTargetLabelsCount()
Optional.
|
Map<String,String> |
getMatchTargetLabelsMap()
Optional.
|
String |
getMatchTargetLabelsOrDefault(String key,
String defaultValue)
Optional.
|
String |
getMatchTargetLabelsOrThrow(String key)
Optional.
|
Map<String,String> |
getValues()
Deprecated.
|
int |
getValuesCount()
Required.
|
Map<String,String> |
getValuesMap()
Required.
|
String |
getValuesOrDefault(String key,
String defaultValue)
Required.
|
String |
getValuesOrThrow(String key)
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getValuesCount()
Required. Values are deploy parameters in key-value pairs.
map<string, string> values = 1 [(.google.api.field_behavior) = REQUIRED];boolean containsValues(String key)
Required. Values are deploy parameters in key-value pairs.
map<string, string> values = 1 [(.google.api.field_behavior) = REQUIRED];@Deprecated Map<String,String> getValues()
getValuesMap() instead.Map<String,String> getValuesMap()
Required. Values are deploy parameters in key-value pairs.
map<string, string> values = 1 [(.google.api.field_behavior) = REQUIRED];String getValuesOrDefault(String key, String defaultValue)
Required. Values are deploy parameters in key-value pairs.
map<string, string> values = 1 [(.google.api.field_behavior) = REQUIRED];String getValuesOrThrow(String key)
Required. Values are deploy parameters in key-value pairs.
map<string, string> values = 1 [(.google.api.field_behavior) = REQUIRED];int getMatchTargetLabelsCount()
Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
map<string, string> match_target_labels = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean containsMatchTargetLabels(String key)
Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
map<string, string> match_target_labels = 2 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated Map<String,String> getMatchTargetLabels()
getMatchTargetLabelsMap() instead.Map<String,String> getMatchTargetLabelsMap()
Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
map<string, string> match_target_labels = 2 [(.google.api.field_behavior) = OPTIONAL];
String getMatchTargetLabelsOrDefault(String key, String defaultValue)
Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
map<string, string> match_target_labels = 2 [(.google.api.field_behavior) = OPTIONAL];
String getMatchTargetLabelsOrThrow(String key)
Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).
map<string, string> match_target_labels = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2024 Google LLC. All rights reserved.