serviceusage

package
v0.0.0-...-8cf5692 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 2 Imported by: 4

Documentation

Overview

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

View Source
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

View Source
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 deprecated

func RegisterServiceUsageServer(s *grpc.Server, srv ServiceUsageServer)

Deprecated: Please use funcs in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb

Types

type BatchEnableServicesRequest deprecated

type BatchEnableServicesRequest = src.BatchEnableServicesRequest

Request message for the `BatchEnableServices` method.

Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb

type BatchEnableServicesResponse deprecated

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 deprecated

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 deprecated

type BatchGetServicesRequest = src.BatchGetServicesRequest

Request message for the `BatchGetServices` method.

Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb

type BatchGetServicesResponse deprecated

type BatchGetServicesResponse = src.BatchGetServicesResponse

Response message for the `BatchGetServices` method.

Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb

type DisableServiceRequest deprecated

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 deprecated

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 deprecated

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 deprecated

type EnableServiceRequest = src.EnableServiceRequest

Request message for the `EnableService` method.

Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb

type EnableServiceResponse deprecated

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 deprecated

type GetServiceRequest = src.GetServiceRequest

Request message for the `GetService` method.

Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb

type ListServicesRequest deprecated

type ListServicesRequest = src.ListServicesRequest

Request message for the `ListServices` method.

Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb

type ListServicesResponse deprecated

type ListServicesResponse = src.ListServicesResponse

Response message for the `ListServices` method.

Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb

type OperationMetadata deprecated

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 deprecated

type Service = src.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 deprecated

type ServiceConfig = src.ServiceConfig

The configuration of the service.

Deprecated: Please use types in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb

type ServiceUsageClient deprecated

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 deprecated

func NewServiceUsageClient(cc grpc.ClientConnInterface) ServiceUsageClient

Deprecated: Please use funcs in: cloud.google.com/go/serviceusage/apiv1/serviceusagepb

type ServiceUsageServer deprecated

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 deprecated

type State = src.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 deprecated

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL