Class AgentRegistryClient.ListBindingsFixedSizeCollection (0.2.0)

public static class AgentRegistryClient.ListBindingsFixedSizeCollection extends AbstractFixedSizeCollection<ListBindingsRequest,ListBindingsResponse,Binding,AgentRegistryClient.ListBindingsPage,AgentRegistryClient.ListBindingsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AgentRegistryClient.ListBindingsFixedSizeCollection

Methods

createCollection(@Nullable List<AgentRegistryClient.ListBindingsPage> pages, int collectionSize)

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