managedServiceConfigs

@JvmName(name = "lyjocxvksooekmmr")
suspend fun managedServiceConfigs(value: Output<List<ApigatewayApiConfigFileArgs>>)
@JvmName(name = "yyqfyetxqltsyyod")
suspend fun managedServiceConfigs(value: List<ApigatewayApiConfigFileArgs>?)

Parameters

value

Optional. Service Configuration files. At least one must be included when using gRPC service definitions. See https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview for the expected file contents. If multiple files are specified, the files are merged with the following rules: * All singular scalar fields are merged using "last one wins" semantics in the order of the files uploaded. * Repeated fields are concatenated. * Singular embedded messages are merged using these rules for nested fields.


@JvmName(name = "npcaxfigltvbyqai")
suspend fun managedServiceConfigs(vararg values: Output<ApigatewayApiConfigFileArgs>)


@JvmName(name = "qeqfkevrfwbkrabk")
suspend fun managedServiceConfigs(values: List<Output<ApigatewayApiConfigFileArgs>>)
@JvmName(name = "frbgumcvoabktyhn")
suspend fun managedServiceConfigs(vararg values: ApigatewayApiConfigFileArgs)

Parameters

values

Optional. Service Configuration files. At least one must be included when using gRPC service definitions. See https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview for the expected file contents. If multiple files are specified, the files are merged with the following rules: * All singular scalar fields are merged using "last one wins" semantics in the order of the files uploaded. * Repeated fields are concatenated. * Singular embedded messages are merged using these rules for nested fields.


@JvmName(name = "qntpaswttabbvnkc")
suspend fun managedServiceConfigs(argument: List<suspend ApigatewayApiConfigFileArgsBuilder.() -> Unit>)
@JvmName(name = "ehbfstjfmptkxliy")
suspend fun managedServiceConfigs(vararg argument: suspend ApigatewayApiConfigFileArgsBuilder.() -> Unit)
@JvmName(name = "pvgdrbfceuooidsf")
suspend fun managedServiceConfigs(argument: suspend ApigatewayApiConfigFileArgsBuilder.() -> Unit)

Parameters

argument

Optional. Service Configuration files. At least one must be included when using gRPC service definitions. See https://cloud.google.com/endpoints/docs/grpc/grpc-service-config#service_configuration_overview for the expected file contents. If multiple files are specified, the files are merged with the following rules: * All singular scalar fields are merged using "last one wins" semantics in the order of the files uploaded. * Repeated fields are concatenated. * Singular embedded messages are merged using these rules for nested fields.