Skip to content

Commit

Permalink
feat: add enforce_in_transit fields and optional annotations
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 601205737

Source-Link: googleapis/googleapis@27f8301

Source-Link: googleapis/googleapis-gen@daf775c
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuUHViU3ViLlYxLy5Pd2xCb3QueWFtbCIsImgiOiJkYWY3NzVjN2VjZDkwZGU2OWUxMzA0Yjg0MGEyOGQyMDFjMDI1ZjA4In0=
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Jan 25, 2024
1 parent 18e6491 commit 43c6cd3
Show file tree
Hide file tree
Showing 6 changed files with 766 additions and 653 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
CreateTopicAsync(name, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));

/// <summary>
/// Updates an existing topic. Note that certain properties of a
/// topic are not modifiable.
/// Updates an existing topic by updating the fields specified in the update
/// mask. Note that certain properties of a topic are not modifiable.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -555,8 +555,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
throw new sys::NotImplementedException();

/// <summary>
/// Updates an existing topic. Note that certain properties of a
/// topic are not modifiable.
/// Updates an existing topic by updating the fields specified in the update
/// mask. Note that certain properties of a topic are not modifiable.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -565,8 +565,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
throw new sys::NotImplementedException();

/// <summary>
/// Updates an existing topic. Note that certain properties of a
/// topic are not modifiable.
/// Updates an existing topic by updating the fields specified in the update
/// mask. Note that certain properties of a topic are not modifiable.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
Expand All @@ -575,8 +575,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
UpdateTopicAsync(request, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));

/// <summary>
/// Updates an existing topic. Note that certain properties of a
/// topic are not modifiable.
/// Updates an existing topic by updating the fields specified in the update
/// mask. Note that certain properties of a topic are not modifiable.
/// </summary>
/// <param name="topic">
/// Required. The updated topic object.
Expand All @@ -598,8 +598,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
}, callSettings);

/// <summary>
/// Updates an existing topic. Note that certain properties of a
/// topic are not modifiable.
/// Updates an existing topic by updating the fields specified in the update
/// mask. Note that certain properties of a topic are not modifiable.
/// </summary>
/// <param name="topic">
/// Required. The updated topic object.
Expand All @@ -621,8 +621,8 @@ internal static PublisherServiceApiClient Create(grpccore::CallInvoker callInvok
}, callSettings);

/// <summary>
/// Updates an existing topic. Note that certain properties of a
/// topic are not modifiable.
/// Updates an existing topic by updating the fields specified in the update
/// mask. Note that certain properties of a topic are not modifiable.
/// </summary>
/// <param name="topic">
/// Required. The updated topic object.
Expand Down Expand Up @@ -1607,8 +1607,8 @@ public override Topic CreateTopic(Topic request, gaxgrpc::CallSettings callSetti
}

/// <summary>
/// Updates an existing topic. Note that certain properties of a
/// topic are not modifiable.
/// Updates an existing topic by updating the fields specified in the update
/// mask. Note that certain properties of a topic are not modifiable.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand All @@ -1620,8 +1620,8 @@ public override Topic UpdateTopic(UpdateTopicRequest request, gaxgrpc::CallSetti
}

/// <summary>
/// Updates an existing topic. Note that certain properties of a
/// topic are not modifiable.
/// Updates an existing topic by updating the fields specified in the update
/// mask. Note that certain properties of a topic are not modifiable.
/// </summary>
/// <param name="request">The request object containing all of the parameters for the API call.</param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
Expand Down
Loading

0 comments on commit 43c6cd3

Please sign in to comment.