Search in sources :

Example 6 with Location

use of com.google.cloud.location.Location in project gapic-generator-java by googleapis.

the class KeyManagementServiceClientTest method getLocationTest.

@Test
public void getLocationTest() throws Exception {
    Location expectedResponse = Location.newBuilder().setName("name3373707").setLocationId("locationId1541836720").setDisplayName("displayName1714148973").putAllLabels(new HashMap<String, String>()).setMetadata(Any.newBuilder().build()).build();
    mockLocations.addResponse(expectedResponse);
    GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
    Location actualResponse = client.getLocation(request);
    Assert.assertEquals(expectedResponse, actualResponse);
    List<AbstractMessage> actualRequests = mockLocations.getRequests();
    Assert.assertEquals(1, actualRequests.size());
    GetLocationRequest actualRequest = ((GetLocationRequest) actualRequests.get(0));
    Assert.assertEquals(request.getName(), actualRequest.getName());
    Assert.assertTrue(channelProvider.isHeaderSent(ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), GaxGrpcProperties.getDefaultApiClientHeaderPattern()));
}
Also used : AbstractMessage(com.google.protobuf.AbstractMessage) GetLocationRequest(com.google.cloud.location.GetLocationRequest) ByteString(com.google.protobuf.ByteString) Location(com.google.cloud.location.Location) Test(org.junit.Test)

Example 7 with Location

use of com.google.cloud.location.Location in project gapic-generator-java by googleapis.

the class KeyManagementServiceClientTest method listLocationsTest.

@Test
public void listLocationsTest() throws Exception {
    Location responsesElement = Location.newBuilder().build();
    ListLocationsResponse expectedResponse = ListLocationsResponse.newBuilder().setNextPageToken("").addAllLocations(Arrays.asList(responsesElement)).build();
    mockLocations.addResponse(expectedResponse);
    ListLocationsRequest request = ListLocationsRequest.newBuilder().setName("name3373707").setFilter("filter-1274492040").setPageSize(883849137).setPageToken("pageToken873572522").build();
    ListLocationsPagedResponse pagedListResponse = client.listLocations(request);
    List<Location> resources = Lists.newArrayList(pagedListResponse.iterateAll());
    Assert.assertEquals(1, resources.size());
    Assert.assertEquals(expectedResponse.getLocationsList().get(0), resources.get(0));
    List<AbstractMessage> actualRequests = mockLocations.getRequests();
    Assert.assertEquals(1, actualRequests.size());
    ListLocationsRequest actualRequest = ((ListLocationsRequest) actualRequests.get(0));
    Assert.assertEquals(request.getName(), actualRequest.getName());
    Assert.assertEquals(request.getFilter(), actualRequest.getFilter());
    Assert.assertEquals(request.getPageSize(), actualRequest.getPageSize());
    Assert.assertEquals(request.getPageToken(), actualRequest.getPageToken());
    Assert.assertTrue(channelProvider.isHeaderSent(ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), GaxGrpcProperties.getDefaultApiClientHeaderPattern()));
}
Also used : ListLocationsPagedResponse(com.google.cloud.kms.v1.KeyManagementServiceClient.ListLocationsPagedResponse) ListLocationsResponse(com.google.cloud.location.ListLocationsResponse) AbstractMessage(com.google.protobuf.AbstractMessage) ListLocationsRequest(com.google.cloud.location.ListLocationsRequest) Location(com.google.cloud.location.Location) Test(org.junit.Test)

Example 8 with Location

use of com.google.cloud.location.Location in project java-datastream by googleapis.

the class DatastreamClientTest method getLocationTest.

@Test
public void getLocationTest() throws Exception {
    Location expectedResponse = Location.newBuilder().setName("name3373707").setLocationId("locationId1541836720").setDisplayName("displayName1714148973").putAllLabels(new HashMap<String, String>()).setMetadata(Any.newBuilder().build()).build();
    mockLocations.addResponse(expectedResponse);
    GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
    Location actualResponse = client.getLocation(request);
    Assert.assertEquals(expectedResponse, actualResponse);
    List<AbstractMessage> actualRequests = mockLocations.getRequests();
    Assert.assertEquals(1, actualRequests.size());
    GetLocationRequest actualRequest = ((GetLocationRequest) actualRequests.get(0));
    Assert.assertEquals(request.getName(), actualRequest.getName());
    Assert.assertTrue(channelProvider.isHeaderSent(ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), GaxGrpcProperties.getDefaultApiClientHeaderPattern()));
}
Also used : AbstractMessage(com.google.protobuf.AbstractMessage) GetLocationRequest(com.google.cloud.location.GetLocationRequest) Location(com.google.cloud.location.Location) Test(org.junit.Test)

Example 9 with Location

use of com.google.cloud.location.Location in project java-datastream by googleapis.

the class DatastreamClientTest method listLocationsTest.

@Test
public void listLocationsTest() throws Exception {
    Location responsesElement = Location.newBuilder().build();
    ListLocationsResponse expectedResponse = ListLocationsResponse.newBuilder().setNextPageToken("").addAllLocations(Arrays.asList(responsesElement)).build();
    mockLocations.addResponse(expectedResponse);
    ListLocationsRequest request = ListLocationsRequest.newBuilder().setName("name3373707").setFilter("filter-1274492040").setPageSize(883849137).setPageToken("pageToken873572522").build();
    ListLocationsPagedResponse pagedListResponse = client.listLocations(request);
    List<Location> resources = Lists.newArrayList(pagedListResponse.iterateAll());
    Assert.assertEquals(1, resources.size());
    Assert.assertEquals(expectedResponse.getLocationsList().get(0), resources.get(0));
    List<AbstractMessage> actualRequests = mockLocations.getRequests();
    Assert.assertEquals(1, actualRequests.size());
    ListLocationsRequest actualRequest = ((ListLocationsRequest) actualRequests.get(0));
    Assert.assertEquals(request.getName(), actualRequest.getName());
    Assert.assertEquals(request.getFilter(), actualRequest.getFilter());
    Assert.assertEquals(request.getPageSize(), actualRequest.getPageSize());
    Assert.assertEquals(request.getPageToken(), actualRequest.getPageToken());
    Assert.assertTrue(channelProvider.isHeaderSent(ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), GaxGrpcProperties.getDefaultApiClientHeaderPattern()));
}
Also used : ListLocationsPagedResponse(com.google.cloud.datastream.v1.DatastreamClient.ListLocationsPagedResponse) ListLocationsResponse(com.google.cloud.location.ListLocationsResponse) AbstractMessage(com.google.protobuf.AbstractMessage) ListLocationsRequest(com.google.cloud.location.ListLocationsRequest) Location(com.google.cloud.location.Location) Test(org.junit.Test)

Example 10 with Location

use of com.google.cloud.location.Location in project java-security-private-ca by googleapis.

the class CertificateAuthorityServiceClientTest method listLocationsTest.

@Test
public void listLocationsTest() throws Exception {
    Location responsesElement = Location.newBuilder().build();
    ListLocationsResponse expectedResponse = ListLocationsResponse.newBuilder().setNextPageToken("").addAllLocations(Arrays.asList(responsesElement)).build();
    mockLocations.addResponse(expectedResponse);
    ListLocationsRequest request = ListLocationsRequest.newBuilder().setName("name3373707").setFilter("filter-1274492040").setPageSize(883849137).setPageToken("pageToken873572522").build();
    ListLocationsPagedResponse pagedListResponse = client.listLocations(request);
    List<Location> resources = Lists.newArrayList(pagedListResponse.iterateAll());
    Assert.assertEquals(1, resources.size());
    Assert.assertEquals(expectedResponse.getLocationsList().get(0), resources.get(0));
    List<AbstractMessage> actualRequests = mockLocations.getRequests();
    Assert.assertEquals(1, actualRequests.size());
    ListLocationsRequest actualRequest = ((ListLocationsRequest) actualRequests.get(0));
    Assert.assertEquals(request.getName(), actualRequest.getName());
    Assert.assertEquals(request.getFilter(), actualRequest.getFilter());
    Assert.assertEquals(request.getPageSize(), actualRequest.getPageSize());
    Assert.assertEquals(request.getPageToken(), actualRequest.getPageToken());
    Assert.assertTrue(channelProvider.isHeaderSent(ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), GaxGrpcProperties.getDefaultApiClientHeaderPattern()));
}
Also used : ListLocationsPagedResponse(com.google.cloud.security.privateca.v1.CertificateAuthorityServiceClient.ListLocationsPagedResponse) ListLocationsResponse(com.google.cloud.location.ListLocationsResponse) AbstractMessage(com.google.protobuf.AbstractMessage) ListLocationsRequest(com.google.cloud.location.ListLocationsRequest) Location(com.google.cloud.location.Location) Test(org.junit.Test)

Aggregations

Location (com.google.cloud.location.Location)10 AbstractMessage (com.google.protobuf.AbstractMessage)6 Test (org.junit.Test)6 GetLocationRequest (com.google.cloud.location.GetLocationRequest)5 ListLocationsRequest (com.google.cloud.location.ListLocationsRequest)5 KeyManagementServiceClient (com.google.cloud.kms.v1.KeyManagementServiceClient)4 ListLocationsResponse (com.google.cloud.location.ListLocationsResponse)4 ByteString (com.google.protobuf.ByteString)2 ListLocationsPagedResponse (com.google.cloud.datastream.v1.DatastreamClient.ListLocationsPagedResponse)1 ListLocationsPagedResponse (com.google.cloud.kms.v1.KeyManagementServiceClient.ListLocationsPagedResponse)1 ListLocationsPagedResponse (com.google.cloud.security.privateca.v1.CertificateAuthorityServiceClient.ListLocationsPagedResponse)1