Interface OrchestratorService.ActivityRequestOrBuilder

    • Method Detail

      • getName

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

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

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

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

        com.google.protobuf.StringValueOrBuilder getVersionOrBuilder()
        .google.protobuf.StringValue version = 2;
      • hasInput

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

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

        com.google.protobuf.StringValueOrBuilder getInputOrBuilder()
        .google.protobuf.StringValue input = 3;
      • hasOrchestrationInstance

        boolean hasOrchestrationInstance()
        .OrchestrationInstance orchestrationInstance = 4;
        Returns:
        Whether the orchestrationInstance field is set.
      • getTaskId

        int getTaskId()
        int32 taskId = 5;
        Returns:
        The taskId.