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 TypeMethodDescriptionThe name of the signalcom.google.protobuf.ByteStringThe name of the signalthe id of the tenant that owns the signal.com.google.protobuf.ByteStringthe 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.ByteStringthe 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
isInitializedMethods 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.
-