operations

@JvmName(name = "ponnnyujegsasmcw")
suspend fun operations(value: Output<List<GoogleCloudApigeeV1GraphQLOperationArgs>>)
@JvmName(name = "cdubfrsiivyqeeda")
suspend fun operations(value: List<GoogleCloudApigeeV1GraphQLOperationArgs>)

Parameters

value

List of GraphQL name/operation type pairs for the proxy or remote service to which quota will be applied. If only operation types are specified, the quota will be applied to all GraphQL requests irrespective of the GraphQL name. Note: Currently, you can specify only a single GraphQLOperation. Specifying more than one will cause the operation to fail.


@JvmName(name = "pqpgnlrhtfhttvdg")
suspend fun operations(vararg values: Output<GoogleCloudApigeeV1GraphQLOperationArgs>)


@JvmName(name = "mltryfusvwjkujpx")
suspend fun operations(values: List<Output<GoogleCloudApigeeV1GraphQLOperationArgs>>)
@JvmName(name = "ychahlfgdsgokwfy")
suspend fun operations(vararg values: GoogleCloudApigeeV1GraphQLOperationArgs)

Parameters

values

List of GraphQL name/operation type pairs for the proxy or remote service to which quota will be applied. If only operation types are specified, the quota will be applied to all GraphQL requests irrespective of the GraphQL name. Note: Currently, you can specify only a single GraphQLOperation. Specifying more than one will cause the operation to fail.


@JvmName(name = "htvwmchcerwqpwbm")
suspend fun operations(argument: List<suspend GoogleCloudApigeeV1GraphQLOperationArgsBuilder.() -> Unit>)
@JvmName(name = "mciyuweotdybogwp")
suspend fun operations(vararg argument: suspend GoogleCloudApigeeV1GraphQLOperationArgsBuilder.() -> Unit)
@JvmName(name = "dathvvjfwsmdcknb")
suspend fun operations(argument: suspend GoogleCloudApigeeV1GraphQLOperationArgsBuilder.() -> Unit)

Parameters

argument

List of GraphQL name/operation type pairs for the proxy or remote service to which quota will be applied. If only operation types are specified, the quota will be applied to all GraphQL requests irrespective of the GraphQL name. Note: Currently, you can specify only a single GraphQLOperation. Specifying more than one will cause the operation to fail.