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 FeedNameFeedName.Builder. build()FeedNameFeedName.FolderFeedBuilder. build()FeedNameFeedName.OrganizationFeedBuilder. build()static FeedNameFeedName. of(String project, String feed)static FeedNameFeedName. ofFolderFeedName(String folder, String feed)static FeedNameFeedName. ofOrganizationFeedName(String organization, String feed)static FeedNameFeedName. ofProjectFeedName(String project, String feed)static FeedNameFeedName. 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 voidAssetServiceClient. deleteFeed(FeedName name)Deletes an asset feed.FeedAssetServiceClient. 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)
-