Uses of Enum
com.google.auth.oauth2.MetricsUtils.RequestType
Packages that use MetricsUtils.RequestType
-
Uses of MetricsUtils.RequestType in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return MetricsUtils.RequestTypeModifier and TypeMethodDescriptionstatic MetricsUtils.RequestType
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.RequestTypeModifier and TypeMethodDescription(package private) static String
MetricsUtils.getGoogleCredentialsMetricsHeader
(MetricsUtils.RequestType requestType, CredentialTypeForMetrics credentialTypeForMetrics) Formulates metrics header string.private com.google.api.client.http.HttpResponse
ComputeEngineCredentials.getMetadataResponse
(String url, MetricsUtils.RequestType requestType, boolean shouldSendMetricsHeader)