Package com.google.cloud.asset.v1
Class FeedName.OrganizationFeedBuilder
- java.lang.Object
-
- com.google.cloud.asset.v1.FeedName.OrganizationFeedBuilder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OrganizationFeedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeedName
build()
String
getFeed()
String
getOrganization()
FeedName.OrganizationFeedBuilder
setFeed(String feed)
FeedName.OrganizationFeedBuilder
setOrganization(String organization)
-
-
-
Method Detail
-
getOrganization
public String getOrganization()
-
getFeed
public String getFeed()
-
setOrganization
public FeedName.OrganizationFeedBuilder setOrganization(String organization)
-
setFeed
public FeedName.OrganizationFeedBuilder setFeed(String feed)
-
build
public FeedName build()
-
-