Uses of Class
com.google.cloud.asset.v1.AttachedResource
-
Packages that use AttachedResource Package Description com.google.cloud.asset.v1 A client to Cloud Asset API -
-
Uses of AttachedResource in com.google.cloud.asset.v1
Methods in com.google.cloud.asset.v1 that return AttachedResource Modifier and Type Method Description AttachedResource
AttachedResource.Builder. build()
AttachedResource
AttachedResource.Builder. buildPartial()
AttachedResource
ResourceSearchResult.Builder. getAttachedResources(int index)
Attached resources of this resource.AttachedResource
ResourceSearchResult. getAttachedResources(int index)
Attached resources of this resource.AttachedResource
ResourceSearchResultOrBuilder. getAttachedResources(int index)
Attached resources of this resource.static AttachedResource
AttachedResource. getDefaultInstance()
AttachedResource
AttachedResource.Builder. getDefaultInstanceForType()
AttachedResource
AttachedResource. getDefaultInstanceForType()
static AttachedResource
AttachedResource. parseDelimitedFrom(InputStream input)
static AttachedResource
AttachedResource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedResource
AttachedResource. parseFrom(byte[] data)
static AttachedResource
AttachedResource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedResource
AttachedResource. parseFrom(com.google.protobuf.ByteString data)
static AttachedResource
AttachedResource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedResource
AttachedResource. parseFrom(com.google.protobuf.CodedInputStream input)
static AttachedResource
AttachedResource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedResource
AttachedResource. parseFrom(InputStream input)
static AttachedResource
AttachedResource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AttachedResource
AttachedResource. parseFrom(ByteBuffer data)
static AttachedResource
AttachedResource. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1 that return types with arguments of type AttachedResource Modifier and Type Method Description List<AttachedResource>
ResourceSearchResult.Builder. getAttachedResourcesList()
Attached resources of this resource.List<AttachedResource>
ResourceSearchResult. getAttachedResourcesList()
Attached resources of this resource.List<AttachedResource>
ResourceSearchResultOrBuilder. getAttachedResourcesList()
Attached resources of this resource.com.google.protobuf.Parser<AttachedResource>
AttachedResource. getParserForType()
static com.google.protobuf.Parser<AttachedResource>
AttachedResource. parser()
Methods in com.google.cloud.asset.v1 with parameters of type AttachedResource Modifier and Type Method Description ResourceSearchResult.Builder
ResourceSearchResult.Builder. addAttachedResources(int index, AttachedResource value)
Attached resources of this resource.ResourceSearchResult.Builder
ResourceSearchResult.Builder. addAttachedResources(AttachedResource value)
Attached resources of this resource.AttachedResource.Builder
AttachedResource.Builder. mergeFrom(AttachedResource other)
static AttachedResource.Builder
AttachedResource. newBuilder(AttachedResource prototype)
ResourceSearchResult.Builder
ResourceSearchResult.Builder. setAttachedResources(int index, AttachedResource value)
Attached resources of this resource.Method parameters in com.google.cloud.asset.v1 with type arguments of type AttachedResource Modifier and Type Method Description ResourceSearchResult.Builder
ResourceSearchResult.Builder. addAllAttachedResources(Iterable<? extends AttachedResource> values)
Attached resources of this resource.
-