Interface CreateNexusIncomingServiceResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      IncomingService getService()
      Data post acceptance.
      IncomingServiceOrBuilder getServiceOrBuilder()
      Data post acceptance.
      boolean hasService()
      Data post acceptance.
      • 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()
         Data post acceptance. Can be used to issue additional updates to this record.
         
        .temporal.api.nexus.v1.IncomingService service = 1;
        Returns:
        Whether the service field is set.
      • getService

        IncomingService getService()
         Data post acceptance. Can be used to issue additional updates to this record.
         
        .temporal.api.nexus.v1.IncomingService service = 1;
        Returns:
        The service.
      • getServiceOrBuilder

        IncomingServiceOrBuilder getServiceOrBuilder()
         Data post acceptance. Can be used to issue additional updates to this record.
         
        .temporal.api.nexus.v1.IncomingService service = 1;