Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
mark ContextAwareMetdataJson internal api
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed May 6, 2021
1 parent c23acbd commit 36adb04
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -32,12 +32,12 @@

import com.google.api.client.json.GenericJson;
import com.google.api.client.util.Key;
import com.google.api.core.BetaApi;
import com.google.api.core.InternalApi;
import com.google.common.collect.ImmutableList;
import java.util.List;

/** Data class representing context_aware_metadata.json file. */
@BetaApi
@InternalApi("For gax-java use only.")
public class ContextAwareMetadataJson extends GenericJson {
/** Cert provider command */
@Key("cert_provider_command")
Expand Down

0 comments on commit 36adb04

Please sign in to comment.