Interface MysqlxCrud.CollectionOrBuilder

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

public static interface MysqlxCrud.CollectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()
    required string name = 1;
    com.google.protobuf.ByteString getNameBytes()
    required string name = 1;
    java.lang.String getSchema()
    optional string schema = 2;
    com.google.protobuf.ByteString getSchemaBytes()
    optional string schema = 2;
    boolean hasName()
    required string name = 1;
    boolean hasSchema()
    optional string schema = 2;

    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

    • hasName

      boolean hasName()
      required string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      java.lang.String getName()
      required string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      required string name = 1;
      Returns:
      The bytes for name.
    • hasSchema

      boolean hasSchema()
      optional string schema = 2;
      Returns:
      Whether the schema field is set.
    • getSchema

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

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