Package | Description |
---|---|
com.google.cloud.asset.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
ProjectName |
ProjectName.Builder.build() |
static ProjectName |
ProjectName.of(String project) |
static ProjectName |
ProjectName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ProjectName> |
ProjectName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
SavedQuery |
AssetServiceClient.createSavedQuery(ProjectName parent,
SavedQuery savedQuery,
String savedQueryId)
Creates a saved query in a parent project/folder/organization.
|
AssetServiceClient.ListSavedQueriesPagedResponse |
AssetServiceClient.listSavedQueries(ProjectName parent)
Lists all saved queries in a parent project/folder/organization.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
ProjectName.toStringList(List<ProjectName> values) |
Copyright © 2022 Google LLC. All rights reserved.