public interface ClusterSelectorOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsClusterLabels(String key)
Required.
|
Map<String,String> |
getClusterLabels()
Deprecated.
|
int |
getClusterLabelsCount()
Required.
|
Map<String,String> |
getClusterLabelsMap()
Required.
|
String |
getClusterLabelsOrDefault(String key,
String defaultValue)
Required.
|
String |
getClusterLabelsOrThrow(String key)
Required.
|
String |
getZone()
Optional.
|
ByteString |
getZoneBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getZone()
Optional. The zone where workflow process executes. This parameter does not affect the selection of the cluster. If unspecified, the zone of the first cluster matching the selector is used.
string zone = 1 [(.google.api.field_behavior) = OPTIONAL];
ByteString getZoneBytes()
Optional. The zone where workflow process executes. This parameter does not affect the selection of the cluster. If unspecified, the zone of the first cluster matching the selector is used.
string zone = 1 [(.google.api.field_behavior) = OPTIONAL];
int getClusterLabelsCount()
Required. The cluster labels. Cluster must have all labels to match.
map<string, string> cluster_labels = 2 [(.google.api.field_behavior) = REQUIRED];
boolean containsClusterLabels(String key)
Required. The cluster labels. Cluster must have all labels to match.
map<string, string> cluster_labels = 2 [(.google.api.field_behavior) = REQUIRED];
@Deprecated Map<String,String> getClusterLabels()
getClusterLabelsMap()
instead.Map<String,String> getClusterLabelsMap()
Required. The cluster labels. Cluster must have all labels to match.
map<string, string> cluster_labels = 2 [(.google.api.field_behavior) = REQUIRED];
String getClusterLabelsOrDefault(String key, String defaultValue)
Required. The cluster labels. Cluster must have all labels to match.
map<string, string> cluster_labels = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.