Package com.authzed.api.v1
Interface ExperimentalCountRelationshipsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExperimentalCountRelationshipsResponse
,ExperimentalCountRelationshipsResponse.Builder
public interface ExperimentalCountRelationshipsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
counter_still_calculating is true if the counter is still calculating the count.read_counter_value is the value of the counter at the time of the read.read_counter_value is the value of the counter at the time of the read.boolean
counter_still_calculating is true if the counter is still calculating the count.boolean
read_counter_value is the value of the counter at the time of the read.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
-
hasCounterStillCalculating
boolean hasCounterStillCalculating()counter_still_calculating is true if the counter is still calculating the count.
bool counter_still_calculating = 1;
- Returns:
- Whether the counterStillCalculating field is set.
-
getCounterStillCalculating
boolean getCounterStillCalculating()counter_still_calculating is true if the counter is still calculating the count.
bool counter_still_calculating = 1;
- Returns:
- The counterStillCalculating.
-
hasReadCounterValue
boolean hasReadCounterValue()read_counter_value is the value of the counter at the time of the read.
.authzed.api.v1.ReadCounterValue read_counter_value = 2;
- Returns:
- Whether the readCounterValue field is set.
-
getReadCounterValue
ReadCounterValue getReadCounterValue()read_counter_value is the value of the counter at the time of the read.
.authzed.api.v1.ReadCounterValue read_counter_value = 2;
- Returns:
- The readCounterValue.
-
getReadCounterValueOrBuilder
ReadCounterValueOrBuilder getReadCounterValueOrBuilder()read_counter_value is the value of the counter at the time of the read.
.authzed.api.v1.ReadCounterValue read_counter_value = 2;
-
getCounterResultCase
ExperimentalCountRelationshipsResponse.CounterResultCase getCounterResultCase()
-