Package-level declarations
Inherited functions
Link copied to clipboard
This paginator transforms the flow returned by listAttacksPaginated to access the nested member AttackSummary
Link copied to clipboard
fun ShieldClient.listAttacksPaginated(initialRequest: ListAttacksRequest = ListAttacksRequest { }): Flow<ListAttacksResponse>
fun ShieldClient.listAttacksPaginated(block: ListAttacksRequest.Builder.() -> Unit): Flow<ListAttacksResponse>
Paginate over ListAttacksResponse results.
Link copied to clipboard
fun ShieldClient.listProtectionGroupsPaginated(initialRequest: ListProtectionGroupsRequest = ListProtectionGroupsRequest { }): Flow<ListProtectionGroupsResponse>
fun ShieldClient.listProtectionGroupsPaginated(block: ListProtectionGroupsRequest.Builder.() -> Unit): Flow<ListProtectionGroupsResponse>
Paginate over ListProtectionGroupsResponse results.
Link copied to clipboard
fun ShieldClient.listProtectionsPaginated(initialRequest: ListProtectionsRequest = ListProtectionsRequest { }): Flow<ListProtectionsResponse>
fun ShieldClient.listProtectionsPaginated(block: ListProtectionsRequest.Builder.() -> Unit): Flow<ListProtectionsResponse>
Paginate over ListProtectionsResponse results.
Link copied to clipboard
fun ShieldClient.listResourcesInProtectionGroupPaginated(initialRequest: ListResourcesInProtectionGroupRequest): Flow<ListResourcesInProtectionGroupResponse>
fun ShieldClient.listResourcesInProtectionGroupPaginated(block: ListResourcesInProtectionGroupRequest.Builder.() -> Unit): Flow<ListResourcesInProtectionGroupResponse>
Paginate over ListResourcesInProtectionGroupResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listProtectionsPaginated to access the nested member Protection