Skip to content

Commit 8e0fb1b

Browse files
feat: [dialogflow-cx] A new field opt_out_conformer_model_migration is added to message .google.cloud.dialogflow.cx.v3.InputAudioConfig (#10354)
* feat: Public preview the Dialogflow LLM based agent docs: A comment for field `start_flow` in message `.google.cloud.dialogflow.cx.v3beta1.Agent` is changed docs: A comment for enum value `USE_BEST_AVAILABLE` in enum `SpeechModelVariant` is changed docs: A comment for enum value `USE_ENHANCED` in enum `SpeechModelVariant` is changed docs: A comment for field `model` in message `.google.cloud.dialogflow.cx.v3beta1.InputAudioConfig` is changed docs: A comment for enum value `END_OF_SINGLE_UTTERANCE` in enum `MessageType` is changed docs: A comment for field `session_ttl` in message `.google.cloud.dialogflow.cx.v3beta1.QueryParameters` is changed docs: A comment for message `QueryInput` is changed docs: A comment for field `text` in message `.google.cloud.dialogflow.cx.v3beta1.TextInput` is changed PiperOrigin-RevId: 605368061 Source-Link: googleapis/googleapis@ed81d4e Source-Link: https://github.com/googleapis/googleapis-gen/commit/9932768751ae9e9ba92cabe1312e451301962a1d Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiI5OTMyNzY4NzUxYWU5ZTliYTkyY2FiZTEzMTJlNDUxMzAxOTYyYTFkIn0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: A new field `opt_out_conformer_model_migration` is added to message `.google.cloud.dialogflow.cx.v3.InputAudioConfig` feat: A new field `language_code` is added to message `.google.cloud.dialogflow.cx.v3.Changelog` feat: A new method `ExportEntityTypes` is added to service `EntityTypes` feat: A new method `ImportEntityTypes` is added to service `EntityTypes` feat: A new message `ExportEntityTypesRequest` is added feat: A new message `ExportEntityTypesResponse` is added feat: A new message `ExportEntityTypesMetadata` is added feat: A new message `ImportEntityTypesRequest` is added feat: A new message `ImportEntityTypesResponse` is added feat: A new message `ImportEntityTypesMetadata` is added feat: A new field `disable_data_store_fallback` is added to message `.google.cloud.dialogflow.cx.v3.GenerativeSettings` feat: A new field `description` is added to message `.google.cloud.dialogflow.cx.v3.Page` feat: A new method `ServerStreamingDetectIntent` is added to service `Sessions` feat: A new field `webhook_ids` is added to message `.google.cloud.dialogflow.cx.v3.QueryResult` feat: A new field `webhook_display_names` is added to message `.google.cloud.dialogflow.cx.v3.QueryResult` feat: A new field `webhook_latencies` is added to message `.google.cloud.dialogflow.cx.v3.QueryResult` feat: A new field `webhook_tags` is added to message `.google.cloud.dialogflow.cx.v3.QueryResult` feat: A new field `current_flow` is added to message `.google.cloud.dialogflow.cx.v3.QueryResult` docs: A comment for field `start_flow` in message `.google.cloud.dialogflow.cx.v3.Agent` is changed docs: A comment for enum value `USE_BEST_AVAILABLE` in enum `SpeechModelVariant` is changed docs: A comment for enum value `USE_ENHANCED` in enum `SpeechModelVariant` is changed docs: A comment for field `model` in message `.google.cloud.dialogflow.cx.v3.InputAudioConfig` is changed docs: A comment for enum value `END_OF_SINGLE_UTTERANCE` in enum `MessageType` is changed docs: A comment for field `session_ttl` in message `.google.cloud.dialogflow.cx.v3.QueryParameters` is changed docs: A comment for message `QueryInput` is changed docs: A comment for field `text` in message `.google.cloud.dialogflow.cx.v3.TextInput` is changed PiperOrigin-RevId: 605402250 Source-Link: googleapis/googleapis@802bb2c Source-Link: https://github.com/googleapis/googleapis-gen/commit/bf877cc5e78c72120b29e38b3246fb8b72533955 Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiJiZjg3N2NjNWU3OGM3MjEyMGIyOWUzOGIzMjQ2ZmI4YjcyNTMzOTU1In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e9c48d9 commit 8e0fb1b

File tree

414 files changed

+138642
-2857
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

414 files changed

+138642
-2857
lines changed

java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypesClient.java

Lines changed: 249 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@
1818

1919
import com.google.api.core.ApiFuture;
2020
import com.google.api.core.ApiFutures;
21+
import com.google.api.core.BetaApi;
2122
import com.google.api.gax.core.BackgroundResource;
23+
import com.google.api.gax.httpjson.longrunning.OperationsClient;
24+
import com.google.api.gax.longrunning.OperationFuture;
2225
import com.google.api.gax.paging.AbstractFixedSizeCollection;
2326
import com.google.api.gax.paging.AbstractPage;
2427
import com.google.api.gax.paging.AbstractPagedListResponse;
28+
import com.google.api.gax.rpc.OperationCallable;
2529
import com.google.api.gax.rpc.PageContext;
2630
import com.google.api.gax.rpc.UnaryCallable;
2731
import com.google.cloud.dialogflow.cx.v3.stub.EntityTypesStub;
@@ -31,6 +35,7 @@
3135
import com.google.cloud.location.ListLocationsResponse;
3236
import com.google.cloud.location.Location;
3337
import com.google.common.util.concurrent.MoreExecutors;
38+
import com.google.longrunning.Operation;
3439
import com.google.protobuf.Empty;
3540
import com.google.protobuf.FieldMask;
3641
import java.io.IOException;
@@ -168,6 +173,36 @@
168173
* </td>
169174
* </tr>
170175
* <tr>
176+
* <td><p> ExportEntityTypes</td>
177+
* <td><p> Exports the selected entity types.</td>
178+
* <td>
179+
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
180+
* <ul>
181+
* <li><p> exportEntityTypesAsync(ExportEntityTypesRequest request)
182+
* </ul>
183+
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
184+
* <ul>
185+
* <li><p> exportEntityTypesOperationCallable()
186+
* <li><p> exportEntityTypesCallable()
187+
* </ul>
188+
* </td>
189+
* </tr>
190+
* <tr>
191+
* <td><p> ImportEntityTypes</td>
192+
* <td><p> Imports the specified entitytypes into the agent.</td>
193+
* <td>
194+
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
195+
* <ul>
196+
* <li><p> importEntityTypesAsync(ImportEntityTypesRequest request)
197+
* </ul>
198+
* <p>Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.</p>
199+
* <ul>
200+
* <li><p> importEntityTypesOperationCallable()
201+
* <li><p> importEntityTypesCallable()
202+
* </ul>
203+
* </td>
204+
* </tr>
205+
* <tr>
171206
* <td><p> ListLocations</td>
172207
* <td><p> Lists information about the supported locations for this service.</td>
173208
* <td>
@@ -254,6 +289,8 @@
254289
public class EntityTypesClient implements BackgroundResource {
255290
private final EntityTypesSettings settings;
256291
private final EntityTypesStub stub;
292+
private final OperationsClient httpJsonOperationsClient;
293+
private final com.google.longrunning.OperationsClient operationsClient;
257294

258295
/** Constructs an instance of EntityTypesClient with default settings. */
259296
public static final EntityTypesClient create() throws IOException {
@@ -284,11 +321,17 @@ public static final EntityTypesClient create(EntityTypesStub stub) {
284321
protected EntityTypesClient(EntityTypesSettings settings) throws IOException {
285322
this.settings = settings;
286323
this.stub = ((EntityTypesStubSettings) settings.getStubSettings()).createStub();
324+
this.operationsClient =
325+
com.google.longrunning.OperationsClient.create(this.stub.getOperationsStub());
326+
this.httpJsonOperationsClient = OperationsClient.create(this.stub.getHttpJsonOperationsStub());
287327
}
288328

289329
protected EntityTypesClient(EntityTypesStub stub) {
290330
this.settings = null;
291331
this.stub = stub;
332+
this.operationsClient =
333+
com.google.longrunning.OperationsClient.create(this.stub.getOperationsStub());
334+
this.httpJsonOperationsClient = OperationsClient.create(this.stub.getHttpJsonOperationsStub());
292335
}
293336

294337
public final EntityTypesSettings getSettings() {
@@ -299,6 +342,23 @@ public EntityTypesStub getStub() {
299342
return stub;
300343
}
301344

345+
/**
346+
* Returns the OperationsClient that can be used to query the status of a long-running operation
347+
* returned by another API method call.
348+
*/
349+
public final com.google.longrunning.OperationsClient getOperationsClient() {
350+
return operationsClient;
351+
}
352+
353+
/**
354+
* Returns the OperationsClient that can be used to query the status of a long-running operation
355+
* returned by another API method call.
356+
*/
357+
@BetaApi
358+
public final OperationsClient getHttpJsonOperationsClient() {
359+
return httpJsonOperationsClient;
360+
}
361+
302362
// AUTO-GENERATED DOCUMENTATION AND METHOD.
303363
/**
304364
* Retrieves the specified entity type.
@@ -956,6 +1016,195 @@ public final ListEntityTypesPagedResponse listEntityTypes(ListEntityTypesRequest
9561016
return stub.listEntityTypesCallable();
9571017
}
9581018

1019+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1020+
/**
1021+
* Exports the selected entity types.
1022+
*
1023+
* <p>Sample code:
1024+
*
1025+
* <pre>{@code
1026+
* // This snippet has been automatically generated and should be regarded as a code template only.
1027+
* // It will require modifications to work:
1028+
* // - It may require correct/in-range values for request initialization.
1029+
* // - It may require specifying regional endpoints when creating the service client as shown in
1030+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
1031+
* try (EntityTypesClient entityTypesClient = EntityTypesClient.create()) {
1032+
* ExportEntityTypesRequest request =
1033+
* ExportEntityTypesRequest.newBuilder()
1034+
* .setParent(AgentName.of("[PROJECT]", "[LOCATION]", "[AGENT]").toString())
1035+
* .addAllEntityTypes(new ArrayList<String>())
1036+
* .setLanguageCode("languageCode-2092349083")
1037+
* .build();
1038+
* ExportEntityTypesResponse response = entityTypesClient.exportEntityTypesAsync(request).get();
1039+
* }
1040+
* }</pre>
1041+
*
1042+
* @param request The request object containing all of the parameters for the API call.
1043+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1044+
*/
1045+
public final OperationFuture<ExportEntityTypesResponse, ExportEntityTypesMetadata>
1046+
exportEntityTypesAsync(ExportEntityTypesRequest request) {
1047+
return exportEntityTypesOperationCallable().futureCall(request);
1048+
}
1049+
1050+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1051+
/**
1052+
* Exports the selected entity types.
1053+
*
1054+
* <p>Sample code:
1055+
*
1056+
* <pre>{@code
1057+
* // This snippet has been automatically generated and should be regarded as a code template only.
1058+
* // It will require modifications to work:
1059+
* // - It may require correct/in-range values for request initialization.
1060+
* // - It may require specifying regional endpoints when creating the service client as shown in
1061+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
1062+
* try (EntityTypesClient entityTypesClient = EntityTypesClient.create()) {
1063+
* ExportEntityTypesRequest request =
1064+
* ExportEntityTypesRequest.newBuilder()
1065+
* .setParent(AgentName.of("[PROJECT]", "[LOCATION]", "[AGENT]").toString())
1066+
* .addAllEntityTypes(new ArrayList<String>())
1067+
* .setLanguageCode("languageCode-2092349083")
1068+
* .build();
1069+
* OperationFuture<ExportEntityTypesResponse, ExportEntityTypesMetadata> future =
1070+
* entityTypesClient.exportEntityTypesOperationCallable().futureCall(request);
1071+
* // Do something.
1072+
* ExportEntityTypesResponse response = future.get();
1073+
* }
1074+
* }</pre>
1075+
*/
1076+
public final OperationCallable<
1077+
ExportEntityTypesRequest, ExportEntityTypesResponse, ExportEntityTypesMetadata>
1078+
exportEntityTypesOperationCallable() {
1079+
return stub.exportEntityTypesOperationCallable();
1080+
}
1081+
1082+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1083+
/**
1084+
* Exports the selected entity types.
1085+
*
1086+
* <p>Sample code:
1087+
*
1088+
* <pre>{@code
1089+
* // This snippet has been automatically generated and should be regarded as a code template only.
1090+
* // It will require modifications to work:
1091+
* // - It may require correct/in-range values for request initialization.
1092+
* // - It may require specifying regional endpoints when creating the service client as shown in
1093+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
1094+
* try (EntityTypesClient entityTypesClient = EntityTypesClient.create()) {
1095+
* ExportEntityTypesRequest request =
1096+
* ExportEntityTypesRequest.newBuilder()
1097+
* .setParent(AgentName.of("[PROJECT]", "[LOCATION]", "[AGENT]").toString())
1098+
* .addAllEntityTypes(new ArrayList<String>())
1099+
* .setLanguageCode("languageCode-2092349083")
1100+
* .build();
1101+
* ApiFuture<Operation> future =
1102+
* entityTypesClient.exportEntityTypesCallable().futureCall(request);
1103+
* // Do something.
1104+
* Operation response = future.get();
1105+
* }
1106+
* }</pre>
1107+
*/
1108+
public final UnaryCallable<ExportEntityTypesRequest, Operation> exportEntityTypesCallable() {
1109+
return stub.exportEntityTypesCallable();
1110+
}
1111+
1112+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1113+
/**
1114+
* Imports the specified entitytypes into the agent.
1115+
*
1116+
* <p>Sample code:
1117+
*
1118+
* <pre>{@code
1119+
* // This snippet has been automatically generated and should be regarded as a code template only.
1120+
* // It will require modifications to work:
1121+
* // - It may require correct/in-range values for request initialization.
1122+
* // - It may require specifying regional endpoints when creating the service client as shown in
1123+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
1124+
* try (EntityTypesClient entityTypesClient = EntityTypesClient.create()) {
1125+
* ImportEntityTypesRequest request =
1126+
* ImportEntityTypesRequest.newBuilder()
1127+
* .setParent(AgentName.of("[PROJECT]", "[LOCATION]", "[AGENT]").toString())
1128+
* .setTargetEntityType(
1129+
* EntityTypeName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENTITY_TYPE]")
1130+
* .toString())
1131+
* .build();
1132+
* ImportEntityTypesResponse response = entityTypesClient.importEntityTypesAsync(request).get();
1133+
* }
1134+
* }</pre>
1135+
*
1136+
* @param request The request object containing all of the parameters for the API call.
1137+
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
1138+
*/
1139+
public final OperationFuture<ImportEntityTypesResponse, ImportEntityTypesMetadata>
1140+
importEntityTypesAsync(ImportEntityTypesRequest request) {
1141+
return importEntityTypesOperationCallable().futureCall(request);
1142+
}
1143+
1144+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1145+
/**
1146+
* Imports the specified entitytypes into the agent.
1147+
*
1148+
* <p>Sample code:
1149+
*
1150+
* <pre>{@code
1151+
* // This snippet has been automatically generated and should be regarded as a code template only.
1152+
* // It will require modifications to work:
1153+
* // - It may require correct/in-range values for request initialization.
1154+
* // - It may require specifying regional endpoints when creating the service client as shown in
1155+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
1156+
* try (EntityTypesClient entityTypesClient = EntityTypesClient.create()) {
1157+
* ImportEntityTypesRequest request =
1158+
* ImportEntityTypesRequest.newBuilder()
1159+
* .setParent(AgentName.of("[PROJECT]", "[LOCATION]", "[AGENT]").toString())
1160+
* .setTargetEntityType(
1161+
* EntityTypeName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENTITY_TYPE]")
1162+
* .toString())
1163+
* .build();
1164+
* OperationFuture<ImportEntityTypesResponse, ImportEntityTypesMetadata> future =
1165+
* entityTypesClient.importEntityTypesOperationCallable().futureCall(request);
1166+
* // Do something.
1167+
* ImportEntityTypesResponse response = future.get();
1168+
* }
1169+
* }</pre>
1170+
*/
1171+
public final OperationCallable<
1172+
ImportEntityTypesRequest, ImportEntityTypesResponse, ImportEntityTypesMetadata>
1173+
importEntityTypesOperationCallable() {
1174+
return stub.importEntityTypesOperationCallable();
1175+
}
1176+
1177+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1178+
/**
1179+
* Imports the specified entitytypes into the agent.
1180+
*
1181+
* <p>Sample code:
1182+
*
1183+
* <pre>{@code
1184+
* // This snippet has been automatically generated and should be regarded as a code template only.
1185+
* // It will require modifications to work:
1186+
* // - It may require correct/in-range values for request initialization.
1187+
* // - It may require specifying regional endpoints when creating the service client as shown in
1188+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
1189+
* try (EntityTypesClient entityTypesClient = EntityTypesClient.create()) {
1190+
* ImportEntityTypesRequest request =
1191+
* ImportEntityTypesRequest.newBuilder()
1192+
* .setParent(AgentName.of("[PROJECT]", "[LOCATION]", "[AGENT]").toString())
1193+
* .setTargetEntityType(
1194+
* EntityTypeName.of("[PROJECT]", "[LOCATION]", "[AGENT]", "[ENTITY_TYPE]")
1195+
* .toString())
1196+
* .build();
1197+
* ApiFuture<Operation> future =
1198+
* entityTypesClient.importEntityTypesCallable().futureCall(request);
1199+
* // Do something.
1200+
* Operation response = future.get();
1201+
* }
1202+
* }</pre>
1203+
*/
1204+
public final UnaryCallable<ImportEntityTypesRequest, Operation> importEntityTypesCallable() {
1205+
return stub.importEntityTypesCallable();
1206+
}
1207+
9591208
// AUTO-GENERATED DOCUMENTATION AND METHOD.
9601209
/**
9611210
* Lists information about the supported locations for this service.

java-dialogflow-cx/google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3/EntityTypesSettings.java

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import com.google.api.gax.rpc.ApiClientHeaderProvider;
2929
import com.google.api.gax.rpc.ClientContext;
3030
import com.google.api.gax.rpc.ClientSettings;
31+
import com.google.api.gax.rpc.OperationCallSettings;
3132
import com.google.api.gax.rpc.PagedCallSettings;
3233
import com.google.api.gax.rpc.TransportChannelProvider;
3334
import com.google.api.gax.rpc.UnaryCallSettings;
@@ -36,6 +37,7 @@
3637
import com.google.cloud.location.ListLocationsRequest;
3738
import com.google.cloud.location.ListLocationsResponse;
3839
import com.google.cloud.location.Location;
40+
import com.google.longrunning.Operation;
3941
import com.google.protobuf.Empty;
4042
import java.io.IOException;
4143
import java.util.List;
@@ -107,6 +109,30 @@ public UnaryCallSettings<DeleteEntityTypeRequest, Empty> deleteEntityTypeSetting
107109
return ((EntityTypesStubSettings) getStubSettings()).listEntityTypesSettings();
108110
}
109111

112+
/** Returns the object with the settings used for calls to exportEntityTypes. */
113+
public UnaryCallSettings<ExportEntityTypesRequest, Operation> exportEntityTypesSettings() {
114+
return ((EntityTypesStubSettings) getStubSettings()).exportEntityTypesSettings();
115+
}
116+
117+
/** Returns the object with the settings used for calls to exportEntityTypes. */
118+
public OperationCallSettings<
119+
ExportEntityTypesRequest, ExportEntityTypesResponse, ExportEntityTypesMetadata>
120+
exportEntityTypesOperationSettings() {
121+
return ((EntityTypesStubSettings) getStubSettings()).exportEntityTypesOperationSettings();
122+
}
123+
124+
/** Returns the object with the settings used for calls to importEntityTypes. */
125+
public UnaryCallSettings<ImportEntityTypesRequest, Operation> importEntityTypesSettings() {
126+
return ((EntityTypesStubSettings) getStubSettings()).importEntityTypesSettings();
127+
}
128+
129+
/** Returns the object with the settings used for calls to importEntityTypes. */
130+
public OperationCallSettings<
131+
ImportEntityTypesRequest, ImportEntityTypesResponse, ImportEntityTypesMetadata>
132+
importEntityTypesOperationSettings() {
133+
return ((EntityTypesStubSettings) getStubSettings()).importEntityTypesOperationSettings();
134+
}
135+
110136
/** Returns the object with the settings used for calls to listLocations. */
111137
public PagedCallSettings<ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
112138
listLocationsSettings() {
@@ -261,6 +287,32 @@ public UnaryCallSettings.Builder<DeleteEntityTypeRequest, Empty> deleteEntityTyp
261287
return getStubSettingsBuilder().listEntityTypesSettings();
262288
}
263289

290+
/** Returns the builder for the settings used for calls to exportEntityTypes. */
291+
public UnaryCallSettings.Builder<ExportEntityTypesRequest, Operation>
292+
exportEntityTypesSettings() {
293+
return getStubSettingsBuilder().exportEntityTypesSettings();
294+
}
295+
296+
/** Returns the builder for the settings used for calls to exportEntityTypes. */
297+
public OperationCallSettings.Builder<
298+
ExportEntityTypesRequest, ExportEntityTypesResponse, ExportEntityTypesMetadata>
299+
exportEntityTypesOperationSettings() {
300+
return getStubSettingsBuilder().exportEntityTypesOperationSettings();
301+
}
302+
303+
/** Returns the builder for the settings used for calls to importEntityTypes. */
304+
public UnaryCallSettings.Builder<ImportEntityTypesRequest, Operation>
305+
importEntityTypesSettings() {
306+
return getStubSettingsBuilder().importEntityTypesSettings();
307+
}
308+
309+
/** Returns the builder for the settings used for calls to importEntityTypes. */
310+
public OperationCallSettings.Builder<
311+
ImportEntityTypesRequest, ImportEntityTypesResponse, ImportEntityTypesMetadata>
312+
importEntityTypesOperationSettings() {
313+
return getStubSettingsBuilder().importEntityTypesOperationSettings();
314+
}
315+
264316
/** Returns the builder for the settings used for calls to listLocations. */
265317
public PagedCallSettings.Builder<
266318
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>

0 commit comments

Comments
 (0)