Interface Meta.GetSchemaByNameRequestOrBuilder

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

public static interface Meta.GetSchemaByNameRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .dingodb.pb.common.RequestInfo request_info = 1;
    .dingodb.pb.common.RequestInfo request_info = 1;
    string schema_name = 2;
    com.google.protobuf.ByteString
    string schema_name = 2;
    long
    int64 tenant_id = 3;
    boolean
    .dingodb.pb.common.RequestInfo request_info = 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

    • hasRequestInfo

      boolean hasRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      Whether the requestInfo field is set.
    • getRequestInfo

      Common.RequestInfo getRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      The requestInfo.
    • getRequestInfoOrBuilder

      Common.RequestInfoOrBuilder getRequestInfoOrBuilder()
      .dingodb.pb.common.RequestInfo request_info = 1;
    • getSchemaName

      String getSchemaName()
      string schema_name = 2;
      Returns:
      The schemaName.
    • getSchemaNameBytes

      com.google.protobuf.ByteString getSchemaNameBytes()
      string schema_name = 2;
      Returns:
      The bytes for schemaName.
    • getTenantId

      long getTenantId()
      int64 tenant_id = 3;
      Returns:
      The tenantId.