Interface GatewayOuterClass.BroadcastSignalRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.BroadcastSignalRequest, GatewayOuterClass.BroadcastSignalRequest.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.BroadcastSignalRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the signal
    com.google.protobuf.ByteString
    The name of the signal
    the id of the tenant that owns the signal.
    com.google.protobuf.ByteString
    the id of the tenant that owns the signal.
    the signal variables as a JSON document; to be valid, the root of the document must be an object, e.g.
    com.google.protobuf.ByteString
    the signal variables as a JSON document; to be valid, the root of the document must be an object, e.g.

    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

    • getSignalName

      String getSignalName()
       The name of the signal
       
      string signalName = 1;
      Returns:
      The signalName.
    • getSignalNameBytes

      com.google.protobuf.ByteString getSignalNameBytes()
       The name of the signal
       
      string signalName = 1;
      Returns:
      The bytes for signalName.
    • getVariables

      String getVariables()
       the signal variables as a JSON document; to be valid, the root of the document must be an
       object, e.g. { "a": "foo" }. [ "foo" ] would not be valid.
       
      string variables = 2;
      Returns:
      The variables.
    • getVariablesBytes

      com.google.protobuf.ByteString getVariablesBytes()
       the signal variables as a JSON document; to be valid, the root of the document must be an
       object, e.g. { "a": "foo" }. [ "foo" ] would not be valid.
       
      string variables = 2;
      Returns:
      The bytes for variables.
    • getTenantId

      String getTenantId()
       the id of the tenant that owns the signal.
       
      string tenantId = 3;
      Returns:
      The tenantId.
    • getTenantIdBytes

      com.google.protobuf.ByteString getTenantIdBytes()
       the id of the tenant that owns the signal.
       
      string tenantId = 3;
      Returns:
      The bytes for tenantId.