Modifier and Type | Class and Description |
---|---|
class |
Compute.Projects.Get |
class |
Compute.Projects.SetCommonInstanceMetadata |
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.
|
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