Interface PublisherModel.CallToAction.Deploy.DeployMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PublisherModel.CallToAction.Deploy.DeployMetadata, PublisherModel.CallToAction.Deploy.DeployMetadata.Builder
Enclosing class:
PublisherModel.CallToAction.Deploy

public static interface PublisherModel.CallToAction.Deploy.DeployMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getLabelsCount

      int 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];
    • containsLabels

      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];
    • getLabels

      Deprecated.
      Use getLabelsMap() instead.
    • getLabelsMap

      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];
    • getLabelsOrDefault

      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];
    • getLabelsOrThrow

      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];
    • getSampleRequest

      String getSampleRequest()
       Optional. Sample request for deployed endpoint.
       
      string sample_request = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The sampleRequest.
    • getSampleRequestBytes

      com.google.protobuf.ByteString getSampleRequestBytes()
       Optional. Sample request for deployed endpoint.
       
      string sample_request = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for sampleRequest.