Interface UpdateClusterRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateClusterRequest, UpdateClusterRequest.Builder

public interface UpdateClusterRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    io.envoyproxy.envoy.config.cluster.v3.Cluster
    The cluster's `name` field is used to identify the cluster to update.
    io.envoyproxy.envoy.config.cluster.v3.ClusterOrBuilder
    The cluster's `name` field is used to identify the cluster to update.
    boolean
    The cluster's `name` field is used to identify the cluster to update.

    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

    • hasCluster

      boolean hasCluster()
      The cluster's `name` field is used to identify the cluster to update.
      Format: groups/{group}/clusters/{cluster}
      
      .envoy.config.cluster.v3.Cluster cluster = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the cluster field is set.
    • getCluster

      io.envoyproxy.envoy.config.cluster.v3.Cluster getCluster()
      The cluster's `name` field is used to identify the cluster to update.
      Format: groups/{group}/clusters/{cluster}
      
      .envoy.config.cluster.v3.Cluster cluster = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The cluster.
    • getClusterOrBuilder

      io.envoyproxy.envoy.config.cluster.v3.ClusterOrBuilder getClusterOrBuilder()
      The cluster's `name` field is used to identify the cluster to update.
      Format: groups/{group}/clusters/{cluster}
      
      .envoy.config.cluster.v3.Cluster cluster = 1 [(.google.api.field_behavior) = REQUIRED];