Package io.hstream.internal
Interface DeleteSubscriptionRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeleteSubscriptionRequest
,DeleteSubscriptionRequest.Builder
public interface DeleteSubscriptionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getForce()
bool force = 2;
String
getSubscriptionId()
string subscriptionId = 1;
com.google.protobuf.ByteString
getSubscriptionIdBytes()
string subscriptionId = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSubscriptionId
String getSubscriptionId()
string subscriptionId = 1;
- Returns:
- The subscriptionId.
-
getSubscriptionIdBytes
com.google.protobuf.ByteString getSubscriptionIdBytes()
string subscriptionId = 1;
- Returns:
- The bytes for subscriptionId.
-
getForce
boolean getForce()
bool force = 2;
- Returns:
- The force.
-
-