Interface RegisterRequestOrBuilder

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

    public interface RegisterRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      PushCredentials getCredentials()
      .streamlayer.pushNotification.PushCredentials credentials = 1 [json_name = "credentials"];
      java.lang.String getOrganizationId()
      string organization_id = 3 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 3 [json_name = "organizationId"];
      java.lang.String getType()
      string type = 2 [json_name = "type"];
      com.google.protobuf.ByteString getTypeBytes()
      string type = 2 [json_name = "type"];
      boolean hasCredentials()
      .streamlayer.pushNotification.PushCredentials credentials = 1 [json_name = "credentials"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasCredentials

        boolean hasCredentials()
        .streamlayer.pushNotification.PushCredentials credentials = 1 [json_name = "credentials"];
        Returns:
        Whether the credentials field is set.
      • getCredentials

        PushCredentials getCredentials()
        .streamlayer.pushNotification.PushCredentials credentials = 1 [json_name = "credentials"];
        Returns:
        The credentials.
      • getType

        java.lang.String getType()
        string type = 2 [json_name = "type"];
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 2 [json_name = "type"];
        Returns:
        The bytes for type.
      • getOrganizationId

        java.lang.String getOrganizationId()
        string organization_id = 3 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 3 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.