Modifier and Type | Class and Description |
---|---|
class |
Compute.Projects.Get |
class |
Compute.Projects.SetCommonInstanceMetadata |
class |
Compute.Projects.SetUsageExportBucket |
Constructor and Description |
---|
Compute.Projects() |
Modifier and Type | Method and Description |
---|---|
Compute.Projects.Get |
get(String project)
Returns the specified project resource.
|
Compute.Projects.SetCommonInstanceMetadata |
setCommonInstanceMetadata(String project,
Metadata content)
Sets metadata common to all instances within the specified project using the data included in the
request.
|
Compute.Projects.SetUsageExportBucket |
setUsageExportBucket(String project,
UsageExportLocation content)
Sets usage export location
Create a request for the method "projects.setUsageExportBucket".
|
public Compute.Projects.Get get(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project resource to retrieve.IOException
public Compute.Projects.SetCommonInstanceMetadata setCommonInstanceMetadata(String project, Metadata content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Name of the project scoping this request.content
- the Metadata
IOException
public Compute.Projects.SetUsageExportBucket setUsageExportBucket(String project, UsageExportLocation content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Name of the project scoping this request.content
- the UsageExportLocation
IOException