Interface ListFeedsResponseOrBuilder (3.47.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.v1.Feed feeds = 1;

Parameter
Name Description
index int
Returns
Type Description
Feed

getFeedsCount()

public abstract int getFeedsCount()

A list of feeds.

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

Returns
Type Description
int

getFeedsList()

public abstract List<Feed> getFeedsList()

A list of feeds.

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

Returns
Type Description
List<Feed>

getFeedsOrBuilder(int index)

public abstract FeedOrBuilder getFeedsOrBuilder(int index)

A list of feeds.

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

Parameter
Name Description
index int
Returns
Type Description
FeedOrBuilder

getFeedsOrBuilderList()

public abstract List<? extends FeedOrBuilder> getFeedsOrBuilderList()

A list of feeds.

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

Returns
Type Description
List<? extends com.google.cloud.asset.v1.FeedOrBuilder>