Interface PublisherModel.CallToAction.DeployGkeOrBuilder

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

public static interface PublisherModel.CallToAction.DeployGkeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getGkeYamlConfigs(int index)
    Optional.
    com.google.protobuf.ByteString
    Optional.
    int
    Optional.
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getGkeYamlConfigsList

      List<String> getGkeYamlConfigsList()
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      A list containing the gkeYamlConfigs.
    • getGkeYamlConfigsCount

      int getGkeYamlConfigsCount()
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The count of gkeYamlConfigs.
    • getGkeYamlConfigs

      String getGkeYamlConfigs(int index)
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the element to return.
      Returns:
      The gkeYamlConfigs at the given index.
    • getGkeYamlConfigsBytes

      com.google.protobuf.ByteString getGkeYamlConfigsBytes(int index)
       Optional. GKE deployment configuration in yaml format.
       
      repeated string gke_yaml_configs = 1 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the gkeYamlConfigs at the given index.