Interface BatchUpdateGenerativeQuestionConfigsRequestOrBuilder (2.54.0)

public interface BatchUpdateGenerativeQuestionConfigsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String 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) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract 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) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getRequests(int index)

public abstract UpdateGenerativeQuestionConfigRequest getRequests(int index)

Required. The updates question configs.

repeated .google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
UpdateGenerativeQuestionConfigRequest

getRequestsCount()

public abstract int getRequestsCount()

Required. The updates question configs.

repeated .google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getRequestsList()

public abstract List<UpdateGenerativeQuestionConfigRequest> getRequestsList()

Required. The updates question configs.

repeated .google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<UpdateGenerativeQuestionConfigRequest>

getRequestsOrBuilder(int index)

public abstract UpdateGenerativeQuestionConfigRequestOrBuilder getRequestsOrBuilder(int index)

Required. The updates question configs.

repeated .google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
UpdateGenerativeQuestionConfigRequestOrBuilder

getRequestsOrBuilderList()

public abstract List<? extends UpdateGenerativeQuestionConfigRequestOrBuilder> getRequestsOrBuilderList()

Required. The updates question configs.

repeated .google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.retail.v2.UpdateGenerativeQuestionConfigRequestOrBuilder>