Interface FirebaseAccountOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
FirebaseAccount,FirebaseAccount.Builder
public interface FirebaseAccountOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClientEmail()string client_email = 2 [json_name = "clientEmail"];com.google.protobuf.ByteStringgetClientEmailBytes()string client_email = 2 [json_name = "clientEmail"];java.lang.StringgetPrivateKey()string private_key = 1 [json_name = "privateKey"];com.google.protobuf.ByteStringgetPrivateKeyBytes()string private_key = 1 [json_name = "privateKey"];java.lang.StringgetProjectId()string project_id = 3 [json_name = "projectId"];com.google.protobuf.ByteStringgetProjectIdBytes()string project_id = 3 [json_name = "projectId"];
-
-
-
Method Detail
-
getPrivateKey
java.lang.String getPrivateKey()
string private_key = 1 [json_name = "privateKey"];- Returns:
- The privateKey.
-
getPrivateKeyBytes
com.google.protobuf.ByteString getPrivateKeyBytes()
string private_key = 1 [json_name = "privateKey"];- Returns:
- The bytes for privateKey.
-
getClientEmail
java.lang.String getClientEmail()
string client_email = 2 [json_name = "clientEmail"];- Returns:
- The clientEmail.
-
getClientEmailBytes
com.google.protobuf.ByteString getClientEmailBytes()
string client_email = 2 [json_name = "clientEmail"];- Returns:
- The bytes for clientEmail.
-
getProjectId
java.lang.String getProjectId()
string project_id = 3 [json_name = "projectId"];- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
string project_id = 3 [json_name = "projectId"];- Returns:
- The bytes for projectId.
-
-