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 AttachedResourceAttachedResource.Builder. build()AttachedResourceAttachedResource.Builder. buildPartial()AttachedResourceResourceSearchResult.Builder. getAttachedResources(int index)Attached resources of this resource.AttachedResourceResourceSearchResult. getAttachedResources(int index)Attached resources of this resource.AttachedResourceResourceSearchResultOrBuilder. getAttachedResources(int index)Attached resources of this resource.static AttachedResourceAttachedResource. getDefaultInstance()AttachedResourceAttachedResource.Builder. getDefaultInstanceForType()AttachedResourceAttachedResource. getDefaultInstanceForType()static AttachedResourceAttachedResource. parseDelimitedFrom(InputStream input)static AttachedResourceAttachedResource. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedResourceAttachedResource. parseFrom(byte[] data)static AttachedResourceAttachedResource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedResourceAttachedResource. parseFrom(com.google.protobuf.ByteString data)static AttachedResourceAttachedResource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedResourceAttachedResource. parseFrom(com.google.protobuf.CodedInputStream input)static AttachedResourceAttachedResource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedResourceAttachedResource. parseFrom(InputStream input)static AttachedResourceAttachedResource. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttachedResourceAttachedResource. parseFrom(ByteBuffer data)static AttachedResourceAttachedResource. 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.BuilderResourceSearchResult.Builder. addAttachedResources(int index, AttachedResource value)Attached resources of this resource.ResourceSearchResult.BuilderResourceSearchResult.Builder. addAttachedResources(AttachedResource value)Attached resources of this resource.AttachedResource.BuilderAttachedResource.Builder. mergeFrom(AttachedResource other)static AttachedResource.BuilderAttachedResource. newBuilder(AttachedResource prototype)ResourceSearchResult.BuilderResourceSearchResult.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.BuilderResourceSearchResult.Builder. addAllAttachedResources(Iterable<? extends AttachedResource> values)Attached resources of this resource.
-