@Generated("by gapic-generator-java")
Package com.google.cloud.asset.v1p2beta1
A client to Cloud Asset API
The interfaces provided are listed below, along with usage samples.
======================= AssetServiceClient =======================
Service Description: Asset service definition.
Sample for AssetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AssetServiceClient assetServiceClient = AssetServiceClient.create()) {
String parent = "parent-995424086";
Feed response = assetServiceClient.createFeed(parent);
}
-
Class Summary Class Description Asset Cloud asset.Asset.Builder Cloud asset.AssetProto AssetServiceClient Service Description: Asset service definition.AssetServiceGrpc Asset service definition.AssetServiceGrpc.AssetServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service AssetService.AssetServiceGrpc.AssetServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service AssetService.AssetServiceGrpc.AssetServiceImplBase Base class for the server implementation of the service AssetService.AssetServiceGrpc.AssetServiceStub A stub to allow clients to do asynchronous rpc calls to service AssetService.AssetServiceProto AssetServiceSettings Settings class to configure an instance ofAssetServiceClient
.AssetServiceSettings.Builder Builder for AssetServiceSettings.CreateFeedRequest Create asset feed request.CreateFeedRequest.Builder Create asset feed request.DeleteFeedRequest Protobuf typegoogle.cloud.asset.v1p2beta1.DeleteFeedRequest
DeleteFeedRequest.Builder Protobuf typegoogle.cloud.asset.v1p2beta1.DeleteFeedRequest
Feed An asset feed used to export asset updates to a destinations.Feed.Builder An asset feed used to export asset updates to a destinations.FeedName FeedName.Builder Builder for projects/{project}/feeds/{feed}.FeedName.FolderFeedBuilder Builder for folders/{folder}/feeds/{feed}.FeedName.OrganizationFeedBuilder Builder for organizations/{organization}/feeds/{feed}.FeedOutputConfig Output configuration for asset feed destination.FeedOutputConfig.Builder Output configuration for asset feed destination.GcsDestination A Cloud Storage location.GcsDestination.Builder A Cloud Storage location.GetFeedRequest Get asset feed request.GetFeedRequest.Builder Get asset feed request.ListFeedsRequest List asset feeds request.ListFeedsRequest.Builder List asset feeds request.ListFeedsResponse Protobuf typegoogle.cloud.asset.v1p2beta1.ListFeedsResponse
ListFeedsResponse.Builder Protobuf typegoogle.cloud.asset.v1p2beta1.ListFeedsResponse
OutputConfig Output configuration for export assets destination.OutputConfig.Builder Output configuration for export assets destination.PubsubDestination A Cloud Pubsub destination.PubsubDestination.Builder A Cloud Pubsub destination.Resource Representation of a cloud resource.Resource.Builder Representation of a cloud resource.TemporalAsset Temporal asset.TemporalAsset.Builder Temporal asset.TimeWindow A time window of (start_time, end_time].TimeWindow.Builder A time window of (start_time, end_time].UpdateFeedRequest Update asset feed request.UpdateFeedRequest.Builder Update asset feed request. -
Enum Summary Enum Description ContentType Asset content type.FeedOutputConfig.DestinationCase GcsDestination.ObjectUriCase OutputConfig.DestinationCase