Skip to content

Commit

Permalink
samples: pubsub_publisher_with_compression (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf committed May 17, 2022
1 parent 17d16bb commit 01b3a60
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package pubsub;

// [START pubsub_publisher_with_compression]
import com.google.api.core.ApiFuture;
import com.google.cloud.pubsub.v1.Publisher;
import com.google.protobuf.ByteString;
Expand Down Expand Up @@ -73,3 +74,4 @@ public static void publishWithGrpcCompressionExample(String projectId, String to
}
}
}
// [END pubsub_publisher_with_compression]

0 comments on commit 01b3a60

Please sign in to comment.