Interface OrchestratorService.SendEventActionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.StringValue getData()
      .google.protobuf.StringValue data = 3;
      com.google.protobuf.StringValueOrBuilder getDataOrBuilder()
      .google.protobuf.StringValue data = 3;
      OrchestratorService.OrchestrationInstance getInstance()
      .OrchestrationInstance instance = 1;
      OrchestratorService.OrchestrationInstanceOrBuilder getInstanceOrBuilder()
      .OrchestrationInstance instance = 1;
      java.lang.String getName()
      string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      boolean hasData()
      .google.protobuf.StringValue data = 3;
      boolean hasInstance()
      .OrchestrationInstance instance = 1;
      • 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

      • hasInstance

        boolean hasInstance()
        .OrchestrationInstance instance = 1;
        Returns:
        Whether the instance field is set.
      • 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.
      • hasData

        boolean hasData()
        .google.protobuf.StringValue data = 3;
        Returns:
        Whether the data field is set.
      • getData

        com.google.protobuf.StringValue getData()
        .google.protobuf.StringValue data = 3;
        Returns:
        The data.
      • getDataOrBuilder

        com.google.protobuf.StringValueOrBuilder getDataOrBuilder()
        .google.protobuf.StringValue data = 3;