Interface CreateEndpointRequestOrBuilder

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

public interface CreateEndpointRequestOrBuilder 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 = 3 [(.google.api.field_behavior) = REQUIRED];
    The ID to use for the endpoint, which will become the final component of the endpoint's resource name.
    com.google.protobuf.ByteString
    The ID to use for the endpoint, which will become the final component of the endpoint's resource name.
    io.envoyproxy.envoy.config.endpoint.v3.ClusterLoadAssignmentOrBuilder
    .envoy.config.endpoint.v3.ClusterLoadAssignment endpoint = 3 [(.google.api.field_behavior) = REQUIRED];
    The parent resource where this endpoint will be created.
    com.google.protobuf.ByteString
    The parent resource where this endpoint will be created.
    boolean
    .envoy.config.endpoint.v3.ClusterLoadAssignment endpoint = 3 [(.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

    • getParent

      String getParent()
      The parent resource where this endpoint will be created.
      Format: groups/{group}
      
      string parent = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
      The parent resource where this endpoint will be created.
      Format: groups/{group}
      
      string parent = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for parent.
    • getEndpointId

      String getEndpointId()
      The ID to use for the endpoint, which will become the final component of
      the endpoint's resource name.
      
      Valid pattern is "^[a-z]([a-z0-9-/]*[a-z0-9])?$"
      
      string endpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The endpointId.
    • getEndpointIdBytes

      com.google.protobuf.ByteString getEndpointIdBytes()
      The ID to use for the endpoint, which will become the final component of
      the endpoint's resource name.
      
      Valid pattern is "^[a-z]([a-z0-9-/]*[a-z0-9])?$"
      
      string endpoint_id = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for endpointId.
    • hasEndpoint

      boolean hasEndpoint()
      .envoy.config.endpoint.v3.ClusterLoadAssignment endpoint = 3 [(.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 = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The endpoint.
    • getEndpointOrBuilder

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