Interface OrchestratorService.InstanceQueryOrBuilder

    • Method Detail

      • getRuntimeStatusList

        java.util.List<OrchestratorService.OrchestrationStatus> getRuntimeStatusList()
        repeated .OrchestrationStatus runtimeStatus = 1;
        Returns:
        A list containing the runtimeStatus.
      • getRuntimeStatusCount

        int getRuntimeStatusCount()
        repeated .OrchestrationStatus runtimeStatus = 1;
        Returns:
        The count of runtimeStatus.
      • getRuntimeStatus

        OrchestratorService.OrchestrationStatus getRuntimeStatus​(int index)
        repeated .OrchestrationStatus runtimeStatus = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The runtimeStatus at the given index.
      • getRuntimeStatusValueList

        java.util.List<java.lang.Integer> getRuntimeStatusValueList()
        repeated .OrchestrationStatus runtimeStatus = 1;
        Returns:
        A list containing the enum numeric values on the wire for runtimeStatus.
      • getRuntimeStatusValue

        int getRuntimeStatusValue​(int index)
        repeated .OrchestrationStatus runtimeStatus = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of runtimeStatus at the given index.
      • hasCreatedTimeFrom

        boolean hasCreatedTimeFrom()
        .google.protobuf.Timestamp createdTimeFrom = 2;
        Returns:
        Whether the createdTimeFrom field is set.
      • getCreatedTimeFrom

        com.google.protobuf.Timestamp getCreatedTimeFrom()
        .google.protobuf.Timestamp createdTimeFrom = 2;
        Returns:
        The createdTimeFrom.
      • getCreatedTimeFromOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedTimeFromOrBuilder()
        .google.protobuf.Timestamp createdTimeFrom = 2;
      • hasCreatedTimeTo

        boolean hasCreatedTimeTo()
        .google.protobuf.Timestamp createdTimeTo = 3;
        Returns:
        Whether the createdTimeTo field is set.
      • getCreatedTimeTo

        com.google.protobuf.Timestamp getCreatedTimeTo()
        .google.protobuf.Timestamp createdTimeTo = 3;
        Returns:
        The createdTimeTo.
      • getCreatedTimeToOrBuilder

        com.google.protobuf.TimestampOrBuilder getCreatedTimeToOrBuilder()
        .google.protobuf.Timestamp createdTimeTo = 3;
      • getTaskHubNamesList

        java.util.List<com.google.protobuf.StringValue> getTaskHubNamesList()
        repeated .google.protobuf.StringValue taskHubNames = 4;
      • getTaskHubNames

        com.google.protobuf.StringValue getTaskHubNames​(int index)
        repeated .google.protobuf.StringValue taskHubNames = 4;
      • getTaskHubNamesCount

        int getTaskHubNamesCount()
        repeated .google.protobuf.StringValue taskHubNames = 4;
      • getTaskHubNamesOrBuilderList

        java.util.List<? extends com.google.protobuf.StringValueOrBuilder> getTaskHubNamesOrBuilderList()
        repeated .google.protobuf.StringValue taskHubNames = 4;
      • getTaskHubNamesOrBuilder

        com.google.protobuf.StringValueOrBuilder getTaskHubNamesOrBuilder​(int index)
        repeated .google.protobuf.StringValue taskHubNames = 4;
      • getMaxInstanceCount

        int getMaxInstanceCount()
        int32 maxInstanceCount = 5;
        Returns:
        The maxInstanceCount.
      • hasContinuationToken

        boolean hasContinuationToken()
        .google.protobuf.StringValue continuationToken = 6;
        Returns:
        Whether the continuationToken field is set.
      • getContinuationToken

        com.google.protobuf.StringValue getContinuationToken()
        .google.protobuf.StringValue continuationToken = 6;
        Returns:
        The continuationToken.
      • getContinuationTokenOrBuilder

        com.google.protobuf.StringValueOrBuilder getContinuationTokenOrBuilder()
        .google.protobuf.StringValue continuationToken = 6;
      • hasInstanceIdPrefix

        boolean hasInstanceIdPrefix()
        .google.protobuf.StringValue instanceIdPrefix = 7;
        Returns:
        Whether the instanceIdPrefix field is set.
      • getInstanceIdPrefix

        com.google.protobuf.StringValue getInstanceIdPrefix()
        .google.protobuf.StringValue instanceIdPrefix = 7;
        Returns:
        The instanceIdPrefix.
      • getInstanceIdPrefixOrBuilder

        com.google.protobuf.StringValueOrBuilder getInstanceIdPrefixOrBuilder()
        .google.protobuf.StringValue instanceIdPrefix = 7;
      • getFetchInputsAndOutputs

        boolean getFetchInputsAndOutputs()
        bool fetchInputsAndOutputs = 8;
        Returns:
        The fetchInputsAndOutputs.