Namespace Google.Apis.ServiceUsage.v1beta1
Classes
OperationsResource
The "operations" collection of methods.
OperationsResource.GetRequest
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
OperationsResource.ListRequest
Lists operations that match the specified filter in the request. If the server doesn't support this method,
it returns UNIMPLEMENTED
. NOTE: the name
binding allows API services to override the binding to use
different resource name schemes, such as users/*/operations
. To override the binding, API services can add
a binding such as "/v1/{name=users/*}/operations"
to their service configuration. For backwards
compatibility, the default name includes the operations collection id, however overriding users must ensure
the name binding is the parent resource, without the operations collection id.
ServicesResource
The "services" collection of methods.
ServicesResource.BatchEnableRequest
Enable multiple services on a project. The operation is atomic: if enabling any service fails, then the entire batch fails, and no state changes occur. Operation
ServicesResource.ConsumerQuotaMetricsResource
The "consumerQuotaMetrics" collection of methods.
ServicesResource.ConsumerQuotaMetricsResource.GetRequest
Retrieves a summary of quota information for a specific quota metric
ServicesResource.ConsumerQuotaMetricsResource.ImportAdminOverridesRequest
Create or update multiple admin overrides atomically, all on the same consumer, but on many different metrics or limits. The name field in the quota override message should not be set.
ServicesResource.ConsumerQuotaMetricsResource.ImportConsumerOverridesRequest
Create or update multiple consumer overrides atomically, all on the same consumer, but on many different metrics or limits. The name field in the quota override message should not be set.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource
The "limits" collection of methods.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource
The "adminOverrides" collection of methods.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.CreateRequest
Creates an admin override. An admin override is applied by an administrator of a parent folder or parent organization of the consumer receiving the override. An admin override is intended to limit the amount of quota the consumer can use out of the total quota pool allocated to all children of the folder or organization.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.DeleteRequest
Deletes an admin override.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.ListRequest
Lists all admin overrides on this limit.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.PatchRequest
Updates an admin override.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.ConsumerOverridesResource
The "consumerOverrides" collection of methods.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.ConsumerOverridesResource.CreateRequest
Creates a consumer override. A consumer override is applied to the consumer on its own authority to limit its own quota usage. Consumer overrides cannot be used to grant more quota than would be allowed by admin overrides, producer overrides, or the default limit of the service.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.ConsumerOverridesResource.DeleteRequest
Deletes a consumer override.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.ConsumerOverridesResource.ListRequest
Lists all consumer overrides on this limit.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.ConsumerOverridesResource.PatchRequest
Updates a consumer override.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.GetRequest
Retrieves a summary of quota information for a specific quota limit.
ServicesResource.ConsumerQuotaMetricsResource.ListRequest
Retrieves a summary of all quota information visible to the service consumer, organized by service metric. Each metric includes information about all of its defined limits. Each limit includes the limit configuration (quota unit, preciseness, default value), the current effective limit value, and all of the overrides applied to the limit.
ServicesResource.DisableRequest
Disable a service so that it can no longer be used with a project. This prevents unintended usage that may
cause unexpected billing charges or security leaks. It is not valid to call the disable method on a service
that is not currently enabled. Callers will receive a FAILED_PRECONDITION
status if the target service is
not currently enabled. Operation
ServicesResource.EnableRequest
Enable a service so that it can be used with a project. Operation
ServicesResource.GenerateServiceIdentityRequest
Generate service identity for service.
ServicesResource.GetRequest
Returns the service configuration and enabled state for a given service.
ServicesResource.ListRequest
List all services available to the specified project, and the current state of those services with respect
to the project. The list includes all public services, all services for which the calling user has the
servicemanagement.services.bind
permission, and all services that have already been enabled on the
project. The list can be filtered to only include services in a specific state, for example to only include
services enabled on the project.
ServiceUsageBaseServiceRequest<TResponse>
A base abstract class for ServiceUsage requests.
ServiceUsageService
The ServiceUsage Service.
ServiceUsageService.Scope
Available OAuth 2.0 scopes for use with the Service Usage API.
ServiceUsageService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Service Usage API.
Enums
ServicesResource.ConsumerQuotaMetricsResource.GetRequest.ViewEnum
Specifies the level of detail for quota information in the response.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.CreateRequest.ForceOnlyEnum
The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.DeleteRequest.ForceOnlyEnum
The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.AdminOverridesResource.PatchRequest.ForceOnlyEnum
The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.ConsumerOverridesResource.CreateRequest.ForceOnlyEnum
The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.ConsumerOverridesResource.DeleteRequest.ForceOnlyEnum
The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.ConsumerOverridesResource.PatchRequest.ForceOnlyEnum
The list of quota safety checks to ignore before the override mutation. Unlike 'force' field that ignores all the quota safety checks, the 'force_only' field ignores only the specified checks; other checks are still enforced. The 'force' and 'force_only' fields cannot both be set.
ServicesResource.ConsumerQuotaMetricsResource.LimitsResource.GetRequest.ViewEnum
Specifies the level of detail for quota information in the response.
ServicesResource.ConsumerQuotaMetricsResource.ListRequest.ViewEnum
Specifies the level of detail for quota information in the response.
ServiceUsageBaseServiceRequest<TResponse>.AltEnum
Data format for response.
ServiceUsageBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.