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

com.google.events.firebase.auth.v1.UserInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
/*
 * Copyright 2023 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/events/firebase/auth/v1/data.proto

package com.google.events.firebase.auth.v1;

public interface UserInfoOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.events.firebase.auth.v1.UserInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The user identifier for the linked provider.
   * 
* * string uid = 1; * * @return The uid. */ java.lang.String getUid(); /** * * *
   * The user identifier for the linked provider.
   * 
* * string uid = 1; * * @return The bytes for uid. */ com.google.protobuf.ByteString getUidBytes(); /** * * *
   * The email for the linked provider.
   * 
* * string email = 2; * * @return The email. */ java.lang.String getEmail(); /** * * *
   * The email for the linked provider.
   * 
* * string email = 2; * * @return The bytes for email. */ com.google.protobuf.ByteString getEmailBytes(); /** * * *
   * The display name for the linked provider.
   * 
* * string display_name = 3; * * @return The displayName. */ java.lang.String getDisplayName(); /** * * *
   * The display name for the linked provider.
   * 
* * string display_name = 3; * * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** * * *
   * The photo URL for the linked provider.
   * 
* * string photo_URL = 4; * * @return The photoURL. */ java.lang.String getPhotoURL(); /** * * *
   * The photo URL for the linked provider.
   * 
* * string photo_URL = 4; * * @return The bytes for photoURL. */ com.google.protobuf.ByteString getPhotoURLBytes(); /** * * *
   * The linked provider ID (e.g. "google.com" for the Google provider).
   * 
* * string provider_id = 5; * * @return The providerId. */ java.lang.String getProviderId(); /** * * *
   * The linked provider ID (e.g. "google.com" for the Google provider).
   * 
* * string provider_id = 5; * * @return The bytes for providerId. */ com.google.protobuf.ByteString getProviderIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy