unhide getId from BeginGetCredentialOption for jetpack

jetpack library needs to access the Id so it can popoulate those on
the structured begin request options.

Test: built locally
API-Coverage-Bug: 247549381

Change-Id: Iba40998751fdaa3e304f1350984cc2ba961d165f
diff --git a/core/api/current.txt b/core/api/current.txt
index 75f5727..422dbb6 100644
--- a/core/api/current.txt
+++ b/core/api/current.txt
@@ -40265,6 +40265,7 @@
     ctor public BeginGetCredentialOption(@NonNull String, @NonNull String, @NonNull android.os.Bundle);
     method public int describeContents();
     method @NonNull public android.os.Bundle getCandidateQueryData();
+    method @NonNull public String getId();
     method @NonNull public String getType();
     method public void writeToParcel(@NonNull android.os.Parcel, int);
     field @NonNull public static final android.os.Parcelable.Creator<android.service.credentials.BeginGetCredentialOption> CREATOR;
diff --git a/core/java/android/service/credentials/BeginGetCredentialOption.java b/core/java/android/service/credentials/BeginGetCredentialOption.java
index 3d39f650..c654072 100644
--- a/core/java/android/service/credentials/BeginGetCredentialOption.java
+++ b/core/java/android/service/credentials/BeginGetCredentialOption.java
@@ -63,8 +63,6 @@
      * Returns the unique id associated with this request. Providers must pass this id
      * to the constructor of {@link CredentialEntry} while creating a candidate credential
      * entry for this request option.
-     *
-     * @hide
      */
     @NonNull
     public String getId() {