Interface ListFeedsResponseOrBuilder (3.45.0)

public interface ListFeedsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeeds(int index)

public abstract Feed getFeeds(int index)

A list of feeds.

repeated .google.cloud.asset.v1p2beta1.Feed feeds = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Feed

getFeedsCount()

public abstract int getFeedsCount()

A list of feeds.

repeated .google.cloud.asset.v1p2beta1.Feed feeds = 1;

Returns
TypeDescription
int

getFeedsList()

public abstract List<Feed> getFeedsList()

A list of feeds.

repeated .google.cloud.asset.v1p2beta1.Feed feeds = 1;

Returns
TypeDescription
List<Feed>

getFeedsOrBuilder(int index)

public abstract FeedOrBuilder getFeedsOrBuilder(int index)

A list of feeds.

repeated .google.cloud.asset.v1p2beta1.Feed feeds = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeedOrBuilder

getFeedsOrBuilderList()

public abstract List<? extends FeedOrBuilder> getFeedsOrBuilderList()

A list of feeds.

repeated .google.cloud.asset.v1p2beta1.Feed feeds = 1;

Returns
TypeDescription
List<? extends com.google.cloud.asset.v1p2beta1.FeedOrBuilder>