Modifier and Type | Class and Description |
---|---|
class |
Compute.PreviewFeatures.Get |
class |
Compute.PreviewFeatures.List |
class |
Compute.PreviewFeatures.Update |
Constructor and Description |
---|
PreviewFeatures() |
Modifier and Type | Method and Description |
---|---|
Compute.PreviewFeatures.Get |
get(String project,
String previewFeature)
Returns the details of the given PreviewFeature.
|
Compute.PreviewFeatures.List |
list(String project)
Returns the details of the given PreviewFeature.
|
Compute.PreviewFeatures.Update |
update(String project,
String previewFeature,
PreviewFeature content)
Patches the given PreviewFeature.
|
public Compute.PreviewFeatures.Get get(String project, String previewFeature) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.previewFeature
- Name of the PreviewFeature for this request.IOException
public Compute.PreviewFeatures.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.IOException
public Compute.PreviewFeatures.Update update(String project, String previewFeature, PreviewFeature content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.previewFeature
- Name of the PreviewFeature for this request.content
- the PreviewFeature
IOException
Copyright © 2011–2025 Google. All rights reserved.