public interface AttachedResourceOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAssetType()
The type of this attached resource.
|
ByteString |
getAssetTypeBytes()
The type of this attached resource.
|
VersionedResource |
getVersionedResources(int index)
Versioned resource representations of this attached resource.
|
int |
getVersionedResourcesCount()
Versioned resource representations of this attached resource.
|
List<VersionedResource> |
getVersionedResourcesList()
Versioned resource representations of this attached resource.
|
VersionedResourceOrBuilder |
getVersionedResourcesOrBuilder(int index)
Versioned resource representations of this attached resource.
|
List<? extends VersionedResourceOrBuilder> |
getVersionedResourcesOrBuilderList()
Versioned resource representations of this attached resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getAssetType()
The type of this attached resource. Example: `osconfig.googleapis.com/Inventory` You can find the supported attached asset types of each resource in this table: `https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types`
string asset_type = 1;
ByteString getAssetTypeBytes()
The type of this attached resource. Example: `osconfig.googleapis.com/Inventory` You can find the supported attached asset types of each resource in this table: `https://cloud.google.com/asset-inventory/docs/supported-asset-types#searchable_asset_types`
string asset_type = 1;
List<VersionedResource> getVersionedResourcesList()
Versioned resource representations of this attached resource. This is repeated because there could be multiple versions of the attached resource representations during version migration.
repeated .google.cloud.asset.v1.VersionedResource versioned_resources = 3;
VersionedResource getVersionedResources(int index)
Versioned resource representations of this attached resource. This is repeated because there could be multiple versions of the attached resource representations during version migration.
repeated .google.cloud.asset.v1.VersionedResource versioned_resources = 3;
int getVersionedResourcesCount()
Versioned resource representations of this attached resource. This is repeated because there could be multiple versions of the attached resource representations during version migration.
repeated .google.cloud.asset.v1.VersionedResource versioned_resources = 3;
List<? extends VersionedResourceOrBuilder> getVersionedResourcesOrBuilderList()
Versioned resource representations of this attached resource. This is repeated because there could be multiple versions of the attached resource representations during version migration.
repeated .google.cloud.asset.v1.VersionedResource versioned_resources = 3;
VersionedResourceOrBuilder getVersionedResourcesOrBuilder(int index)
Versioned resource representations of this attached resource. This is repeated because there could be multiple versions of the attached resource representations during version migration.
repeated .google.cloud.asset.v1.VersionedResource versioned_resources = 3;
Copyright © 2022 Google LLC. All rights reserved.