Package | Description |
---|---|
com.google.cloud.asset.v1p7beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
RelatedAssets |
RelatedAssets.Builder.build() |
RelatedAssets |
RelatedAssets.Builder.buildPartial() |
static RelatedAssets |
RelatedAssets.getDefaultInstance() |
RelatedAssets |
RelatedAssets.getDefaultInstanceForType() |
RelatedAssets |
RelatedAssets.Builder.getDefaultInstanceForType() |
RelatedAssets |
Asset.getRelatedAssets()
The related assets of the asset of one relationship type.
|
RelatedAssets |
Asset.Builder.getRelatedAssets()
The related assets of the asset of one relationship type.
|
RelatedAssets |
AssetOrBuilder.getRelatedAssets()
The related assets of the asset of one relationship type.
|
static RelatedAssets |
RelatedAssets.parseDelimitedFrom(InputStream input) |
static RelatedAssets |
RelatedAssets.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static RelatedAssets |
RelatedAssets.parseFrom(byte[] data) |
static RelatedAssets |
RelatedAssets.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static RelatedAssets |
RelatedAssets.parseFrom(ByteBuffer data) |
static RelatedAssets |
RelatedAssets.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static RelatedAssets |
RelatedAssets.parseFrom(ByteString data) |
static RelatedAssets |
RelatedAssets.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static RelatedAssets |
RelatedAssets.parseFrom(CodedInputStream input) |
static RelatedAssets |
RelatedAssets.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static RelatedAssets |
RelatedAssets.parseFrom(InputStream input) |
static RelatedAssets |
RelatedAssets.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<RelatedAssets> |
RelatedAssets.getParserForType() |
static Parser<RelatedAssets> |
RelatedAssets.parser() |
Modifier and Type | Method and Description |
---|---|
RelatedAssets.Builder |
RelatedAssets.Builder.mergeFrom(RelatedAssets other) |
Asset.Builder |
Asset.Builder.mergeRelatedAssets(RelatedAssets value)
The related assets of the asset of one relationship type.
|
static RelatedAssets.Builder |
RelatedAssets.newBuilder(RelatedAssets prototype) |
Asset.Builder |
Asset.Builder.setRelatedAssets(RelatedAssets value)
The related assets of the asset of one relationship type.
|
Copyright © 2022 Google LLC. All rights reserved.