Interface OrchestratorService.SubOrchestrationInstanceCreatedEventOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.StringValue getInput()
      .google.protobuf.StringValue input = 4;
      com.google.protobuf.StringValueOrBuilder getInputOrBuilder()
      .google.protobuf.StringValue input = 4;
      java.lang.String getInstanceId()
      string instanceId = 1;
      com.google.protobuf.ByteString getInstanceIdBytes()
      string instanceId = 1;
      java.lang.String getName()
      string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      com.google.protobuf.StringValue getVersion()
      .google.protobuf.StringValue version = 3;
      com.google.protobuf.StringValueOrBuilder getVersionOrBuilder()
      .google.protobuf.StringValue version = 3;
      boolean hasInput()
      .google.protobuf.StringValue input = 4;
      boolean hasVersion()
      .google.protobuf.StringValue version = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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;
      • hasInput

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

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

        com.google.protobuf.StringValueOrBuilder getInputOrBuilder()
        .google.protobuf.StringValue input = 4;