managedServiceConfigs property

List<ApigatewayApiConfigFile>? managedServiceConfigs
getter/setter pair

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.

Optional.

Implementation

core.List<ApigatewayApiConfigFile>? managedServiceConfigs;