Package com.authzed.api.v1
Interface ExpCaveatParameterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpCaveatParameter
,ExpCaveatParameter.Builder
public interface ExpCaveatParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
string name = 1;
com.google.protobuf.ByteString
string name = 1;
string parent_caveat_name = 3;
com.google.protobuf.ByteString
string parent_caveat_name = 3;
getType()
type is the type of the parameter.com.google.protobuf.ByteString
type is the type of the parameter.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.
-
getType
String getType()type is the type of the parameter. Will be a string representing the type, e.g. `int` or `list<string>`
string type = 2;
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()type is the type of the parameter. Will be a string representing the type, e.g. `int` or `list<string>`
string type = 2;
- Returns:
- The bytes for type.
-
getParentCaveatName
String getParentCaveatName()string parent_caveat_name = 3;
- Returns:
- The parentCaveatName.
-
getParentCaveatNameBytes
com.google.protobuf.ByteString getParentCaveatNameBytes()string parent_caveat_name = 3;
- Returns:
- The bytes for parentCaveatName.
-