package asset
import "google.golang.org/genproto/googleapis/cloud/asset/v1p2beta1"
Package asset aliases all exported identifiers in package "cloud.google.com/go/asset/apiv1p2beta1/assetpb".
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/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 ContentType
- type CreateFeedRequest
- type DeleteFeedRequest
- type Feed
- type FeedOutputConfig
- type FeedOutputConfig_PubsubDestination
- type GcsDestination
- type GcsDestination_Uri
- type GetFeedRequest
- type ListFeedsRequest
- type ListFeedsResponse
- type OutputConfig
- type OutputConfig_GcsDestination
- type PubsubDestination
- type Resource
- type TemporalAsset
- type TimeWindow
- type UnimplementedAssetServiceServer
- type UpdateFeedRequest
Constants ¶
const ( ContentType_CONTENT_TYPE_UNSPECIFIED = src.ContentType_CONTENT_TYPE_UNSPECIFIED ContentType_IAM_POLICY = src.ContentType_IAM_POLICY ContentType_RESOURCE = src.ContentType_RESOURCE )
Deprecated: Please use consts in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
Variables ¶
var ( ContentType_name = src.ContentType_name ContentType_value = src.ContentType_value File_google_cloud_asset_v1p2beta1_asset_service_proto = src.File_google_cloud_asset_v1p2beta1_asset_service_proto File_google_cloud_asset_v1p2beta1_assets_proto = src.File_google_cloud_asset_v1p2beta1_assets_proto )
Deprecated: Please use vars in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
Functions ¶
func RegisterAssetServiceServer ¶
func RegisterAssetServiceServer(s *grpc.Server, srv AssetServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/asset/apiv1p2beta1/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/apiv1p2beta1/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/apiv1p2beta1/assetpb
func NewAssetServiceClient ¶
func NewAssetServiceClient(cc grpc.ClientConnInterface) AssetServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/asset/apiv1p2beta1/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/apiv1p2beta1/assetpb
type ContentType ¶
type ContentType = src.ContentType
Asset content type.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
type CreateFeedRequest ¶
type CreateFeedRequest = src.CreateFeedRequest
Create asset feed request.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
type DeleteFeedRequest ¶
type DeleteFeedRequest = src.DeleteFeedRequest
type Feed ¶
An asset feed used to export asset updates to a destinations. An asset feed filter controls what updates are exported. The asset feed must be created within a project, organization, or folder. Supported destinations are: Cloud Pub/Sub topics.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
type FeedOutputConfig ¶
type FeedOutputConfig = src.FeedOutputConfig
Output configuration for asset feed destination.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
type FeedOutputConfig_PubsubDestination ¶
type FeedOutputConfig_PubsubDestination = src.FeedOutputConfig_PubsubDestination
type GcsDestination ¶
type GcsDestination = src.GcsDestination
A Cloud Storage location.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
type GcsDestination_Uri ¶
type GcsDestination_Uri = src.GcsDestination_Uri
type GetFeedRequest ¶
type GetFeedRequest = src.GetFeedRequest
Get asset feed request.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
type ListFeedsRequest ¶
type ListFeedsRequest = src.ListFeedsRequest
List asset feeds request.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
type ListFeedsResponse ¶
type ListFeedsResponse = src.ListFeedsResponse
type OutputConfig ¶
type OutputConfig = src.OutputConfig
Output configuration for export assets destination.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
type OutputConfig_GcsDestination ¶
type OutputConfig_GcsDestination = src.OutputConfig_GcsDestination
type PubsubDestination ¶
type PubsubDestination = src.PubsubDestination
A Cloud Pubsub destination.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
type Resource ¶
Representation of a cloud resource.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
type TemporalAsset ¶
type TemporalAsset = src.TemporalAsset
Temporal asset. In addition to the asset, the temporal asset includes the status of the asset and valid from and to time of it.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/assetpb
type TimeWindow ¶
type TimeWindow = src.TimeWindow
A time window of (start_time, end_time].
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/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/apiv1p2beta1/assetpb
type UpdateFeedRequest ¶
type UpdateFeedRequest = src.UpdateFeedRequest
Update asset feed request.
Deprecated: Please use types in: cloud.google.com/go/asset/apiv1p2beta1/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.