managedServiceConfigs property

  1. @TagNumber(11)
List<ApiConfig_File> managedServiceConfigs

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.

Implementation

@$pb.TagNumber(11)
$core.List<ApiConfig_File> get managedServiceConfigs => $_getList(8);