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.RequestTypeReturns 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 StringMetricsUtils.getGoogleCredentialsMetricsHeader(MetricsUtils.RequestType requestType, CredentialTypeForMetrics credentialTypeForMetrics) Formulates metrics header string.private com.google.api.client.http.HttpResponseComputeEngineCredentials.getMetadataResponse(String url, MetricsUtils.RequestType requestType, boolean shouldSendMetricsHeader)