package asset
import "google.golang.org/genproto/googleapis/cloud/asset/v1p5beta1"
Package asset aliases all exported identifiers in package "cloud.google.com/go/asset/apiv1p5beta1/assetpb".
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p5beta1/assetpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterAssetServiceServer(s *grpc.Server, srv AssetServiceServer)
- type Asset
- type AssetServiceClient
- type AssetServiceServer
- type Asset_AccessLevel
- type Asset_AccessPolicy
- type Asset_ServicePerimeter
- type ContentType
- type ListAssetsRequest
- type ListAssetsResponse
- type Resource
- type UnimplementedAssetServiceServer
Constants ¶
const ( ContentType_ACCESS_POLICY = src.ContentType_ACCESS_POLICY ContentType_CONTENT_TYPE_UNSPECIFIED = src.ContentType_CONTENT_TYPE_UNSPECIFIED ContentType_IAM_POLICY = src.ContentType_IAM_POLICY ContentType_ORG_POLICY = src.ContentType_ORG_POLICY ContentType_RESOURCE = src.ContentType_RESOURCE )
Deprecated: Please use consts in: cloud.google.com/go/asset/apiv1p5beta1/assetpb
Variables ¶
var ( ContentType_name = src.ContentType_name ContentType_value = src.ContentType_value File_google_cloud_asset_v1p5beta1_asset_service_proto = src.File_google_cloud_asset_v1p5beta1_asset_service_proto File_google_cloud_asset_v1p5beta1_assets_proto = src.File_google_cloud_asset_v1p5beta1_assets_proto )
Deprecated: Please use vars in: cloud.google.com/go/asset/apiv1p5beta1/assetpb
Functions ¶
func RegisterAssetServiceServer ¶
func RegisterAssetServiceServer(s *grpc.Server, srv AssetServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/asset/apiv1p5beta1/assetpb
Types ¶
type Asset ¶
Cloud asset. This includes all Google Cloud Platform resources, Cloud IAM policies, and other non-GCP assets.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p5beta1/assetpb
type AssetServiceClient ¶
type AssetServiceClient = src.AssetServiceClient
AssetServiceClient is the client API for AssetService 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/asset/apiv1p5beta1/assetpb
func NewAssetServiceClient ¶
func NewAssetServiceClient(cc grpc.ClientConnInterface) AssetServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/asset/apiv1p5beta1/assetpb
type AssetServiceServer ¶
type AssetServiceServer = src.AssetServiceServer
AssetServiceServer is the server API for AssetService service.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p5beta1/assetpb
type Asset_AccessLevel ¶
type Asset_AccessLevel = src.Asset_AccessLevel
type Asset_AccessPolicy ¶
type Asset_AccessPolicy = src.Asset_AccessPolicy
type Asset_ServicePerimeter ¶
type Asset_ServicePerimeter = src.Asset_ServicePerimeter
type ContentType ¶
type ContentType = src.ContentType
Asset content type.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p5beta1/assetpb
type ListAssetsRequest ¶
type ListAssetsRequest = src.ListAssetsRequest
ListAssets request.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p5beta1/assetpb
type ListAssetsResponse ¶
type ListAssetsResponse = src.ListAssetsResponse
ListAssets response.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p5beta1/assetpb
type Resource ¶
Representation of a cloud resource.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p5beta1/assetpb
type UnimplementedAssetServiceServer ¶
type UnimplementedAssetServiceServer = src.UnimplementedAssetServiceServer
UnimplementedAssetServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p5beta1/assetpb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.