Package io.dapr.v1
Interface DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.SubscribeTopicEventsResponseAlpha1
,DaprProtos.SubscribeTopicEventsResponseAlpha1.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
id is the unique identifier for the subscription request.com.google.protobuf.ByteString
id is the unique identifier for the subscription request.status is the result of the subscription request.status is the result of the subscription request.boolean
status is the result of the subscription request.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
-
getId
String getId()id is the unique identifier for the subscription request.
string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()id is the unique identifier for the subscription request.
string id = 1;
- Returns:
- The bytes for id.
-
hasStatus
boolean hasStatus()status is the result of the subscription request.
.dapr.proto.runtime.v1.TopicEventResponse status = 2;
- Returns:
- Whether the status field is set.
-
getStatus
DaprAppCallbackProtos.TopicEventResponse getStatus()status is the result of the subscription request.
.dapr.proto.runtime.v1.TopicEventResponse status = 2;
- Returns:
- The status.
-
getStatusOrBuilder
DaprAppCallbackProtos.TopicEventResponseOrBuilder getStatusOrBuilder()status is the result of the subscription request.
.dapr.proto.runtime.v1.TopicEventResponse status = 2;
-