Optional data: PartialMessage<ExtensionCommandResponse>from field: moosync.types.RequestedPlaylistsResponse requested_playlists = 1;
from field: moosync.types.RequestedPlaylistSongsResponse requested_playlist_songs = 2;
from field: moosync.types.OauthCallbackResponse oauth_callback = 3;
from field: moosync.types.SongQueueChangedResponse song_queue_changed = 4;
from field: moosync.types.SeekedResponse seeked = 5;
from field: moosync.types.VolumeChangedResponse volume_changed = 6;
from field: moosync.types.PlayerStateChangedResponse player_state_changed = 7;
from field: moosync.types.SongChangedResponse song_changed = 8;
from field: moosync.types.PreferenceChangedResponse preference_changed = 9;
from field: moosync.types.PlaybackDetailsRequestedResponse playback_details_requested = 10;
from field: moosync.types.CustomRequestResponse custom_request = 11;
from field: moosync.types.RequestedSongFromUrlResponse requested_song_from_url = 12;
from field: moosync.types.RequestedPlaylistFromUrlResponse requested_playlist_from_url = 13;
from field: moosync.types.RequestedSearchResultResponse requested_search_result = 14;
from field: moosync.types.RequestedRecommendationsResponse requested_recommendations = 15;
from field: moosync.types.RequestedLyricsResponse requested_lyrics = 16;
from field: moosync.types.RequestedArtistSongsResponse requested_artist_songs = 17;
from field: moosync.types.RequestedAlbumSongsResponse requested_album_songs = 18;
from field: moosync.types.SongAddedResponse song_added = 19;
from field: moosync.types.SongRemovedResponse song_removed = 20;
from field: moosync.types.PlaylistAddedResponse playlist_added = 21;
from field: moosync.types.PlaylistRemovedResponse playlist_removed = 22;
from field: moosync.types.RequestedSongFromIdResponse requested_song_from_id = 23;
from field: moosync.types.GetRemoteUrlResponse get_remote_url = 24;
from field: moosync.types.ScrobbleResponse scrobble = 25;
from field: moosync.types.RequestedSongContextMenuResponse requested_song_context_menu = 26;
from field: moosync.types.RequestedPlaylistContextMenuResponse requested_playlist_context_menu = 27;
from field: moosync.types.ContextMenuActionResponse context_menu_action = 28;
from field: moosync.types.GetProviderScopesResponse get_provider_scopes = 29;
from field: moosync.types.GetAccountsResponse get_accounts = 30;
from field: moosync.types.PerformAccountLoginResponse perform_account_login = 31;
Optional value?: undefinedfrom oneof moosync.types.ExtensionCommandResponse.response
Static Readonly fieldsStatic Readonly runtimeStatic Readonly typeCreate a deep copy.
Parse from binary data, merging fields.
Repeated fields are appended. Map entries are added, overwriting existing keys.
If a message field is already present, it will be merged with the new data.
Optional options: Partial<BinaryReadOptions>Parse a message from a JSON value.
Optional options: Partial<JsonReadOptions>Parse a message from a JSON string.
Optional options: Partial<JsonReadOptions>Retrieve the MessageType of this message - a singleton that represents the protobuf message declaration and provides metadata for reflection- based operations.
Serialize the message to binary data.
Optional options: Partial<BinaryWriteOptions>Protected toJSONOverride for serialization behavior. This will be invoked when calling JSON.stringify on this message (i.e. JSON.stringify(msg)).
Note that this will not serialize google.protobuf.Any with a packed message because the protobuf JSON format specifies that it needs to be unpacked, and this is only possible with a type registry to look up the message type. As a result, attempting to serialize a message with this type will throw an Error.
This method is protected because you should not need to invoke it directly -- instead use JSON.stringify or toJsonString for stringified JSON. Alternatively, if actual JSON is desired, you should use toJson.
Serialize the message to a JSON value, a JavaScript value that can be passed to JSON.stringify().
Optional options: Partial<JsonWriteOptions>Serialize the message to a JSON string.
Optional options: Partial<JsonWriteStringOptions>Static equalsStatic fromOptional options: Partial<BinaryReadOptions>Static fromOptional options: Partial<JsonReadOptions>Static fromOptional options: Partial<JsonReadOptions>
Generated
from message moosync.types.ExtensionCommandResponse