Package com.authzed.api.v1
Interface ExpCaveatOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpCaveat
,ExpCaveat.Builder
public interface ExpCaveatOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncomment is a human-readable comments on the caveat.com.google.protobuf.ByteString
comment is a human-readable comments on the caveat.string expression = 4;
com.google.protobuf.ByteString
string expression = 4;
getName()
string name = 1;
com.google.protobuf.ByteString
string name = 1;
getParameters
(int index) repeated .authzed.api.v1.ExpCaveatParameter parameters = 3;
int
repeated .authzed.api.v1.ExpCaveatParameter parameters = 3;
repeated .authzed.api.v1.ExpCaveatParameter parameters = 3;
getParametersOrBuilder
(int index) repeated .authzed.api.v1.ExpCaveatParameter parameters = 3;
List<? extends ExpCaveatParameterOrBuilder>
repeated .authzed.api.v1.ExpCaveatParameter parameters = 3;
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()string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;
- Returns:
- The bytes for name.
-
getComment
String getComment()comment is a human-readable comments on the caveat. Will include delimiter characters.
string comment = 2;
- Returns:
- The comment.
-
getCommentBytes
com.google.protobuf.ByteString getCommentBytes()comment is a human-readable comments on the caveat. Will include delimiter characters.
string comment = 2;
- Returns:
- The bytes for comment.
-
getParametersList
List<ExpCaveatParameter> getParametersList()repeated .authzed.api.v1.ExpCaveatParameter parameters = 3;
-
getParameters
repeated .authzed.api.v1.ExpCaveatParameter parameters = 3;
-
getParametersCount
int getParametersCount()repeated .authzed.api.v1.ExpCaveatParameter parameters = 3;
-
getParametersOrBuilderList
List<? extends ExpCaveatParameterOrBuilder> getParametersOrBuilderList()repeated .authzed.api.v1.ExpCaveatParameter parameters = 3;
-
getParametersOrBuilder
repeated .authzed.api.v1.ExpCaveatParameter parameters = 3;
-
getExpression
String getExpression()string expression = 4;
- Returns:
- The expression.
-
getExpressionBytes
com.google.protobuf.ByteString getExpressionBytes()string expression = 4;
- Returns:
- The bytes for expression.
-