All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pingcap.tidb.tipb.UserIdentityOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: select.proto

package com.pingcap.tidb.tipb;

public interface UserIdentityOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tipb.UserIdentity)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string user_name = 1 [(.gogoproto.nullable) = false];
   */
  boolean hasUserName();
  /**
   * optional string user_name = 1 [(.gogoproto.nullable) = false];
   */
  java.lang.String getUserName();
  /**
   * optional string user_name = 1 [(.gogoproto.nullable) = false];
   */
  com.google.protobuf.ByteString
      getUserNameBytes();

  /**
   * optional string user_host = 2 [(.gogoproto.nullable) = false];
   */
  boolean hasUserHost();
  /**
   * optional string user_host = 2 [(.gogoproto.nullable) = false];
   */
  java.lang.String getUserHost();
  /**
   * optional string user_host = 2 [(.gogoproto.nullable) = false];
   */
  com.google.protobuf.ByteString
      getUserHostBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy