Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
TemporalAsset |
TemporalAsset.Builder.build() |
TemporalAsset |
TemporalAsset.Builder.buildPartial() |
TemporalAsset |
BatchGetAssetsHistoryResponse.getAssets(int index)
A list of assets with valid time windows.
|
TemporalAsset |
BatchGetAssetsHistoryResponse.Builder.getAssets(int index)
A list of assets with valid time windows.
|
TemporalAsset |
BatchGetAssetsHistoryResponseOrBuilder.getAssets(int index)
A list of assets with valid time windows.
|
static TemporalAsset |
TemporalAsset.getDefaultInstance() |
TemporalAsset |
TemporalAsset.getDefaultInstanceForType() |
TemporalAsset |
TemporalAsset.Builder.getDefaultInstanceForType() |
static TemporalAsset |
TemporalAsset.parseDelimitedFrom(InputStream input) |
static TemporalAsset |
TemporalAsset.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static TemporalAsset |
TemporalAsset.parseFrom(byte[] data) |
static TemporalAsset |
TemporalAsset.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static TemporalAsset |
TemporalAsset.parseFrom(ByteBuffer data) |
static TemporalAsset |
TemporalAsset.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static TemporalAsset |
TemporalAsset.parseFrom(ByteString data) |
static TemporalAsset |
TemporalAsset.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static TemporalAsset |
TemporalAsset.parseFrom(CodedInputStream input) |
static TemporalAsset |
TemporalAsset.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static TemporalAsset |
TemporalAsset.parseFrom(InputStream input) |
static TemporalAsset |
TemporalAsset.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<TemporalAsset> |
BatchGetAssetsHistoryResponse.getAssetsList()
A list of assets with valid time windows.
|
List<TemporalAsset> |
BatchGetAssetsHistoryResponse.Builder.getAssetsList()
A list of assets with valid time windows.
|
List<TemporalAsset> |
BatchGetAssetsHistoryResponseOrBuilder.getAssetsList()
A list of assets with valid time windows.
|
Parser<TemporalAsset> |
TemporalAsset.getParserForType() |
static Parser<TemporalAsset> |
TemporalAsset.parser() |
Modifier and Type | Method and Description |
---|---|
BatchGetAssetsHistoryResponse.Builder |
BatchGetAssetsHistoryResponse.Builder.addAssets(int index,
TemporalAsset value)
A list of assets with valid time windows.
|
BatchGetAssetsHistoryResponse.Builder |
BatchGetAssetsHistoryResponse.Builder.addAssets(TemporalAsset value)
A list of assets with valid time windows.
|
TemporalAsset.Builder |
TemporalAsset.Builder.mergeFrom(TemporalAsset other) |
static TemporalAsset.Builder |
TemporalAsset.newBuilder(TemporalAsset prototype) |
BatchGetAssetsHistoryResponse.Builder |
BatchGetAssetsHistoryResponse.Builder.setAssets(int index,
TemporalAsset value)
A list of assets with valid time windows.
|
Modifier and Type | Method and Description |
---|---|
BatchGetAssetsHistoryResponse.Builder |
BatchGetAssetsHistoryResponse.Builder.addAllAssets(Iterable<? extends TemporalAsset> values)
A list of assets with valid time windows.
|
Copyright © 2022 Google LLC. All rights reserved.