Interface VerbOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface VerbOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasVerb() .xyz.block.ftl.v1.schema.Verb verb = 1;
      abstract Verb getVerb() .xyz.block.ftl.v1.schema.Verb verb = 1;
      abstract VerbOrBuilder getVerbOrBuilder() .xyz.block.ftl.v1.schema.Verb verb = 1;
      abstract String getSchema() string schema = 2;
      abstract ByteString getSchemaBytes() string schema = 2;
      abstract String getJsonRequestSchema() string json_request_schema = 3;
      abstract ByteString getJsonRequestSchemaBytes() string json_request_schema = 3;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • hasVerb

         abstract boolean hasVerb()

        .xyz.block.ftl.v1.schema.Verb verb = 1;

        Returns:

        Whether the verb field is set.

      • getVerb

         abstract Verb getVerb()

        .xyz.block.ftl.v1.schema.Verb verb = 1;

        Returns:

        The verb.

      • getSchema

         abstract String getSchema()

        string schema = 2;

        Returns:

        The schema.

      • getSchemaBytes

         abstract ByteString getSchemaBytes()

        string schema = 2;

        Returns:

        The bytes for schema.

      • getJsonRequestSchemaBytes

         abstract ByteString getJsonRequestSchemaBytes()

        string json_request_schema = 3;

        Returns:

        The bytes for jsonRequestSchema.