Interface UpdateKubernetesEndpointAggregatorRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The kubernetes_endpoint_aggregator's `name` field is used to identify the endpoint to update.
    The kubernetes_endpoint_aggregator's `name` field is used to identify the endpoint to update.
    boolean
    The kubernetes_endpoint_aggregator's `name` field is used to identify the endpoint 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

    • hasKubernetesEndpointAggregator

      boolean hasKubernetesEndpointAggregator()
      The kubernetes_endpoint_aggregator's `name` field is used to identify the endpoint to update.
      
      .centraldogma.xds.k8s.v1.KubernetesEndpointAggregator kubernetes_endpoint_aggregator = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the kubernetesEndpointAggregator field is set.
    • getKubernetesEndpointAggregator

      KubernetesEndpointAggregator getKubernetesEndpointAggregator()
      The kubernetes_endpoint_aggregator's `name` field is used to identify the endpoint to update.
      
      .centraldogma.xds.k8s.v1.KubernetesEndpointAggregator kubernetes_endpoint_aggregator = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The kubernetesEndpointAggregator.
    • getKubernetesEndpointAggregatorOrBuilder

      KubernetesEndpointAggregatorOrBuilder getKubernetesEndpointAggregatorOrBuilder()
      The kubernetes_endpoint_aggregator's `name` field is used to identify the endpoint to update.
      
      .centraldogma.xds.k8s.v1.KubernetesEndpointAggregator kubernetes_endpoint_aggregator = 1 [(.google.api.field_behavior) = REQUIRED];