public virtual grpc::AsyncUnaryCall <global::Yandex.Cloud.Vpc.V1.ListAddressesResponse> ListAsync(global::Yandex.Cloud.Vpc.V1.ListAddressesRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_List, null, options, request));
 }
 public virtual grpc::AsyncUnaryCall <global::Yandex.Cloud.Vpc.V1.ListAddressesResponse> ListAsync(global::Yandex.Cloud.Vpc.V1.ListAddressesRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(ListAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }