Interface OutgoingServiceOrBuilder

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

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

      • getVersion

        long getVersion()
         Data version for this service, incremented for every mutation.
         
        int64 version = 1;
        Returns:
        The version.
      • getName

        java.lang.String getName()
         Name of the service
         
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the service
         
        string name = 2;
        Returns:
        The bytes for name.
      • hasSpec

        boolean hasSpec()
         Spec for the service.
         
        .temporal.api.nexus.v1.OutgoingServiceSpec spec = 3;
        Returns:
        Whether the spec field is set.
      • getSpec

        OutgoingServiceSpec getSpec()
         Spec for the service.
         
        .temporal.api.nexus.v1.OutgoingServiceSpec spec = 3;
        Returns:
        The spec.
      • getSpecOrBuilder

        OutgoingServiceSpecOrBuilder getSpecOrBuilder()
         Spec for the service.
         
        .temporal.api.nexus.v1.OutgoingServiceSpec spec = 3;
      • hasCreatedTime

        boolean hasCreatedTime()
         The date and time when the service was created.
         (-- api-linter: core::0142::time-field-names=disabled
             aip.dev/not-precedent: Not following linter rules. --)
         
        .google.protobuf.Timestamp created_time = 4;
        Returns:
        Whether the createdTime field is set.
      • getCreatedTime

        Timestamp getCreatedTime()
         The date and time when the service was created.
         (-- api-linter: core::0142::time-field-names=disabled
             aip.dev/not-precedent: Not following linter rules. --)
         
        .google.protobuf.Timestamp created_time = 4;
        Returns:
        The createdTime.
      • getCreatedTimeOrBuilder

        TimestampOrBuilder getCreatedTimeOrBuilder()
         The date and time when the service was created.
         (-- api-linter: core::0142::time-field-names=disabled
             aip.dev/not-precedent: Not following linter rules. --)
         
        .google.protobuf.Timestamp created_time = 4;
      • hasLastModifiedTime

        boolean hasLastModifiedTime()
         The date and time when the service was last modified.
         Will not be set if the service has never been modified.
         (-- api-linter: core::0142::time-field-names=disabled
             aip.dev/not-precedent: Not following linter rules. --)
         
        .google.protobuf.Timestamp last_modified_time = 5;
        Returns:
        Whether the lastModifiedTime field is set.
      • getLastModifiedTime

        Timestamp getLastModifiedTime()
         The date and time when the service was last modified.
         Will not be set if the service has never been modified.
         (-- api-linter: core::0142::time-field-names=disabled
             aip.dev/not-precedent: Not following linter rules. --)
         
        .google.protobuf.Timestamp last_modified_time = 5;
        Returns:
        The lastModifiedTime.
      • getLastModifiedTimeOrBuilder

        TimestampOrBuilder getLastModifiedTimeOrBuilder()
         The date and time when the service was last modified.
         Will not be set if the service has never been modified.
         (-- api-linter: core::0142::time-field-names=disabled
             aip.dev/not-precedent: Not following linter rules. --)
         
        .google.protobuf.Timestamp last_modified_time = 5;