ContainerSpec class
Container Spec.
Constructors
- ContainerSpec({FlexTemplateRuntimeEnvironment? defaultEnvironment, String? image, String? imageRepositoryCertPath, String? imageRepositoryPasswordSecretId, String? imageRepositoryUsernameSecretId, TemplateMetadata? metadata, SDKInfo? sdkInfo})
- ContainerSpec.fromJson(Map json_)
Properties
- defaultEnvironment ↔ FlexTemplateRuntimeEnvironment?
-
Default runtime environment for the job.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- image ↔ String?
-
Name of the docker container image.
getter/setter pair
- imageRepositoryCertPath ↔ String?
-
Cloud Storage path to self-signed certificate of private registry.
getter/setter pair
- imageRepositoryPasswordSecretId ↔ String?
-
Secret Manager secret id for password to authenticate to private registry.
getter/setter pair
- imageRepositoryUsernameSecretId ↔ String?
-
Secret Manager secret id for username to authenticate to private registry.
getter/setter pair
- metadata ↔ TemplateMetadata?
-
Metadata describing a template including description and validation rules.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkInfo ↔ SDKInfo?
-
SDK info of the Flex Template.
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