Package io.dapr.v1
Interface DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.SubscribeTopicEventsRequestAlpha1
,DaprProtos.SubscribeTopicEventsRequestAlpha1.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.SubscribeTopicEventsRequestAlpha1OrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.dapr.proto.runtime.v1.SubscribeTopicEventsResponseAlpha1 event_response = 2;
.dapr.proto.runtime.v1.SubscribeTopicEventsResponseAlpha1 event_response = 2;
.dapr.proto.runtime.v1.SubscribeTopicEventsInitialRequestAlpha1 initial_request = 1;
.dapr.proto.runtime.v1.SubscribeTopicEventsInitialRequestAlpha1 initial_request = 1;
boolean
.dapr.proto.runtime.v1.SubscribeTopicEventsResponseAlpha1 event_response = 2;
boolean
.dapr.proto.runtime.v1.SubscribeTopicEventsInitialRequestAlpha1 initial_request = 1;
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
-
hasInitialRequest
boolean hasInitialRequest().dapr.proto.runtime.v1.SubscribeTopicEventsInitialRequestAlpha1 initial_request = 1;
- Returns:
- Whether the initialRequest field is set.
-
getInitialRequest
DaprProtos.SubscribeTopicEventsInitialRequestAlpha1 getInitialRequest().dapr.proto.runtime.v1.SubscribeTopicEventsInitialRequestAlpha1 initial_request = 1;
- Returns:
- The initialRequest.
-
getInitialRequestOrBuilder
DaprProtos.SubscribeTopicEventsInitialRequestAlpha1OrBuilder getInitialRequestOrBuilder().dapr.proto.runtime.v1.SubscribeTopicEventsInitialRequestAlpha1 initial_request = 1;
-
hasEventResponse
boolean hasEventResponse().dapr.proto.runtime.v1.SubscribeTopicEventsResponseAlpha1 event_response = 2;
- Returns:
- Whether the eventResponse field is set.
-
getEventResponse
DaprProtos.SubscribeTopicEventsResponseAlpha1 getEventResponse().dapr.proto.runtime.v1.SubscribeTopicEventsResponseAlpha1 event_response = 2;
- Returns:
- The eventResponse.
-
getEventResponseOrBuilder
DaprProtos.SubscribeTopicEventsResponseAlpha1OrBuilder getEventResponseOrBuilder().dapr.proto.runtime.v1.SubscribeTopicEventsResponseAlpha1 event_response = 2;
-
getSubscribeTopicEventsRequestTypeCase
DaprProtos.SubscribeTopicEventsRequestAlpha1.SubscribeTopicEventsRequestTypeCase getSubscribeTopicEventsRequestTypeCase()
-