public class Compute.Projects
extends java.lang.Object
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(java.lang.String project)
Returns the specified project resource.
|
Compute.Projects.SetCommonInstanceMetadata |
setCommonInstanceMetadata(java.lang.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(java.lang.String project,
UsageExportLocation content)
Sets usage export location
Create a request for the method "projects.setUsageExportBucket".
|
public Compute.Projects.Get get(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project resource to retrieve.java.io.IOException
public Compute.Projects.SetCommonInstanceMetadata setCommonInstanceMetadata(java.lang.String project, Metadata content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Name of the project scoping this request.content
- the Metadata
java.io.IOException
public Compute.Projects.SetUsageExportBucket setUsageExportBucket(java.lang.String project, UsageExportLocation content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.project
- Name of the project scoping this request.content
- the UsageExportLocation
java.io.IOException