Exemplo n.º 1
0
        public void AggregatedList()
        {
            moq::Mock <MachineTypes.MachineTypesClient> mockGrpcClient = new moq::Mock <MachineTypes.MachineTypesClient>(moq::MockBehavior.Strict);
            AggregatedListMachineTypesRequest           request        = new AggregatedListMachineTypesRequest
            {
                Project = "projectaa6ff846",
            };
            MachineTypeAggregatedList expectedResponse = new MachineTypeAggregatedList
            {
                Id            = "id74b70bb8",
                Kind          = "kindf7aa39d9",
                Warning       = new Warning(),
                NextPageToken = "next_page_tokendbee0940",
                Items         =
                {
                    {
                        "key8a0b6e3c",
                        new MachineTypesScopedList()
                    },
                },
                SelfLink     = "self_link7e87f12d",
                Unreachables =
                {
                    "unreachables3ca950ee",
                },
            };

            mockGrpcClient.Setup(x => x.AggregatedList(request, moq::It.IsAny <grpccore::CallOptions>())).Returns(expectedResponse);
            MachineTypesClient        client   = new MachineTypesClientImpl(mockGrpcClient.Object, null);
            MachineTypeAggregatedList response = client.AggregatedList(request.Project);

            xunit::Assert.Same(expectedResponse, response);
            mockGrpcClient.VerifyAll();
        }
Exemplo n.º 2
0
        /// <summary>Snippet for AggregatedListAsync</summary>
        public async Task AggregatedListRequestObjectAsync()
        {
            // Snippet: AggregatedListAsync(AggregatedListMachineTypesRequest, CallSettings)
            // Create client
            MachineTypesClient machineTypesClient = await MachineTypesClient.CreateAsync();

            // Initialize request argument(s)
            AggregatedListMachineTypesRequest request = new AggregatedListMachineTypesRequest
            {
                OrderBy              = "",
                Project              = "",
                Filter               = "",
                IncludeAllScopes     = false,
                ReturnPartialSuccess = false,
            };
            // Make the request
            PagedAsyncEnumerable <MachineTypeAggregatedList, KeyValuePair <string, MachineTypesScopedList> > response = machineTypesClient.AggregatedListAsync(request);

            // Iterate over all response items, lazily performing RPCs as required
            await response.ForEachAsync((KeyValuePair <string, MachineTypesScopedList> item) =>
            {
                // Do something with each item
                Console.WriteLine(item);
            });

            // Or iterate over pages (of server-defined size), performing one RPC per page
            await response.AsRawResponses().ForEachAsync((MachineTypeAggregatedList page) =>
            {
                // Do something with each page of items
                Console.WriteLine("A page of results:");
                foreach (KeyValuePair <string, MachineTypesScopedList> item in page)
                {
                    // Do something with each item
                    Console.WriteLine(item);
                }
            });

            // Or retrieve a single page of known size (unless it's the final page), performing as many RPCs as required
            int pageSize = 10;
            Page <KeyValuePair <string, MachineTypesScopedList> > singlePage = await response.ReadPageAsync(pageSize);

            // Do something with the page of items
            Console.WriteLine($"A page of {pageSize} results (unless it's the final page):");
            foreach (KeyValuePair <string, MachineTypesScopedList> item in singlePage)
            {
                // Do something with each item
                Console.WriteLine(item);
            }
            // Store the pageToken, for when the next page is required.
            string nextPageToken = singlePage.NextPageToken;
            // End snippet
        }
Exemplo n.º 3
0
        public async stt::Task AggregatedListRequestObjectAsync()
        {
            moq::Mock <MachineTypes.MachineTypesClient> mockGrpcClient = new moq::Mock <MachineTypes.MachineTypesClient>(moq::MockBehavior.Strict);
            AggregatedListMachineTypesRequest           request        = new AggregatedListMachineTypesRequest
            {
                PageToken            = "page_tokenf09e5538",
                MaxResults           = 2806814450U,
                Filter               = "filtere47ac9b2",
                IncludeAllScopes     = false,
                OrderBy              = "order_byb4d33ada",
                Project              = "projectaa6ff846",
                ReturnPartialSuccess = false,
            };
            MachineTypeAggregatedList expectedResponse = new MachineTypeAggregatedList
            {
                Id            = "id74b70bb8",
                Kind          = "kindf7aa39d9",
                Warning       = new Warning(),
                NextPageToken = "next_page_tokendbee0940",
                Items         =
                {
                    {
                        "key8a0b6e3c",
                        new MachineTypesScopedList()
                    },
                },
                SelfLink     = "self_link7e87f12d",
                Unreachables =
                {
                    "unreachables3ca950ee",
                },
            };

            mockGrpcClient.Setup(x => x.AggregatedListAsync(request, moq::It.IsAny <grpccore::CallOptions>())).Returns(new grpccore::AsyncUnaryCall <MachineTypeAggregatedList>(stt::Task.FromResult(expectedResponse), null, null, null, null));
            MachineTypesClient        client = new MachineTypesClientImpl(mockGrpcClient.Object, null);
            MachineTypeAggregatedList responseCallSettings = await client.AggregatedListAsync(request, gaxgrpc::CallSettings.FromCancellationToken(st::CancellationToken.None));

            xunit::Assert.Same(expectedResponse, responseCallSettings);
            MachineTypeAggregatedList responseCancellationToken = await client.AggregatedListAsync(request, st::CancellationToken.None);

            xunit::Assert.Same(expectedResponse, responseCancellationToken);
            mockGrpcClient.VerifyAll();
        }
Exemplo n.º 4
0
 /// <summary>Snippet for AggregatedList</summary>
 public void AggregatedListRequestObject()
 {
     // Snippet: AggregatedList(AggregatedListMachineTypesRequest, CallSettings)
     // Create client
     MachineTypesClient machineTypesClient = MachineTypesClient.Create();
     // Initialize request argument(s)
     AggregatedListMachineTypesRequest request = new AggregatedListMachineTypesRequest
     {
         PageToken            = "",
         MaxResults           = 0U,
         OrderBy              = "",
         Project              = "",
         Filter               = "",
         IncludeAllScopes     = false,
         ReturnPartialSuccess = false,
     };
     // Make the request
     MachineTypeAggregatedList response = machineTypesClient.AggregatedList(request);
     // End snippet
 }
Exemplo n.º 5
0
        /// <summary>Snippet for AggregatedListAsync</summary>
        public async Task AggregatedListRequestObjectAsync()
        {
            // Snippet: AggregatedListAsync(AggregatedListMachineTypesRequest, CallSettings)
            // Additional: AggregatedListAsync(AggregatedListMachineTypesRequest, CancellationToken)
            // Create client
            MachineTypesClient machineTypesClient = await MachineTypesClient.CreateAsync();

            // Initialize request argument(s)
            AggregatedListMachineTypesRequest request = new AggregatedListMachineTypesRequest
            {
                PageToken            = "",
                MaxResults           = 0U,
                OrderBy              = "",
                Project              = "",
                Filter               = "",
                IncludeAllScopes     = false,
                ReturnPartialSuccess = false,
            };
            // Make the request
            MachineTypeAggregatedList response = await machineTypesClient.AggregatedListAsync(request);

            // End snippet
        }