Package com.authzed.api.v0
Interface Developer.ValidateRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Developer.ValidateRequest
,Developer.ValidateRequest.Builder
- Enclosing class:
- Developer
public static interface Developer.ValidateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring assertions_yaml = 5;
com.google.protobuf.ByteString
string assertions_yaml = 5;
.authzed.api.v0.RequestContext context = 1;
.authzed.api.v0.RequestContext context = 1;
boolean
bool update_validation_yaml = 4;
string validation_yaml = 3;
com.google.protobuf.ByteString
string validation_yaml = 3;
boolean
.authzed.api.v0.RequestContext context = 1;
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
-
hasContext
boolean hasContext().authzed.api.v0.RequestContext context = 1;
- Returns:
- Whether the context field is set.
-
getContext
Developer.RequestContext getContext().authzed.api.v0.RequestContext context = 1;
- Returns:
- The context.
-
getContextOrBuilder
Developer.RequestContextOrBuilder getContextOrBuilder().authzed.api.v0.RequestContext context = 1;
-
getValidationYaml
String getValidationYaml()string validation_yaml = 3;
- Returns:
- The validationYaml.
-
getValidationYamlBytes
com.google.protobuf.ByteString getValidationYamlBytes()string validation_yaml = 3;
- Returns:
- The bytes for validationYaml.
-
getUpdateValidationYaml
boolean getUpdateValidationYaml()bool update_validation_yaml = 4;
- Returns:
- The updateValidationYaml.
-
getAssertionsYaml
String getAssertionsYaml()string assertions_yaml = 5;
- Returns:
- The assertionsYaml.
-
getAssertionsYamlBytes
com.google.protobuf.ByteString getAssertionsYamlBytes()string assertions_yaml = 5;
- Returns:
- The bytes for assertionsYaml.
-