target.apidocs.com.google.api.services.migrationcenter.v1.MigrationCenterAPI.Projects.Locations.Assets.html Maven / Gradle / Ivy
MigrationCenterAPI.Projects.Locations.Assets (Migration Center API v1-rev20240620-2.0.0)
com.google.api.services.migrationcenter.v1
Class MigrationCenterAPI.Projects.Locations.Assets
- java.lang.Object
-
- com.google.api.services.migrationcenter.v1.MigrationCenterAPI.Projects.Locations.Assets
-
- Enclosing class:
- MigrationCenterAPI.Projects.Locations
public class MigrationCenterAPI.Projects.Locations.Assets
extends Object
The "assets" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
MigrationCenterAPI.Projects.Locations.Assets.AggregateValues
class
MigrationCenterAPI.Projects.Locations.Assets.BatchDelete
class
MigrationCenterAPI.Projects.Locations.Assets.BatchUpdate
class
MigrationCenterAPI.Projects.Locations.Assets.Delete
class
MigrationCenterAPI.Projects.Locations.Assets.Get
class
MigrationCenterAPI.Projects.Locations.Assets.List
class
MigrationCenterAPI.Projects.Locations.Assets.Patch
class
MigrationCenterAPI.Projects.Locations.Assets.ReportAssetFrames
-
Constructor Summary
Constructors
Constructor and Description
Assets()
-
Method Summary
-
-
Method Detail
-
aggregateValues
public MigrationCenterAPI.Projects.Locations.Assets.AggregateValues aggregateValues(String parent,
AggregateAssetsValuesRequest content)
throws IOException
Aggregates the requested fields based on provided function.
Create a request for the method "assets.aggregateValues".
This request holds the parameters needed by the migrationcenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
parent
- Required. Parent value for `AggregateAssetsValuesRequest`.
content
- the AggregateAssetsValuesRequest
- Returns:
- the request
- Throws:
IOException
-
batchDelete
public MigrationCenterAPI.Projects.Locations.Assets.BatchDelete batchDelete(String parent,
BatchDeleteAssetsRequest content)
throws IOException
Deletes list of Assets.
Create a request for the method "assets.batchDelete".
This request holds the parameters needed by the migrationcenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
parent
- Required. Parent value for batch asset delete.
content
- the BatchDeleteAssetsRequest
- Returns:
- the request
- Throws:
IOException
-
batchUpdate
public MigrationCenterAPI.Projects.Locations.Assets.BatchUpdate batchUpdate(String parent,
BatchUpdateAssetsRequest content)
throws IOException
Updates the parameters of a list of assets.
Create a request for the method "assets.batchUpdate".
This request holds the parameters needed by the migrationcenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
parent
- Required. Parent value for batch asset update.
content
- the BatchUpdateAssetsRequest
- Returns:
- the request
- Throws:
IOException
-
delete
public MigrationCenterAPI.Projects.Locations.Assets.Delete delete(String name)
throws IOException
Deletes an asset.
Create a request for the method "assets.delete".
This request holds the parameters needed by the migrationcenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. Name of the resource.
- Returns:
- the request
- Throws:
IOException
-
get
public MigrationCenterAPI.Projects.Locations.Assets.Get get(String name)
throws IOException
Gets the details of an asset.
Create a request for the method "assets.get".
This request holds the parameters needed by the migrationcenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. Name of the resource.
- Returns:
- the request
- Throws:
IOException
-
list
public MigrationCenterAPI.Projects.Locations.Assets.List list(String parent)
throws IOException
Lists all the assets in a given project and location.
Create a request for the method "assets.list".
This request holds the parameters needed by the migrationcenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. Parent value for `ListAssetsRequest`.
- Returns:
- the request
- Throws:
IOException
-
patch
public MigrationCenterAPI.Projects.Locations.Assets.Patch patch(String name,
Asset content)
throws IOException
Updates the parameters of an asset.
Create a request for the method "assets.patch".
This request holds the parameters needed by the migrationcenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Output only. The full name of the asset.
content
- the Asset
- Returns:
- the request
- Throws:
IOException
-
reportAssetFrames
public MigrationCenterAPI.Projects.Locations.Assets.ReportAssetFrames reportAssetFrames(String parent,
Frames content)
throws IOException
Reports a set of frames.
Create a request for the method "assets.reportAssetFrames".
This request holds the parameters needed by the migrationcenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
parent
- Required. Parent of the resource.
content
- the Frames
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy