Interface UpdateEndpointRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignment
    .envoy.config.endpoint.v3.ClusterLoadAssignment endpoint = 2 [(.google.api.field_behavior) = REQUIRED];
    Format: groups/{group}/endpoints/{endpoint}
    com.google.protobuf.ByteString
    Format: groups/{group}/endpoints/{endpoint}
    io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignmentOrBuilder
    .envoy.config.endpoint.v3.ClusterLoadAssignment endpoint = 2 [(.google.api.field_behavior) = REQUIRED];
    boolean
    .envoy.config.endpoint.v3.ClusterLoadAssignment endpoint = 2 [(.google.api.field_behavior) = REQUIRED];

    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

    • getEndpointName

      String getEndpointName()
      Format: groups/{group}/endpoints/{endpoint}
      
      string endpoint_name = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The endpointName.
    • getEndpointNameBytes

      com.google.protobuf.ByteString getEndpointNameBytes()
      Format: groups/{group}/endpoints/{endpoint}
      
      string endpoint_name = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for endpointName.
    • hasEndpoint

      boolean hasEndpoint()
      .envoy.config.endpoint.v3.ClusterLoadAssignment endpoint = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the endpoint field is set.
    • getEndpoint

      io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignment getEndpoint()
      .envoy.config.endpoint.v3.ClusterLoadAssignment endpoint = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The endpoint.
    • getEndpointOrBuilder

      io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignmentOrBuilder getEndpointOrBuilder()
      .envoy.config.endpoint.v3.ClusterLoadAssignment endpoint = 2 [(.google.api.field_behavior) = REQUIRED];