Interface PendingActivityInfoOrBuilder

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

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

      • getActivityId

        java.lang.String getActivityId()
        string activity_id = 1;
        Returns:
        The activityId.
      • getActivityIdBytes

        com.google.protobuf.ByteString getActivityIdBytes()
        string activity_id = 1;
        Returns:
        The bytes for activityId.
      • hasActivityType

        boolean hasActivityType()
        .temporal.api.common.v1.ActivityType activity_type = 2;
        Returns:
        Whether the activityType field is set.
      • getActivityType

        ActivityType getActivityType()
        .temporal.api.common.v1.ActivityType activity_type = 2;
        Returns:
        The activityType.
      • getActivityTypeOrBuilder

        ActivityTypeOrBuilder getActivityTypeOrBuilder()
        .temporal.api.common.v1.ActivityType activity_type = 2;
      • getStateValue

        int getStateValue()
        .temporal.api.enums.v1.PendingActivityState state = 3;
        Returns:
        The enum numeric value on the wire for state.
      • getState

        PendingActivityState getState()
        .temporal.api.enums.v1.PendingActivityState state = 3;
        Returns:
        The state.
      • hasHeartbeatDetails

        boolean hasHeartbeatDetails()
        .temporal.api.common.v1.Payloads heartbeat_details = 4;
        Returns:
        Whether the heartbeatDetails field is set.
      • getHeartbeatDetails

        Payloads getHeartbeatDetails()
        .temporal.api.common.v1.Payloads heartbeat_details = 4;
        Returns:
        The heartbeatDetails.
      • getHeartbeatDetailsOrBuilder

        PayloadsOrBuilder getHeartbeatDetailsOrBuilder()
        .temporal.api.common.v1.Payloads heartbeat_details = 4;
      • hasLastHeartbeatTime

        boolean hasLastHeartbeatTime()
        .google.protobuf.Timestamp last_heartbeat_time = 5 [(.gogoproto.stdtime) = true];
        Returns:
        Whether the lastHeartbeatTime field is set.
      • getLastHeartbeatTime

        com.google.protobuf.Timestamp getLastHeartbeatTime()
        .google.protobuf.Timestamp last_heartbeat_time = 5 [(.gogoproto.stdtime) = true];
        Returns:
        The lastHeartbeatTime.
      • getLastHeartbeatTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastHeartbeatTimeOrBuilder()
        .google.protobuf.Timestamp last_heartbeat_time = 5 [(.gogoproto.stdtime) = true];
      • hasLastStartedTime

        boolean hasLastStartedTime()
        .google.protobuf.Timestamp last_started_time = 6 [(.gogoproto.stdtime) = true];
        Returns:
        Whether the lastStartedTime field is set.
      • getLastStartedTime

        com.google.protobuf.Timestamp getLastStartedTime()
        .google.protobuf.Timestamp last_started_time = 6 [(.gogoproto.stdtime) = true];
        Returns:
        The lastStartedTime.
      • getLastStartedTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastStartedTimeOrBuilder()
        .google.protobuf.Timestamp last_started_time = 6 [(.gogoproto.stdtime) = true];
      • getAttempt

        int getAttempt()
        int32 attempt = 7;
        Returns:
        The attempt.
      • getMaximumAttempts

        int getMaximumAttempts()
        int32 maximum_attempts = 8;
        Returns:
        The maximumAttempts.
      • hasScheduledTime

        boolean hasScheduledTime()
        .google.protobuf.Timestamp scheduled_time = 9 [(.gogoproto.stdtime) = true];
        Returns:
        Whether the scheduledTime field is set.
      • getScheduledTime

        com.google.protobuf.Timestamp getScheduledTime()
        .google.protobuf.Timestamp scheduled_time = 9 [(.gogoproto.stdtime) = true];
        Returns:
        The scheduledTime.
      • getScheduledTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getScheduledTimeOrBuilder()
        .google.protobuf.Timestamp scheduled_time = 9 [(.gogoproto.stdtime) = true];
      • hasExpirationTime

        boolean hasExpirationTime()
        .google.protobuf.Timestamp expiration_time = 10 [(.gogoproto.stdtime) = true];
        Returns:
        Whether the expirationTime field is set.
      • getExpirationTime

        com.google.protobuf.Timestamp getExpirationTime()
        .google.protobuf.Timestamp expiration_time = 10 [(.gogoproto.stdtime) = true];
        Returns:
        The expirationTime.
      • getExpirationTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getExpirationTimeOrBuilder()
        .google.protobuf.Timestamp expiration_time = 10 [(.gogoproto.stdtime) = true];
      • hasLastFailure

        boolean hasLastFailure()
        .temporal.api.failure.v1.Failure last_failure = 11;
        Returns:
        Whether the lastFailure field is set.
      • getLastFailure

        Failure getLastFailure()
        .temporal.api.failure.v1.Failure last_failure = 11;
        Returns:
        The lastFailure.
      • getLastFailureOrBuilder

        FailureOrBuilder getLastFailureOrBuilder()
        .temporal.api.failure.v1.Failure last_failure = 11;
      • getLastWorkerIdentity

        java.lang.String getLastWorkerIdentity()
        string last_worker_identity = 12;
        Returns:
        The lastWorkerIdentity.
      • getLastWorkerIdentityBytes

        com.google.protobuf.ByteString getLastWorkerIdentityBytes()
        string last_worker_identity = 12;
        Returns:
        The bytes for lastWorkerIdentity.