Interface UserPushCredentialsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UserPushCredentials,UserPushCredentials.Builder
public interface UserPushCredentialsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserPushCredentials.UserPushCredentialsDatagetApns().streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];UserPushCredentials.UserPushCredentialsDatagetFirebase().streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];booleanhasApns().streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];booleanhasFirebase().streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];
-
-
-
Method Detail
-
hasApns
boolean hasApns()
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];- Returns:
- Whether the apns field is set.
-
getApns
UserPushCredentials.UserPushCredentialsData getApns()
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData apns = 1 [json_name = "apns"];- Returns:
- The apns.
-
hasFirebase
boolean hasFirebase()
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];- Returns:
- Whether the firebase field is set.
-
getFirebase
UserPushCredentials.UserPushCredentialsData getFirebase()
.streamlayer.pushNotification.UserPushCredentials.UserPushCredentialsData firebase = 2 [json_name = "firebase"];- Returns:
- The firebase.
-
-