Package com.google.api.gax.rpc.mtls
Class ContextAwareMetadataJson
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.gax.rpc.mtls.ContextAwareMetadataJson
Deprecated.
Data class representing context_aware_metadata.json file.
This class is deprecated. It has been replaced by com.google.auth.mtls.ContextAwareMetadataJson from the Java auth library.
Note: This class is for Google cloud internal use only.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.FlagsNested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.google.common.collect.ImmutableList<String>Deprecated.Returns the cert provider command.Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, set, setFactory, toPrettyString, toStringMethods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysMethods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
ContextAwareMetadataJson
public ContextAwareMetadataJson()Deprecated.
-
-
Method Details
-
getCommands
Deprecated.Returns the cert provider command.
-