Documentation
¶
Overview ¶
Package apikeys aliases all exported identifiers in package "cloud.google.com/go/apikeys/apiv2/apikeyspb".
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Variables
- func RegisterApiKeysServer(s *grpc.Server, srv ApiKeysServer)deprecated
- type AndroidApplicationdeprecated
- type AndroidKeyRestrictionsdeprecated
- type ApiKeysClientdeprecated
- type ApiKeysServerdeprecated
- type ApiTargetdeprecated
- type BrowserKeyRestrictionsdeprecated
- type CreateKeyRequestdeprecated
- type DeleteKeyRequestdeprecated
- type GetKeyRequestdeprecated
- type GetKeyStringRequestdeprecated
- type GetKeyStringResponsedeprecated
- type IosKeyRestrictionsdeprecated
- type Keydeprecated
- type ListKeysRequestdeprecated
- type ListKeysResponsedeprecated
- type LookupKeyRequestdeprecated
- type LookupKeyResponsedeprecated
- type Restrictionsdeprecated
- type Restrictions_AndroidKeyRestrictions
- type Restrictions_BrowserKeyRestrictions
- type Restrictions_IosKeyRestrictions
- type Restrictions_ServerKeyRestrictions
- type ServerKeyRestrictionsdeprecated
- type UndeleteKeyRequestdeprecated
- type UnimplementedApiKeysServerdeprecated
- type UpdateKeyRequestdeprecated
Constants ¶
This section is empty.
Variables ¶
var ( File_google_api_apikeys_v2_apikeys_proto = src.File_google_api_apikeys_v2_apikeys_proto File_google_api_apikeys_v2_resources_proto = src.File_google_api_apikeys_v2_resources_proto )
Deprecated: Please use vars in: cloud.google.com/go/apikeys/apiv2/apikeyspb
Functions ¶
func RegisterApiKeysServer
deprecated
func RegisterApiKeysServer(s *grpc.Server, srv ApiKeysServer)
Deprecated: Please use funcs in: cloud.google.com/go/apikeys/apiv2/apikeyspb
Types ¶
type AndroidApplication
deprecated
type AndroidApplication = src.AndroidApplication
Identifier of an Android application for key use.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type AndroidKeyRestrictions
deprecated
type AndroidKeyRestrictions = src.AndroidKeyRestrictions
The Android apps that are allowed to use the key.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type ApiKeysClient
deprecated
type ApiKeysClient = src.ApiKeysClient
ApiKeysClient is the client API for ApiKeys 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/apikeys/apiv2/apikeyspb
func NewApiKeysClient
deprecated
func NewApiKeysClient(cc grpc.ClientConnInterface) ApiKeysClient
Deprecated: Please use funcs in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type ApiKeysServer
deprecated
type ApiKeysServer = src.ApiKeysServer
ApiKeysServer is the server API for ApiKeys service.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type BrowserKeyRestrictions
deprecated
type BrowserKeyRestrictions = src.BrowserKeyRestrictions
The HTTP referrers (websites) that are allowed to use the key.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type CreateKeyRequest
deprecated
type CreateKeyRequest = src.CreateKeyRequest
Request message for `CreateKey` method.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type DeleteKeyRequest
deprecated
type DeleteKeyRequest = src.DeleteKeyRequest
Request message for `DeleteKey` method.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type GetKeyRequest
deprecated
type GetKeyRequest = src.GetKeyRequest
Request message for `GetKey` method.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type GetKeyStringRequest
deprecated
type GetKeyStringRequest = src.GetKeyStringRequest
Request message for `GetKeyString` method.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type GetKeyStringResponse
deprecated
type GetKeyStringResponse = src.GetKeyStringResponse
Response message for `GetKeyString` method.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type IosKeyRestrictions
deprecated
type IosKeyRestrictions = src.IosKeyRestrictions
The iOS apps that are allowed to use the key.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type ListKeysRequest
deprecated
type ListKeysRequest = src.ListKeysRequest
Request message for `ListKeys` method.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type ListKeysResponse
deprecated
type ListKeysResponse = src.ListKeysResponse
Response message for `ListKeys` method.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type LookupKeyRequest
deprecated
type LookupKeyRequest = src.LookupKeyRequest
Request message for `LookupKey` method.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type LookupKeyResponse
deprecated
type LookupKeyResponse = src.LookupKeyResponse
Response message for `LookupKey` method.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type Restrictions
deprecated
type Restrictions = src.Restrictions
Describes the restrictions on the key.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type Restrictions_AndroidKeyRestrictions ¶
type Restrictions_AndroidKeyRestrictions = src.Restrictions_AndroidKeyRestrictions
type Restrictions_BrowserKeyRestrictions ¶
type Restrictions_BrowserKeyRestrictions = src.Restrictions_BrowserKeyRestrictions
type Restrictions_IosKeyRestrictions ¶
type Restrictions_IosKeyRestrictions = src.Restrictions_IosKeyRestrictions
type Restrictions_ServerKeyRestrictions ¶
type Restrictions_ServerKeyRestrictions = src.Restrictions_ServerKeyRestrictions
type ServerKeyRestrictions
deprecated
type ServerKeyRestrictions = src.ServerKeyRestrictions
The IP addresses of callers that are allowed to use the key.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type UndeleteKeyRequest
deprecated
type UndeleteKeyRequest = src.UndeleteKeyRequest
Request message for `UndeleteKey` method.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type UnimplementedApiKeysServer
deprecated
type UnimplementedApiKeysServer = src.UnimplementedApiKeysServer
UnimplementedApiKeysServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb
type UpdateKeyRequest
deprecated
type UpdateKeyRequest = src.UpdateKeyRequest
Request message for `UpdateKey` method.
Deprecated: Please use types in: cloud.google.com/go/apikeys/apiv2/apikeyspb