@@ -95,6 +95,48 @@ public UnaryCallSettings<SetDefaultBranchRequest, Empty> setDefaultBranchSetting
95
95
return ((CatalogServiceStubSettings ) getStubSettings ()).getDefaultBranchSettings ();
96
96
}
97
97
98
+ /** Returns the object with the settings used for calls to getCompletionConfig. */
99
+ public UnaryCallSettings <GetCompletionConfigRequest , CompletionConfig >
100
+ getCompletionConfigSettings () {
101
+ return ((CatalogServiceStubSettings ) getStubSettings ()).getCompletionConfigSettings ();
102
+ }
103
+
104
+ /** Returns the object with the settings used for calls to updateCompletionConfig. */
105
+ public UnaryCallSettings <UpdateCompletionConfigRequest , CompletionConfig >
106
+ updateCompletionConfigSettings () {
107
+ return ((CatalogServiceStubSettings ) getStubSettings ()).updateCompletionConfigSettings ();
108
+ }
109
+
110
+ /** Returns the object with the settings used for calls to getAttributesConfig. */
111
+ public UnaryCallSettings <GetAttributesConfigRequest , AttributesConfig >
112
+ getAttributesConfigSettings () {
113
+ return ((CatalogServiceStubSettings ) getStubSettings ()).getAttributesConfigSettings ();
114
+ }
115
+
116
+ /** Returns the object with the settings used for calls to updateAttributesConfig. */
117
+ public UnaryCallSettings <UpdateAttributesConfigRequest , AttributesConfig >
118
+ updateAttributesConfigSettings () {
119
+ return ((CatalogServiceStubSettings ) getStubSettings ()).updateAttributesConfigSettings ();
120
+ }
121
+
122
+ /** Returns the object with the settings used for calls to addCatalogAttribute. */
123
+ public UnaryCallSettings <AddCatalogAttributeRequest , AttributesConfig >
124
+ addCatalogAttributeSettings () {
125
+ return ((CatalogServiceStubSettings ) getStubSettings ()).addCatalogAttributeSettings ();
126
+ }
127
+
128
+ /** Returns the object with the settings used for calls to removeCatalogAttribute. */
129
+ public UnaryCallSettings <RemoveCatalogAttributeRequest , AttributesConfig >
130
+ removeCatalogAttributeSettings () {
131
+ return ((CatalogServiceStubSettings ) getStubSettings ()).removeCatalogAttributeSettings ();
132
+ }
133
+
134
+ /** Returns the object with the settings used for calls to replaceCatalogAttribute. */
135
+ public UnaryCallSettings <ReplaceCatalogAttributeRequest , AttributesConfig >
136
+ replaceCatalogAttributeSettings () {
137
+ return ((CatalogServiceStubSettings ) getStubSettings ()).replaceCatalogAttributeSettings ();
138
+ }
139
+
98
140
public static final CatalogServiceSettings create (CatalogServiceStubSettings stub )
99
141
throws IOException {
100
142
return new CatalogServiceSettings .Builder (stub .toBuilder ()).build ();
@@ -233,6 +275,48 @@ public UnaryCallSettings.Builder<SetDefaultBranchRequest, Empty> setDefaultBranc
233
275
return getStubSettingsBuilder ().getDefaultBranchSettings ();
234
276
}
235
277
278
+ /** Returns the builder for the settings used for calls to getCompletionConfig. */
279
+ public UnaryCallSettings .Builder <GetCompletionConfigRequest , CompletionConfig >
280
+ getCompletionConfigSettings () {
281
+ return getStubSettingsBuilder ().getCompletionConfigSettings ();
282
+ }
283
+
284
+ /** Returns the builder for the settings used for calls to updateCompletionConfig. */
285
+ public UnaryCallSettings .Builder <UpdateCompletionConfigRequest , CompletionConfig >
286
+ updateCompletionConfigSettings () {
287
+ return getStubSettingsBuilder ().updateCompletionConfigSettings ();
288
+ }
289
+
290
+ /** Returns the builder for the settings used for calls to getAttributesConfig. */
291
+ public UnaryCallSettings .Builder <GetAttributesConfigRequest , AttributesConfig >
292
+ getAttributesConfigSettings () {
293
+ return getStubSettingsBuilder ().getAttributesConfigSettings ();
294
+ }
295
+
296
+ /** Returns the builder for the settings used for calls to updateAttributesConfig. */
297
+ public UnaryCallSettings .Builder <UpdateAttributesConfigRequest , AttributesConfig >
298
+ updateAttributesConfigSettings () {
299
+ return getStubSettingsBuilder ().updateAttributesConfigSettings ();
300
+ }
301
+
302
+ /** Returns the builder for the settings used for calls to addCatalogAttribute. */
303
+ public UnaryCallSettings .Builder <AddCatalogAttributeRequest , AttributesConfig >
304
+ addCatalogAttributeSettings () {
305
+ return getStubSettingsBuilder ().addCatalogAttributeSettings ();
306
+ }
307
+
308
+ /** Returns the builder for the settings used for calls to removeCatalogAttribute. */
309
+ public UnaryCallSettings .Builder <RemoveCatalogAttributeRequest , AttributesConfig >
310
+ removeCatalogAttributeSettings () {
311
+ return getStubSettingsBuilder ().removeCatalogAttributeSettings ();
312
+ }
313
+
314
+ /** Returns the builder for the settings used for calls to replaceCatalogAttribute. */
315
+ public UnaryCallSettings .Builder <ReplaceCatalogAttributeRequest , AttributesConfig >
316
+ replaceCatalogAttributeSettings () {
317
+ return getStubSettingsBuilder ().replaceCatalogAttributeSettings ();
318
+ }
319
+
236
320
@ Override
237
321
public CatalogServiceSettings build () throws IOException {
238
322
return new CatalogServiceSettings (this );
0 commit comments