ApigatewayApiConfig class
An API Configuration is a combination of settings for both the Managed Service and Gateways serving this API Config.
Constructors
-
ApigatewayApiConfig({String? createTime, String? displayName, String? gatewayServiceAccount, List<
ApigatewayApiConfigGrpcServiceDefinition> ? grpcServices, Map<String, String> ? labels, List<ApigatewayApiConfigFile> ? managedServiceConfigs, String? name, List<ApigatewayApiConfigOpenApiDocument> ? openapiDocuments, String? serviceConfigId, String? state, String? updateTime}) - ApigatewayApiConfig.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Created time.
getter/setter pair
- displayName ↔ String?
-
Display name.
getter/setter pair
- gatewayServiceAccount ↔ String?
-
The Google Cloud IAM Service Account that Gateways serving this config
should use to authenticate to other services.
getter/setter pair
-
grpcServices
↔ List<
ApigatewayApiConfigGrpcServiceDefinition> ? -
gRPC service definition files.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Resource labels to represent user-provided metadata.
getter/setter pair
-
managedServiceConfigs
↔ List<
ApigatewayApiConfigFile> ? -
Service Configuration files.
getter/setter pair
- name ↔ String?
-
Resource name of the API Config.
getter/setter pair
-
openapiDocuments
↔ List<
ApigatewayApiConfigOpenApiDocument> ? -
OpenAPI specification documents.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceConfigId ↔ String?
-
The ID of the associated Service Config (
https://cloud.google.com/service-infrastructure/docs/glossary#config).
getter/setter pair
- state ↔ String?
-
State of the API Config.
getter/setter pair
- updateTime ↔ String?
-
Updated time.
getter/setter pair
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