Interface SubscribeScriptLogsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SubscribeScriptLogsRequest, SubscribeScriptLogsRequest.Builder

@Generated public interface SubscribeScriptLogsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The instance containing the script.
    com.google.protobuf.ByteString
    The instance containing the script.
    Minimum log level to receive.
    int
    Minimum log level to receive.
    The ID of the script to receive logs from.
    com.google.protobuf.ByteString
    The ID of the script to receive logs from.

    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 Details

    • getInstanceId

      String getInstanceId()
      The instance containing the script.
      Format: UUID string.
      
      string instance_id = 1;
      Returns:
      The instanceId.
    • getInstanceIdBytes

      com.google.protobuf.ByteString getInstanceIdBytes()
      The instance containing the script.
      Format: UUID string.
      
      string instance_id = 1;
      Returns:
      The bytes for instanceId.
    • getScriptId

      String getScriptId()
      The ID of the script to receive logs from.
      Format: UUID string.
      
      string script_id = 2;
      Returns:
      The scriptId.
    • getScriptIdBytes

      com.google.protobuf.ByteString getScriptIdBytes()
      The ID of the script to receive logs from.
      Format: UUID string.
      
      string script_id = 2;
      Returns:
      The bytes for scriptId.
    • getMinLevelValue

      int getMinLevelValue()
      Minimum log level to receive.
      Only log entries at this level or higher severity will be streamed.
      
      .soulfire.v1.LogLevel min_level = 3;
      Returns:
      The enum numeric value on the wire for minLevel.
    • getMinLevel

      LogLevel getMinLevel()
      Minimum log level to receive.
      Only log entries at this level or higher severity will be streamed.
      
      .soulfire.v1.LogLevel min_level = 3;
      Returns:
      The minLevel.