Package com.authzed.api.v0
Interface Developer.ShareRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Developer.ShareRequest
,Developer.ShareRequest.Builder
- Enclosing class:
- Developer
public static interface Developer.ShareRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring assertions_yaml = 4;
com.google.protobuf.ByteString
string assertions_yaml = 4;
string relationships_yaml = 2;
com.google.protobuf.ByteString
string relationships_yaml = 2;
string schema = 1;
com.google.protobuf.ByteString
string schema = 1;
string validation_yaml = 3;
com.google.protobuf.ByteString
string validation_yaml = 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
-
getSchema
String getSchema()string schema = 1;
- Returns:
- The schema.
-
getSchemaBytes
com.google.protobuf.ByteString getSchemaBytes()string schema = 1;
- Returns:
- The bytes for schema.
-
getRelationshipsYaml
String getRelationshipsYaml()string relationships_yaml = 2;
- Returns:
- The relationshipsYaml.
-
getRelationshipsYamlBytes
com.google.protobuf.ByteString getRelationshipsYamlBytes()string relationships_yaml = 2;
- Returns:
- The bytes for relationshipsYaml.
-
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.
-
getAssertionsYaml
String getAssertionsYaml()string assertions_yaml = 4;
- Returns:
- The assertionsYaml.
-
getAssertionsYamlBytes
com.google.protobuf.ByteString getAssertionsYamlBytes()string assertions_yaml = 4;
- Returns:
- The bytes for assertionsYaml.
-