EndpointsApiService class
Google Cloud Endpoints (https://cloud.google.com/endpoints) configuration.
The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy. Only valid for App Engine Flexible environment deployments.The fields here refer to the name and configuration ID of a "service" resource in the Service Management API (https://cloud.google.com/service-management/overview).
Constructors
- EndpointsApiService({String? configId, bool? disableTraceSampling, String? name, String? rolloutStrategy})
- EndpointsApiService.fromJson(Map json_)
Properties
- configId ↔ String?
-
Endpoints service configuration ID as specified by the Service Management
API.
getter/setter pair
- disableTraceSampling ↔ bool?
-
Enable or disable trace sampling.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Endpoints service name which is the name of the "service" resource in the
Service Management API.
getter/setter pair
- rolloutStrategy ↔ String?
-
Endpoints rollout strategy.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited