Skip to content

Commit

Permalink
feat: add custom datetime format for Cloud Storage subscriptions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 619178723

Source-Link: googleapis/googleapis@811a857

Source-Link: googleapis/googleapis-gen@768fb44
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuUHViU3ViLlYxLy5Pd2xCb3QueWFtbCIsImgiOiI3NjhmYjQ0ZDRkYWFlYTk0NmEyOTFmNjc5NWE1MGFmMjZhNTE1NDg4In0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Mar 26, 2024
1 parent 41a63ef commit cb33d77
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 200 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,11 @@ public PublisherServiceApiClientImpl(Publisher.PublisherClient grpcClient, Publi
{
GrpcClient = grpcClient;
PublisherServiceApiSettings effectiveSettings = settings ?? PublisherServiceApiSettings.GetDefault();
gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings, logger);
gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(new gaxgrpc::ClientHelper.Options
{
Settings = effectiveSettings,
Logger = logger,
});
IAMPolicyClient = new gciv::IAMPolicyClientImpl(grpcClient.CreateIAMPolicyClient(), effectiveSettings.IAMPolicySettings, logger);
_callCreateTopic = clientHelper.BuildApiCall<Topic, Topic>("CreateTopic", grpcClient.CreateTopicAsync, grpcClient.CreateTopic, effectiveSettings.CreateTopicSettings).WithGoogleRequestParam("name", request => request.Name);
Modify_ApiCall(ref _callCreateTopic);
Expand Down
Loading

0 comments on commit cb33d77

Please sign in to comment.