Package | Description |
---|---|
com.google.cloud.asset.v1p5beta1 |
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 |
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() |
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.
|
Asset.Builder |
Asset.Builder.mergeFrom(Asset other) |
static Asset.Builder |
Asset.newBuilder(Asset prototype) |
ListAssetsResponse.Builder |
ListAssetsResponse.Builder.setAssets(int index,
Asset value)
Assets.
|
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.