public interface ClusterSelectorOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.ByteString |
getZoneBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;int getClusterLabelsCount()
Required. The cluster labels. Cluster must have all labels to match.
map<string, string> cluster_labels = 2;boolean containsClusterLabels(String key)
Required. The cluster labels. Cluster must have all labels to match.
map<string, string> cluster_labels = 2;@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;String getClusterLabelsOrDefault(String key, String defaultValue)
Required. The cluster labels. Cluster must have all labels to match.
map<string, string> cluster_labels = 2;Copyright © 2019 Google LLC. All rights reserved.