Uses of Class
com.google.cloud.asset.v1p2beta1.FeedName
-
Packages that use FeedName Package Description com.google.cloud.asset.v1p2beta1 A client to Cloud Asset API -
-
Uses of FeedName in com.google.cloud.asset.v1p2beta1
Methods in com.google.cloud.asset.v1p2beta1 that return FeedName Modifier and Type Method 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)
Methods in com.google.cloud.asset.v1p2beta1 that return types with arguments of type FeedName Modifier and Type Method Description static List<FeedName>
FeedName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.asset.v1p2beta1 with parameters of type FeedName Modifier and Type Method Description void
AssetServiceClient. deleteFeed(FeedName name)
Deletes an asset feed.Feed
AssetServiceClient. getFeed(FeedName name)
Gets details about an asset feed.Method parameters in com.google.cloud.asset.v1p2beta1 with type arguments of type FeedName Modifier and Type Method Description static List<String>
FeedName. toStringList(List<FeedName> values)
-