Interface OrchestratorService.OrchestrationStateOrBuilder

    • Method Detail

      • getInstanceId

        java.lang.String getInstanceId()
        string instanceId = 1;
        Returns:
        The instanceId.
      • getInstanceIdBytes

        com.google.protobuf.ByteString getInstanceIdBytes()
        string instanceId = 1;
        Returns:
        The bytes for instanceId.
      • getName

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

        com.google.protobuf.ByteString getNameBytes()
        string name = 2;
        Returns:
        The bytes for name.
      • hasVersion

        boolean hasVersion()
        .google.protobuf.StringValue version = 3;
        Returns:
        Whether the version field is set.
      • getVersion

        com.google.protobuf.StringValue getVersion()
        .google.protobuf.StringValue version = 3;
        Returns:
        The version.
      • getVersionOrBuilder

        com.google.protobuf.StringValueOrBuilder getVersionOrBuilder()
        .google.protobuf.StringValue version = 3;
      • getOrchestrationStatusValue

        int getOrchestrationStatusValue()
        .OrchestrationStatus orchestrationStatus = 4;
        Returns:
        The enum numeric value on the wire for orchestrationStatus.
      • hasScheduledStartTimestamp

        boolean hasScheduledStartTimestamp()
        .google.protobuf.Timestamp scheduledStartTimestamp = 5;
        Returns:
        Whether the scheduledStartTimestamp field is set.
      • getScheduledStartTimestamp

        com.google.protobuf.Timestamp getScheduledStartTimestamp()
        .google.protobuf.Timestamp scheduledStartTimestamp = 5;
        Returns:
        The scheduledStartTimestamp.
      • getScheduledStartTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getScheduledStartTimestampOrBuilder()
        .google.protobuf.Timestamp scheduledStartTimestamp = 5;
      • hasCreatedTimestamp

        boolean hasCreatedTimestamp()
        .google.protobuf.Timestamp createdTimestamp = 6;
        Returns:
        Whether the createdTimestamp field is set.
      • getCreatedTimestamp

        com.google.protobuf.Timestamp getCreatedTimestamp()
        .google.protobuf.Timestamp createdTimestamp = 6;
        Returns:
        The createdTimestamp.
      • getCreatedTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedTimestampOrBuilder()
        .google.protobuf.Timestamp createdTimestamp = 6;
      • hasLastUpdatedTimestamp

        boolean hasLastUpdatedTimestamp()
        .google.protobuf.Timestamp lastUpdatedTimestamp = 7;
        Returns:
        Whether the lastUpdatedTimestamp field is set.
      • getLastUpdatedTimestamp

        com.google.protobuf.Timestamp getLastUpdatedTimestamp()
        .google.protobuf.Timestamp lastUpdatedTimestamp = 7;
        Returns:
        The lastUpdatedTimestamp.
      • getLastUpdatedTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastUpdatedTimestampOrBuilder()
        .google.protobuf.Timestamp lastUpdatedTimestamp = 7;
      • hasInput

        boolean hasInput()
        .google.protobuf.StringValue input = 8;
        Returns:
        Whether the input field is set.
      • getInput

        com.google.protobuf.StringValue getInput()
        .google.protobuf.StringValue input = 8;
        Returns:
        The input.
      • getInputOrBuilder

        com.google.protobuf.StringValueOrBuilder getInputOrBuilder()
        .google.protobuf.StringValue input = 8;
      • hasOutput

        boolean hasOutput()
        .google.protobuf.StringValue output = 9;
        Returns:
        Whether the output field is set.
      • getOutput

        com.google.protobuf.StringValue getOutput()
        .google.protobuf.StringValue output = 9;
        Returns:
        The output.
      • getOutputOrBuilder

        com.google.protobuf.StringValueOrBuilder getOutputOrBuilder()
        .google.protobuf.StringValue output = 9;
      • hasCustomStatus

        boolean hasCustomStatus()
        .google.protobuf.StringValue customStatus = 10;
        Returns:
        Whether the customStatus field is set.
      • getCustomStatus

        com.google.protobuf.StringValue getCustomStatus()
        .google.protobuf.StringValue customStatus = 10;
        Returns:
        The customStatus.
      • getCustomStatusOrBuilder

        com.google.protobuf.StringValueOrBuilder getCustomStatusOrBuilder()
        .google.protobuf.StringValue customStatus = 10;
      • hasFailureDetails

        boolean hasFailureDetails()
        .TaskFailureDetails failureDetails = 11;
        Returns:
        Whether the failureDetails field is set.