Interface CreateNexusEndpointRequestOrBuilder

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

@Generated(value="protoc", comments="annotations:CreateNexusEndpointRequestOrBuilder.java.pb.meta") public interface CreateNexusEndpointRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Endpoint definition to create.
    Endpoint definition to create.
    boolean
    Endpoint definition to create.

    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

    • hasSpec

      boolean hasSpec()
       Endpoint definition to create.
       
      .temporal.api.nexus.v1.EndpointSpec spec = 1;
      Returns:
      Whether the spec field is set.
    • getSpec

      EndpointSpec getSpec()
       Endpoint definition to create.
       
      .temporal.api.nexus.v1.EndpointSpec spec = 1;
      Returns:
      The spec.
    • getSpecOrBuilder

      EndpointSpecOrBuilder getSpecOrBuilder()
       Endpoint definition to create.
       
      .temporal.api.nexus.v1.EndpointSpec spec = 1;