Interface CreateCredentialRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateCredentialRequest, CreateCredentialRequest.Builder

public interface CreateCredentialRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Not useful for now
    Not useful for now
    long
    create time
    long
    modify time
    ciphertext password
    com.google.protobuf.ByteString
    ciphertext password
    username
    com.google.protobuf.ByteString
    username
    boolean
    Not useful for now

    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

    • hasBase

      boolean hasBase()
       Not useful for now
       
      .milvus.proto.common.MsgBase base = 1;
      Returns:
      Whether the base field is set.
    • getBase

      MsgBase getBase()
       Not useful for now
       
      .milvus.proto.common.MsgBase base = 1;
      Returns:
      The base.
    • getBaseOrBuilder

      MsgBaseOrBuilder getBaseOrBuilder()
       Not useful for now
       
      .milvus.proto.common.MsgBase base = 1;
    • getUsername

      String getUsername()
       username
       
      string username = 2;
      Returns:
      The username.
    • getUsernameBytes

      com.google.protobuf.ByteString getUsernameBytes()
       username
       
      string username = 2;
      Returns:
      The bytes for username.
    • getPassword

      String getPassword()
       ciphertext password
       
      string password = 3;
      Returns:
      The password.
    • getPasswordBytes

      com.google.protobuf.ByteString getPasswordBytes()
       ciphertext password
       
      string password = 3;
      Returns:
      The bytes for password.
    • getCreatedUtcTimestamps

      long getCreatedUtcTimestamps()
       create time
       
      uint64 created_utc_timestamps = 4;
      Returns:
      The createdUtcTimestamps.
    • getModifiedUtcTimestamps

      long getModifiedUtcTimestamps()
       modify time
       
      uint64 modified_utc_timestamps = 5;
      Returns:
      The modifiedUtcTimestamps.