Package com.streamlayer.triggers
Interface SubscribeResponse.AttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SubscribeResponse.Attributes,SubscribeResponse.Attributes.Builder
- Enclosing class:
- SubscribeResponse
public static interface SubscribeResponse.AttributesOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()created subscription identifiercom.google.protobuf.ByteStringgetIdBytes()created subscription identifierjava.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
created subscription identifier
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
created subscription identifier
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getType
java.lang.String getType()
string type = 2 [json_name = "type"];- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Returns:
- The bytes for type.
-
-