Class ProgramsServiceClient.ListProgramsFixedSizeCollection (1.23.0)

public static class ProgramsServiceClient.ListProgramsFixedSizeCollection extends AbstractFixedSizeCollection<ListProgramsRequest,ListProgramsResponse,Program,ProgramsServiceClient.ListProgramsPage,ProgramsServiceClient.ListProgramsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ProgramsServiceClient.ListProgramsFixedSizeCollection

Methods

createCollection(@Nullable List<ProgramsServiceClient.ListProgramsPage> pages, int collectionSize)

protected ProgramsServiceClient.ListProgramsFixedSizeCollection createCollection(@Nullable List<ProgramsServiceClient.ListProgramsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListProgramsPage>
collectionSize int
Returns
Type Description
ProgramsServiceClient.ListProgramsFixedSizeCollection
Overrides