Uses of Class
com.google.cloud.asset.v1p7beta1.RelatedAssets
-
Packages that use RelatedAssets Package Description com.google.cloud.asset.v1p7beta1 A client to Cloud Asset API -
-
Uses of RelatedAssets in com.google.cloud.asset.v1p7beta1
Methods in com.google.cloud.asset.v1p7beta1 that return RelatedAssets Modifier and Type Method Description RelatedAssets
RelatedAssets.Builder. build()
RelatedAssets
RelatedAssets.Builder. buildPartial()
static RelatedAssets
RelatedAssets. getDefaultInstance()
RelatedAssets
RelatedAssets.Builder. getDefaultInstanceForType()
RelatedAssets
RelatedAssets. getDefaultInstanceForType()
RelatedAssets
Asset.Builder. getRelatedAssets()
The related assets of the asset of one relationship type.RelatedAssets
Asset. 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedAssets
RelatedAssets. parseFrom(byte[] data)
static RelatedAssets
RelatedAssets. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedAssets
RelatedAssets. parseFrom(com.google.protobuf.ByteString data)
static RelatedAssets
RelatedAssets. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedAssets
RelatedAssets. parseFrom(com.google.protobuf.CodedInputStream input)
static RelatedAssets
RelatedAssets. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedAssets
RelatedAssets. parseFrom(InputStream input)
static RelatedAssets
RelatedAssets. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedAssets
RelatedAssets. parseFrom(ByteBuffer data)
static RelatedAssets
RelatedAssets. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1p7beta1 that return types with arguments of type RelatedAssets Modifier and Type Method Description com.google.protobuf.Parser<RelatedAssets>
RelatedAssets. getParserForType()
static com.google.protobuf.Parser<RelatedAssets>
RelatedAssets. parser()
Methods in com.google.cloud.asset.v1p7beta1 with parameters of type RelatedAssets Modifier and Type Method 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.
-