partial void Modify_ListDockerImagesRequest(ref ListDockerImagesRequest request, ref gaxgrpc::CallSettings settings);
/// <summary> /// Lists docker images. /// </summary> /// <param name="request">The request object containing all of the parameters for the API call.</param> /// <param name="callSettings">If not null, applies overrides to this RPC call.</param> /// <returns>A pageable asynchronous sequence of <see cref="DockerImage"/> resources.</returns> public override gax::PagedAsyncEnumerable <ListDockerImagesResponse, DockerImage> ListDockerImagesAsync(ListDockerImagesRequest request, gaxgrpc::CallSettings callSettings = null) { Modify_ListDockerImagesRequest(ref request, ref callSettings); return(new gaxgrpc::GrpcPagedAsyncEnumerable <ListDockerImagesRequest, ListDockerImagesResponse, DockerImage>(_callListDockerImages, request, callSettings)); }
/// <summary> /// Lists docker images. /// </summary> /// <param name="request">The request object containing all of the parameters for the API call.</param> /// <param name="callSettings">If not null, applies overrides to this RPC call.</param> /// <returns>A pageable asynchronous sequence of <see cref="DockerImage"/> resources.</returns> public virtual gax::PagedAsyncEnumerable <ListDockerImagesResponse, DockerImage> ListDockerImagesAsync(ListDockerImagesRequest request, gaxgrpc::CallSettings callSettings = null) => throw new sys::NotImplementedException();