Package com.authzed.api.v1
Interface ExperimentalUnregisterRelationshipCounterRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExperimentalUnregisterRelationshipCounterRequest
,ExperimentalUnregisterRelationshipCounterRequest.Builder
public interface ExperimentalUnregisterRelationshipCounterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
name is the name of the counter being unregistered.com.google.protobuf.ByteString
name is the name of the counter being unregistered.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
-
getName
String getName()name is the name of the counter being unregistered.
string name = 1 [(.validate.rules) = { ... }
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()name is the name of the counter being unregistered.
string name = 1 [(.validate.rules) = { ... }
- Returns:
- The bytes for name.
-