Interface GetNexusEndpointResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .temporal.api.nexus.v1.Endpoint endpoint = 1;
    .temporal.api.nexus.v1.Endpoint endpoint = 1;
    boolean
    .temporal.api.nexus.v1.Endpoint endpoint = 1;

    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

    • hasEndpoint

      boolean hasEndpoint()
      .temporal.api.nexus.v1.Endpoint endpoint = 1;
      Returns:
      Whether the endpoint field is set.
    • getEndpoint

      Endpoint getEndpoint()
      .temporal.api.nexus.v1.Endpoint endpoint = 1;
      Returns:
      The endpoint.
    • getEndpointOrBuilder

      EndpointOrBuilder getEndpointOrBuilder()
      .temporal.api.nexus.v1.Endpoint endpoint = 1;