package serviceusage
import "google.golang.org/genproto/googleapis/api/serviceusage/v1"
Package serviceusage aliases all exported identifiers in package "cloud.google.com/go/serviceusage/apiv1/serviceusagepb".
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterServiceUsageServer(s *grpc.Server, srv ServiceUsageServer)
- type BatchEnableServicesRequest
- type BatchEnableServicesResponse
- type BatchEnableServicesResponse_EnableFailure
- type BatchGetServicesRequest
- type BatchGetServicesResponse
- type DisableServiceRequest
- type DisableServiceRequest_CheckIfServiceHasUsage
- type DisableServiceResponse
- type EnableServiceRequest
- type EnableServiceResponse
- type GetServiceRequest
- type ListServicesRequest
- type ListServicesResponse
- type OperationMetadata
- type Service
- type ServiceConfig
- type ServiceUsageClient
- type ServiceUsageServer
- type State
- type UnimplementedServiceUsageServer
Constants ¶
const ( DisableServiceRequest_CHECK = src.DisableServiceRequest_CHECK DisableServiceRequest_CHECK_IF_SERVICE_HAS_USAGE_UNSPECIFIED = src.DisableServiceRequest_CHECK_IF_SERVICE_HAS_USAGE_UNSPECIFIED DisableServiceRequest_SKIP = src.DisableServiceRequest_SKIP State_DISABLED = src.State_DISABLED State_ENABLED = src.State_ENABLED State_STATE_UNSPECIFIED = src.State_STATE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
Variables ¶
var ( DisableServiceRequest_CheckIfServiceHasUsage_name = src.DisableServiceRequest_CheckIfServiceHasUsage_name DisableServiceRequest_CheckIfServiceHasUsage_value = src.DisableServiceRequest_CheckIfServiceHasUsage_value File_google_api_serviceusage_v1_resources_proto = src.File_google_api_serviceusage_v1_resources_proto File_google_api_serviceusage_v1_serviceusage_proto = src.File_google_api_serviceusage_v1_serviceusage_proto State_name = src.State_name State_value = src.State_value )
Deprecated: Please use vars in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
Functions ¶
func RegisterServiceUsageServer ¶
func RegisterServiceUsageServer(s *grpc.Server, srv ServiceUsageServer)
Deprecated: Please use funcs in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
Types ¶
type BatchEnableServicesRequest ¶
type BatchEnableServicesRequest = src.BatchEnableServicesRequest
Request message for the `BatchEnableServices` method.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type BatchEnableServicesResponse ¶
type BatchEnableServicesResponse = src.BatchEnableServicesResponse
Response message for the `BatchEnableServices` method. This response message is assigned to the `response` field of the returned Operation when that operation is done.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type BatchEnableServicesResponse_EnableFailure ¶
type BatchEnableServicesResponse_EnableFailure = src.BatchEnableServicesResponse_EnableFailure
Provides error messages for the failing services.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type BatchGetServicesRequest ¶
type BatchGetServicesRequest = src.BatchGetServicesRequest
Request message for the `BatchGetServices` method.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type BatchGetServicesResponse ¶
type BatchGetServicesResponse = src.BatchGetServicesResponse
Response message for the `BatchGetServices` method.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type DisableServiceRequest ¶
type DisableServiceRequest = src.DisableServiceRequest
Request message for the `DisableService` method.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type DisableServiceRequest_CheckIfServiceHasUsage ¶
type DisableServiceRequest_CheckIfServiceHasUsage = src.DisableServiceRequest_CheckIfServiceHasUsage
Enum to determine if service usage should be checked when disabling a service.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type DisableServiceResponse ¶
type DisableServiceResponse = src.DisableServiceResponse
Response message for the `DisableService` method. This response message is assigned to the `response` field of the returned Operation when that operation is done.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type EnableServiceRequest ¶
type EnableServiceRequest = src.EnableServiceRequest
Request message for the `EnableService` method.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type EnableServiceResponse ¶
type EnableServiceResponse = src.EnableServiceResponse
Response message for the `EnableService` method. This response message is assigned to the `response` field of the returned Operation when that operation is done.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type GetServiceRequest ¶
type GetServiceRequest = src.GetServiceRequest
Request message for the `GetService` method.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type ListServicesRequest ¶
type ListServicesRequest = src.ListServicesRequest
Request message for the `ListServices` method.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type ListServicesResponse ¶
type ListServicesResponse = src.ListServicesResponse
Response message for the `ListServices` method.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type OperationMetadata ¶
type OperationMetadata = src.OperationMetadata
The operation metadata returned for the batchend services operation.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type Service ¶
A service that is available for use by the consumer.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type ServiceConfig ¶
type ServiceConfig = src.ServiceConfig
The configuration of the service.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type ServiceUsageClient ¶
type ServiceUsageClient = src.ServiceUsageClient
ServiceUsageClient is the client API for ServiceUsage service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
func NewServiceUsageClient ¶
func NewServiceUsageClient(cc grpc.ClientConnInterface) ServiceUsageClient
Deprecated: Please use funcs in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type ServiceUsageServer ¶
type ServiceUsageServer = src.ServiceUsageServer
ServiceUsageServer is the server API for ServiceUsage service.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type State ¶
Whether or not a service has been enabled for use by a consumer.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
type UnimplementedServiceUsageServer ¶
type UnimplementedServiceUsageServer = src.UnimplementedServiceUsageServer
UnimplementedServiceUsageServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb
Source Files ¶
alias.go
- Version
- v0.0.0-20250422160041-2d3770c4ea7f (latest)
- Published
- Apr 22, 2025
- Platform
- js/wasm
- Imports
- 2 packages
- Last checked
- now –
Tools for package owners.