public static interface PublisherModel.CallToAction.Deploy.DeployMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Optional.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Optional.
|
Map<String,String> |
getLabelsMap()
Optional.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Optional.
|
String |
getLabelsOrThrow(String key)
Optional.
|
String |
getSampleRequest()
Optional.
|
com.google.protobuf.ByteString |
getSampleRequestBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLabelsCount()
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
map<string, string> labels = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean containsLabels(String key)
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
map<string, string> labels = 1 [(.google.api.field_behavior) = OPTIONAL];
@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
map<string, string> labels = 1 [(.google.api.field_behavior) = OPTIONAL];
String getLabelsOrDefault(String key, String defaultValue)
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
map<string, string> labels = 1 [(.google.api.field_behavior) = OPTIONAL];
String getLabelsOrThrow(String key)
Optional. Labels for the deployment. For managing deployment config like verifying, source of deployment config, etc.
map<string, string> labels = 1 [(.google.api.field_behavior) = OPTIONAL];
String getSampleRequest()
Optional. Sample request for deployed endpoint.
string sample_request = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getSampleRequestBytes()
Optional. Sample request for deployed endpoint.
string sample_request = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.