Class SecretManagerServiceClient.ListLocationsFixedSizeCollection (2.42.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
Name Description
pages List<ListLocationsPage>
collectionSize int
Returns
Type Description
SecretManagerServiceClient.ListLocationsFixedSizeCollection
Overrides