Interface GetUserRequestOrBuilder

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

    @Generated(value="protoc",
               comments="annotations:GetUserRequestOrBuilder.java.pb.meta")
    public interface GetUserRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getUserId()
      The id of the user to get
      com.google.protobuf.ByteString getUserIdBytes()
      The id of the user to get
      • 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 Detail

      • getUserId

        java.lang.String getUserId()
         The id of the user to get
         
        string user_id = 1;
        Returns:
        The userId.
      • getUserIdBytes

        com.google.protobuf.ByteString getUserIdBytes()
         The id of the user to get
         
        string user_id = 1;
        Returns:
        The bytes for userId.