@@ -80,6 +80,16 @@ private PublisherServiceApiSettings(PublisherServiceApiSettings existing) : base
80
80
public static sys ::Predicate < grpccore ::RpcException > IdempotentRetryFilter { get ; } =
81
81
gaxgrpc ::RetrySettings . FilterForStatusCodes ( grpccore ::StatusCode . DeadlineExceeded , grpccore ::StatusCode . Unavailable ) ;
82
82
83
+ /// <summary>
84
+ /// The filter specifying which RPC <see cref="grpccore::StatusCode"/>s are eligible for retry
85
+ /// for "NonIdempotent" <see cref="PublisherServiceApiClient"/> RPC methods.
86
+ /// </summary>
87
+ /// <remarks>
88
+ /// There are no RPC <see cref="grpccore::StatusCode"/>s eligible for retry for "NonIdempotent" RPC methods.
89
+ /// </remarks>
90
+ public static sys ::Predicate < grpccore ::RpcException > NonIdempotentRetryFilter { get ; } =
91
+ gaxgrpc ::RetrySettings . FilterForStatusCodes ( ) ;
92
+
83
93
/// <summary>
84
94
/// The filter specifying which RPC <see cref="grpccore::StatusCode"/>s are eligible for retry
85
95
/// for "OnePlusDelivery" <see cref="PublisherServiceApiClient"/> RPC methods.
@@ -99,16 +109,6 @@ private PublisherServiceApiSettings(PublisherServiceApiSettings existing) : base
99
109
public static sys ::Predicate < grpccore ::RpcException > OnePlusDeliveryRetryFilter { get ; } =
100
110
gaxgrpc ::RetrySettings . FilterForStatusCodes ( grpccore ::StatusCode . Aborted , grpccore ::StatusCode . Cancelled , grpccore ::StatusCode . DeadlineExceeded , grpccore ::StatusCode . Internal , grpccore ::StatusCode . ResourceExhausted , grpccore ::StatusCode . Unavailable , grpccore ::StatusCode . Unknown ) ;
101
111
102
- /// <summary>
103
- /// The filter specifying which RPC <see cref="grpccore::StatusCode"/>s are eligible for retry
104
- /// for "NonIdempotent" <see cref="PublisherServiceApiClient"/> RPC methods.
105
- /// </summary>
106
- /// <remarks>
107
- /// There are no RPC <see cref="grpccore::StatusCode"/>s eligible for retry for "NonIdempotent" RPC methods.
108
- /// </remarks>
109
- public static sys ::Predicate < grpccore ::RpcException > NonIdempotentRetryFilter { get ; } =
110
- gaxgrpc ::RetrySettings . FilterForStatusCodes ( ) ;
111
-
112
112
/// <summary>
113
113
/// "Default" retry backoff for <see cref="PublisherServiceApiClient"/> RPC methods.
114
114
/// </summary>
@@ -853,8 +853,7 @@ public virtual Topic UpdateTopic(
853
853
854
854
/// <summary>
855
855
/// Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
856
- /// does not exist. The message payload must not be empty; it must contain
857
- /// either a non-empty data field, or at least one attribute.
856
+ /// does not exist.
858
857
/// </summary>
859
858
/// <param name="topic">
860
859
/// The messages in the request will be published on this topic.
@@ -882,8 +881,7 @@ public virtual Topic UpdateTopic(
882
881
883
882
/// <summary>
884
883
/// Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
885
- /// does not exist. The message payload must not be empty; it must contain
886
- /// either a non-empty data field, or at least one attribute.
884
+ /// does not exist.
887
885
/// </summary>
888
886
/// <param name="topic">
889
887
/// The messages in the request will be published on this topic.
@@ -908,8 +906,7 @@ public virtual Topic UpdateTopic(
908
906
909
907
/// <summary>
910
908
/// Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
911
- /// does not exist. The message payload must not be empty; it must contain
912
- /// either a non-empty data field, or at least one attribute.
909
+ /// does not exist.
913
910
/// </summary>
914
911
/// <param name="topic">
915
912
/// The messages in the request will be published on this topic.
@@ -937,8 +934,7 @@ public virtual PublishResponse Publish(
937
934
938
935
/// <summary>
939
936
/// Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
940
- /// does not exist. The message payload must not be empty; it must contain
941
- /// either a non-empty data field, or at least one attribute.
937
+ /// does not exist.
942
938
/// </summary>
943
939
/// <param name="request">
944
940
/// The request object containing all of the parameters for the API call.
@@ -958,8 +954,7 @@ public virtual PublishResponse Publish(
958
954
959
955
/// <summary>
960
956
/// Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
961
- /// does not exist. The message payload must not be empty; it must contain
962
- /// either a non-empty data field, or at least one attribute.
957
+ /// does not exist.
963
958
/// </summary>
964
959
/// <param name="request">
965
960
/// The request object containing all of the parameters for the API call.
@@ -978,8 +973,7 @@ public virtual PublishResponse Publish(
978
973
979
974
/// <summary>
980
975
/// Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
981
- /// does not exist. The message payload must not be empty; it must contain
982
- /// either a non-empty data field, or at least one attribute.
976
+ /// does not exist.
983
977
/// </summary>
984
978
/// <param name="request">
985
979
/// The request object containing all of the parameters for the API call.
@@ -1120,8 +1114,8 @@ public virtual Topic GetTopic(
1120
1114
/// Lists matching topics.
1121
1115
/// </summary>
1122
1116
/// <param name="project">
1123
- /// The name of the cloud project that topics belong to .
1124
- /// Format is `projects/{project}`.
1117
+ /// The name of the project in which to list topics .
1118
+ /// Format is `projects/{project-id }`.
1125
1119
/// </param>
1126
1120
/// <param name="pageToken">
1127
1121
/// The token returned from the previous request.
@@ -1154,8 +1148,8 @@ public virtual Topic GetTopic(
1154
1148
/// Lists matching topics.
1155
1149
/// </summary>
1156
1150
/// <param name="project">
1157
- /// The name of the cloud project that topics belong to .
1158
- /// Format is `projects/{project}`.
1151
+ /// The name of the project in which to list topics .
1152
+ /// Format is `projects/{project-id }`.
1159
1153
/// </param>
1160
1154
/// <param name="pageToken">
1161
1155
/// The token returned from the previous request.
@@ -2108,8 +2102,7 @@ public override Topic UpdateTopic(
2108
2102
2109
2103
/// <summary>
2110
2104
/// Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
2111
- /// does not exist. The message payload must not be empty; it must contain
2112
- /// either a non-empty data field, or at least one attribute.
2105
+ /// does not exist.
2113
2106
/// </summary>
2114
2107
/// <param name="request">
2115
2108
/// The request object containing all of the parameters for the API call.
@@ -2130,8 +2123,7 @@ public override Topic UpdateTopic(
2130
2123
2131
2124
/// <summary>
2132
2125
/// Adds one or more messages to the topic. Returns `NOT_FOUND` if the topic
2133
- /// does not exist. The message payload must not be empty; it must contain
2134
- /// either a non-empty data field, or at least one attribute.
2126
+ /// does not exist.
2135
2127
/// </summary>
2136
2128
/// <param name="request">
2137
2129
/// The request object containing all of the parameters for the API call.
0 commit comments