Package | Description |
---|---|
com.google.cloud.asset.v1p2beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
FeedName |
FeedName.Builder.build() |
FeedName |
FeedName.FolderFeedBuilder.build() |
FeedName |
FeedName.OrganizationFeedBuilder.build() |
static FeedName |
FeedName.of(String project,
String feed) |
static FeedName |
FeedName.ofFolderFeedName(String folder,
String feed) |
static FeedName |
FeedName.ofOrganizationFeedName(String organization,
String feed) |
static FeedName |
FeedName.ofProjectFeedName(String project,
String feed) |
static FeedName |
FeedName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<FeedName> |
FeedName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
void |
AssetServiceClient.deleteFeed(FeedName name)
Deletes an asset feed.
|
Feed |
AssetServiceClient.getFeed(FeedName name)
Gets details about an asset feed.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
FeedName.toStringList(List<FeedName> values) |
Copyright © 2022 Google LLC. All rights reserved.