Interface GetNexusIncomingServiceResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IncomingService getService()
      .temporal.api.nexus.v1.IncomingService service = 1;
      IncomingServiceOrBuilder getServiceOrBuilder()
      .temporal.api.nexus.v1.IncomingService service = 1;
      boolean hasService()
      .temporal.api.nexus.v1.IncomingService service = 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 Detail

      • hasService

        boolean hasService()
        .temporal.api.nexus.v1.IncomingService service = 1;
        Returns:
        Whether the service field is set.
      • getService

        IncomingService getService()
        .temporal.api.nexus.v1.IncomingService service = 1;
        Returns:
        The service.
      • getServiceOrBuilder

        IncomingServiceOrBuilder getServiceOrBuilder()
        .temporal.api.nexus.v1.IncomingService service = 1;