Interface Developer.LookupShareResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Developer.LookupShareResponse, Developer.LookupShareResponse.Builder
Enclosing class:
Developer

public static interface Developer.LookupShareResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string assertions_yaml = 5;
    com.google.protobuf.ByteString
    string assertions_yaml = 5;
    string relationships_yaml = 3;
    com.google.protobuf.ByteString
    string relationships_yaml = 3;
    string schema = 2;
    com.google.protobuf.ByteString
    string schema = 2;
    .authzed.api.v0.LookupShareResponse.LookupStatus status = 1;
    int
    .authzed.api.v0.LookupShareResponse.LookupStatus status = 1;
    string validation_yaml = 4;
    com.google.protobuf.ByteString
    string validation_yaml = 4;

    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

    • getStatusValue

      int getStatusValue()
      .authzed.api.v0.LookupShareResponse.LookupStatus status = 1;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

      .authzed.api.v0.LookupShareResponse.LookupStatus status = 1;
      Returns:
      The status.
    • getSchema

      String getSchema()
      string schema = 2;
      Returns:
      The schema.
    • getSchemaBytes

      com.google.protobuf.ByteString getSchemaBytes()
      string schema = 2;
      Returns:
      The bytes for schema.
    • getRelationshipsYaml

      String getRelationshipsYaml()
      string relationships_yaml = 3;
      Returns:
      The relationshipsYaml.
    • getRelationshipsYamlBytes

      com.google.protobuf.ByteString getRelationshipsYamlBytes()
      string relationships_yaml = 3;
      Returns:
      The bytes for relationshipsYaml.
    • getValidationYaml

      String getValidationYaml()
      string validation_yaml = 4;
      Returns:
      The validationYaml.
    • getValidationYamlBytes

      com.google.protobuf.ByteString getValidationYamlBytes()
      string validation_yaml = 4;
      Returns:
      The bytes for validationYaml.
    • 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.