public interface BatchUpdateGenerativeQuestionConfigsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Optional.
|
com.google.protobuf.ByteString |
getParentBytes()
Optional.
|
UpdateGenerativeQuestionConfigRequest |
getRequests(int index)
Required.
|
int |
getRequestsCount()
Required.
|
List<UpdateGenerativeQuestionConfigRequest> |
getRequestsList()
Required.
|
UpdateGenerativeQuestionConfigRequestOrBuilder |
getRequestsOrBuilder(int index)
Required.
|
List<? extends UpdateGenerativeQuestionConfigRequestOrBuilder> |
getRequestsOrBuilderList()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Optional. Resource name of the parent catalog.
Format: projects/{project}/locations/{location}/catalogs/{catalog}
string parent = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Optional. Resource name of the parent catalog.
Format: projects/{project}/locations/{location}/catalogs/{catalog}
string parent = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
List<UpdateGenerativeQuestionConfigRequest> getRequestsList()
Required. The updates question configs.
repeated .google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
UpdateGenerativeQuestionConfigRequest getRequests(int index)
Required. The updates question configs.
repeated .google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
int getRequestsCount()
Required. The updates question configs.
repeated .google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends UpdateGenerativeQuestionConfigRequestOrBuilder> getRequestsOrBuilderList()
Required. The updates question configs.
repeated .google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
UpdateGenerativeQuestionConfigRequestOrBuilder getRequestsOrBuilder(int index)
Required. The updates question configs.
repeated .google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.