Search in sources :

Example 26 with SnapshotName

use of com.google.bigtable.admin.v2.SnapshotName in project java-pubsub by googleapis.

the class SubscriptionAdminClientTest method createSnapshotTest2.

@Test
public void createSnapshotTest2() throws Exception {
    Snapshot expectedResponse = Snapshot.newBuilder().setName(SnapshotName.of("[PROJECT]", "[SNAPSHOT]").toString()).setTopic(TopicName.ofProjectTopicName("[PROJECT]", "[TOPIC]").toString()).setExpireTime(Timestamp.newBuilder().build()).putAllLabels(new HashMap<String, String>()).build();
    mockSubscriber.addResponse(expectedResponse);
    SnapshotName name = SnapshotName.of("[PROJECT]", "[SNAPSHOT]");
    String subscription = "subscription341203229";
    Snapshot actualResponse = client.createSnapshot(name, subscription);
    Assert.assertEquals(expectedResponse, actualResponse);
    List<AbstractMessage> actualRequests = mockSubscriber.getRequests();
    Assert.assertEquals(1, actualRequests.size());
    CreateSnapshotRequest actualRequest = ((CreateSnapshotRequest) actualRequests.get(0));
    Assert.assertEquals(name.toString(), actualRequest.getName());
    Assert.assertEquals(subscription, actualRequest.getSubscription());
    Assert.assertTrue(channelProvider.isHeaderSent(ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), GaxGrpcProperties.getDefaultApiClientHeaderPattern()));
}
Also used : Snapshot(com.google.pubsub.v1.Snapshot) AbstractMessage(com.google.protobuf.AbstractMessage) HashMap(java.util.HashMap) CreateSnapshotRequest(com.google.pubsub.v1.CreateSnapshotRequest) ByteString(com.google.protobuf.ByteString) SnapshotName(com.google.pubsub.v1.SnapshotName) Test(org.junit.Test)

Example 27 with SnapshotName

use of com.google.bigtable.admin.v2.SnapshotName in project gapic-generator-java by googleapis.

the class SyncDeleteSnapshotSnapshotname method syncDeleteSnapshotSnapshotname.

public static void syncDeleteSnapshotSnapshotname() throws Exception {
    // It may require modifications to work in your environment.
    try (SubscriptionAdminClient subscriptionAdminClient = SubscriptionAdminClient.create()) {
        SnapshotName snapshot = SnapshotName.of("[PROJECT]", "[SNAPSHOT]");
        subscriptionAdminClient.deleteSnapshot(snapshot);
    }
}
Also used : SubscriptionAdminClient(com.google.cloud.pubsub.v1.SubscriptionAdminClient) SnapshotName(com.google.pubsub.v1.SnapshotName)

Example 28 with SnapshotName

use of com.google.bigtable.admin.v2.SnapshotName in project gapic-generator-java by googleapis.

the class SyncCreateSnapshotSnapshotnameString method syncCreateSnapshotSnapshotnameString.

public static void syncCreateSnapshotSnapshotnameString() throws Exception {
    // It may require modifications to work in your environment.
    try (SubscriptionAdminClient subscriptionAdminClient = SubscriptionAdminClient.create()) {
        SnapshotName name = SnapshotName.of("[PROJECT]", "[SNAPSHOT]");
        String subscription = SubscriptionName.of("[PROJECT]", "[SUBSCRIPTION]").toString();
        Snapshot response = subscriptionAdminClient.createSnapshot(name, subscription);
    }
}
Also used : Snapshot(com.google.pubsub.v1.Snapshot) SubscriptionAdminClient(com.google.cloud.pubsub.v1.SubscriptionAdminClient) SnapshotName(com.google.pubsub.v1.SnapshotName)

Example 29 with SnapshotName

use of com.google.bigtable.admin.v2.SnapshotName in project gapic-generator-java by googleapis.

the class SyncCreateSnapshotSnapshotnameSubscriptionname method syncCreateSnapshotSnapshotnameSubscriptionname.

public static void syncCreateSnapshotSnapshotnameSubscriptionname() throws Exception {
    // It may require modifications to work in your environment.
    try (SubscriptionAdminClient subscriptionAdminClient = SubscriptionAdminClient.create()) {
        SnapshotName name = SnapshotName.of("[PROJECT]", "[SNAPSHOT]");
        SubscriptionName subscription = SubscriptionName.of("[PROJECT]", "[SUBSCRIPTION]");
        Snapshot response = subscriptionAdminClient.createSnapshot(name, subscription);
    }
}
Also used : Snapshot(com.google.pubsub.v1.Snapshot) SubscriptionAdminClient(com.google.cloud.pubsub.v1.SubscriptionAdminClient) SubscriptionName(com.google.pubsub.v1.SubscriptionName) SnapshotName(com.google.pubsub.v1.SnapshotName)

Example 30 with SnapshotName

use of com.google.bigtable.admin.v2.SnapshotName in project gapic-generator-java by googleapis.

the class SubscriptionAdminClientTest method deleteSnapshotTest.

@Test
public void deleteSnapshotTest() throws Exception {
    Empty expectedResponse = Empty.newBuilder().build();
    mockSubscriber.addResponse(expectedResponse);
    SnapshotName snapshot = SnapshotName.of("[PROJECT]", "[SNAPSHOT]");
    client.deleteSnapshot(snapshot);
    List<AbstractMessage> actualRequests = mockSubscriber.getRequests();
    Assert.assertEquals(1, actualRequests.size());
    DeleteSnapshotRequest actualRequest = ((DeleteSnapshotRequest) actualRequests.get(0));
    Assert.assertEquals(snapshot.toString(), actualRequest.getSnapshot());
    Assert.assertTrue(channelProvider.isHeaderSent(ApiClientHeaderProvider.getDefaultApiClientHeaderKey(), GaxGrpcProperties.getDefaultApiClientHeaderPattern()));
}
Also used : Empty(com.google.protobuf.Empty) AbstractMessage(com.google.protobuf.AbstractMessage) DeleteSnapshotRequest(com.google.pubsub.v1.DeleteSnapshotRequest) SnapshotName(com.google.pubsub.v1.SnapshotName) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)28 SnapshotName (com.google.pubsub.v1.SnapshotName)24 StatusRuntimeException (io.grpc.StatusRuntimeException)14 InvalidArgumentException (com.google.api.gax.rpc.InvalidArgumentException)12 AbstractMessage (com.google.protobuf.AbstractMessage)12 Snapshot (com.google.pubsub.v1.Snapshot)10 SnapshotName (com.google.bigtable.admin.v2.SnapshotName)8 ByteString (com.google.protobuf.ByteString)8 HashMap (java.util.HashMap)8 SubscriptionName (com.google.pubsub.v1.SubscriptionName)7 CreateSnapshotRequest (com.google.pubsub.v1.CreateSnapshotRequest)5 SubscriptionAdminClient (com.google.cloud.pubsub.v1.SubscriptionAdminClient)4 Empty (com.google.protobuf.Empty)4 DeleteSnapshotRequest (com.google.pubsub.v1.DeleteSnapshotRequest)3 ApiException (com.google.api.gax.grpc.ApiException)2 ColumnFamily (com.google.bigtable.admin.v2.ColumnFamily)2 CreateTableFromSnapshotRequest (com.google.bigtable.admin.v2.CreateTableFromSnapshotRequest)2 DeleteSnapshotRequest (com.google.bigtable.admin.v2.DeleteSnapshotRequest)2 InstanceName (com.google.bigtable.admin.v2.InstanceName)2 Table (com.google.bigtable.admin.v2.Table)2