Class ContextAwareMetadataJson (1.37.0)

public class ContextAwareMetadataJson extends GenericJson

Data class representing context_aware_metadata.json file. This is meant for internal Google Cloud usage and behavior may be changed without warning.

Note: This implementation is duplicated from the existing ContextAwareMetadataJson found in the Gax library. The Gax library version of ContextAwareMetadataJson will be marked as deprecated in the future.

Inheritance

java.lang.Object > java.util.AbstractMap > GenericData > com.google.api.client.json.GenericJson > ContextAwareMetadataJson

Constructors

ContextAwareMetadataJson()

public ContextAwareMetadataJson()

Methods

getCommands()

public final ImmutableList<String> getCommands()

Returns the cert provider command.

Returns
Type Description
com.google.common.collect.ImmutableList<String>