Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
Asset |
Asset.Builder.build() |
Asset |
Asset.Builder.buildPartial() |
Asset |
TemporalAsset.getAsset()
An asset in Google Cloud.
|
Asset |
TemporalAsset.Builder.getAsset()
An asset in Google Cloud.
|
Asset |
TemporalAssetOrBuilder.getAsset()
An asset in Google Cloud.
|
Asset |
ListAssetsResponse.getAssets(int index)
Assets.
|
Asset |
ListAssetsResponse.Builder.getAssets(int index)
Assets.
|
Asset |
ListAssetsResponseOrBuilder.getAssets(int index)
Assets.
|
static Asset |
Asset.getDefaultInstance() |
Asset |
Asset.getDefaultInstanceForType() |
Asset |
Asset.Builder.getDefaultInstanceForType() |
Asset |
TemporalAsset.getPriorAsset()
Prior copy of the asset.
|
Asset |
TemporalAsset.Builder.getPriorAsset()
Prior copy of the asset.
|
Asset |
TemporalAssetOrBuilder.getPriorAsset()
Prior copy of the asset.
|
static Asset |
Asset.parseDelimitedFrom(InputStream input) |
static Asset |
Asset.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Asset |
Asset.parseFrom(byte[] data) |
static Asset |
Asset.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Asset |
Asset.parseFrom(ByteBuffer data) |
static Asset |
Asset.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Asset |
Asset.parseFrom(ByteString data) |
static Asset |
Asset.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Asset |
Asset.parseFrom(CodedInputStream input) |
static Asset |
Asset.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Asset |
Asset.parseFrom(InputStream input) |
static Asset |
Asset.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Asset> |
ListAssetsResponse.getAssetsList()
Assets.
|
List<Asset> |
ListAssetsResponse.Builder.getAssetsList()
Assets.
|
List<Asset> |
ListAssetsResponseOrBuilder.getAssetsList()
Assets.
|
Parser<Asset> |
Asset.getParserForType() |
static Parser<Asset> |
Asset.parser() |
Modifier and Type | Method and Description |
---|---|
ListAssetsResponse.Builder |
ListAssetsResponse.Builder.addAssets(Asset value)
Assets.
|
ListAssetsResponse.Builder |
ListAssetsResponse.Builder.addAssets(int index,
Asset value)
Assets.
|
TemporalAsset.Builder |
TemporalAsset.Builder.mergeAsset(Asset value)
An asset in Google Cloud.
|
Asset.Builder |
Asset.Builder.mergeFrom(Asset other) |
TemporalAsset.Builder |
TemporalAsset.Builder.mergePriorAsset(Asset value)
Prior copy of the asset.
|
static Asset.Builder |
Asset.newBuilder(Asset prototype) |
TemporalAsset.Builder |
TemporalAsset.Builder.setAsset(Asset value)
An asset in Google Cloud.
|
ListAssetsResponse.Builder |
ListAssetsResponse.Builder.setAssets(int index,
Asset value)
Assets.
|
TemporalAsset.Builder |
TemporalAsset.Builder.setPriorAsset(Asset value)
Prior copy of the asset.
|
Modifier and Type | Method and Description |
---|---|
ListAssetsResponse.Builder |
ListAssetsResponse.Builder.addAllAssets(Iterable<? extends Asset> values)
Assets.
|
static com.google.api.core.ApiFuture<AssetServiceClient.ListAssetsPagedResponse> |
AssetServiceClient.ListAssetsPagedResponse.createAsync(PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context,
com.google.api.core.ApiFuture<ListAssetsResponse> futureResponse) |
protected AssetServiceClient.ListAssetsPage |
AssetServiceClient.ListAssetsPage.createPage(PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context,
ListAssetsResponse response) |
com.google.api.core.ApiFuture<AssetServiceClient.ListAssetsPage> |
AssetServiceClient.ListAssetsPage.createPageAsync(PageContext<ListAssetsRequest,ListAssetsResponse,Asset> context,
com.google.api.core.ApiFuture<ListAssetsResponse> futureResponse) |
Copyright © 2022 Google LLC. All rights reserved.