Interface OrchestratorService.ParentInstanceInfoOrBuilder

    • Method Detail

      • getTaskScheduledId

        int getTaskScheduledId()
        int32 taskScheduledId = 1;
        Returns:
        The taskScheduledId.
      • hasName

        boolean hasName()
        .google.protobuf.StringValue name = 2;
        Returns:
        Whether the name field is set.
      • getName

        com.google.protobuf.StringValue getName()
        .google.protobuf.StringValue name = 2;
        Returns:
        The name.
      • getNameOrBuilder

        com.google.protobuf.StringValueOrBuilder getNameOrBuilder()
        .google.protobuf.StringValue name = 2;
      • 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;
      • hasOrchestrationInstance

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