Uses of Class
com.google.auth.oauth2.MetricsUtils.RequestType
-
Packages that use MetricsUtils.RequestType Package Description com.google.auth.oauth2 -
-
Uses of MetricsUtils.RequestType in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return MetricsUtils.RequestType Modifier and Type Method Description static MetricsUtils.RequestType
MetricsUtils.RequestType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MetricsUtils.RequestType[]
MetricsUtils.RequestType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.auth.oauth2 with parameters of type MetricsUtils.RequestType Modifier and Type Method Description (package private) static java.lang.String
MetricsUtils. getGoogleCredentialsMetricsHeader(MetricsUtils.RequestType requestType, CredentialTypeForMetrics credentialTypeForMetrics)
Formulates metrics header string.private com.google.api.client.http.HttpResponse
ComputeEngineCredentials. getMetadataResponse(java.lang.String url, MetricsUtils.RequestType requestType, boolean shouldSendMetricsHeader)
-