Interface FirebaseCredentialsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
FirebaseCredentials,FirebaseCredentials.Builder
public interface FirebaseCredentialsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FirebaseAccountgetAccount().streamlayer.pushNotification.FirebaseAccount account = 1 [json_name = "account"];booleangetProduction()bool production = 2 [json_name = "production"];booleanhasAccount().streamlayer.pushNotification.FirebaseAccount account = 1 [json_name = "account"];
-
-
-
Method Detail
-
hasAccount
boolean hasAccount()
.streamlayer.pushNotification.FirebaseAccount account = 1 [json_name = "account"];- Returns:
- Whether the account field is set.
-
getAccount
FirebaseAccount getAccount()
.streamlayer.pushNotification.FirebaseAccount account = 1 [json_name = "account"];- Returns:
- The account.
-
getProduction
boolean getProduction()
bool production = 2 [json_name = "production"];- Returns:
- The production.
-
-