Class SecretManagerServiceClient.ListLocationsFixedSizeCollection (2.39.0)

public static class SecretManagerServiceClient.ListLocationsFixedSizeCollection extends AbstractFixedSizeCollection<ListLocationsRequest,ListLocationsResponse,Location,SecretManagerServiceClient.ListLocationsPage,SecretManagerServiceClient.ListLocationsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > SecretManagerServiceClient.ListLocationsFixedSizeCollection

Methods

createCollection(List<SecretManagerServiceClient.ListLocationsPage> pages, int collectionSize)

protected SecretManagerServiceClient.ListLocationsFixedSizeCollection createCollection(List<SecretManagerServiceClient.ListLocationsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListLocationsPage>
collectionSizeint
Returns
TypeDescription
SecretManagerServiceClient.ListLocationsFixedSizeCollection
Overrides