GoogleCloudRunV2Service class
Service acts as a top-level container that manages a set of configurations and revision templates which implement a network service.
Service exists to provide a singular abstraction which can be access controlled, reasoned about, and which encapsulates software lifecycle decisions such as rollout policy and team resource ownership.
Constructors
-
GoogleCloudRunV2Service({Map<
String, String> ? annotations, GoogleCloudRunV2BinaryAuthorization? binaryAuthorization, String? client, String? clientVersion, List<GoogleCloudRunV2Condition> ? conditions, String? createTime, String? creator, List<String> ? customAudiences, bool? defaultUriDisabled, String? deleteTime, String? description, String? etag, String? expireTime, String? generation, String? ingress, Map<String, String> ? labels, String? lastModifier, String? latestCreatedRevision, String? latestReadyRevision, String? launchStage, String? name, String? observedGeneration, bool? reconciling, bool? satisfiesPzs, GoogleCloudRunV2ServiceScaling? scaling, GoogleCloudRunV2RevisionTemplate? template, GoogleCloudRunV2Condition? terminalCondition, List<GoogleCloudRunV2TrafficTarget> ? traffic, List<GoogleCloudRunV2TrafficTargetStatus> ? trafficStatuses, String? uid, String? updateTime, String? uri}) - GoogleCloudRunV2Service.fromJson(Map json_)
Properties
-
annotations
↔ Map<
String, String> ? -
Unstructured key value map that may be set by external tools to store and
arbitrary metadata.
getter/setter pair
- binaryAuthorization ↔ GoogleCloudRunV2BinaryAuthorization?
-
Settings for the Binary Authorization feature.
getter/setter pair
- client ↔ String?
-
Arbitrary identifier for the API client.
getter/setter pair
- clientVersion ↔ String?
-
Arbitrary version identifier for the API client.
getter/setter pair
-
conditions
↔ List<
GoogleCloudRunV2Condition> ? -
The Conditions of all other associated sub-resources.
getter/setter pair
- createTime ↔ String?
-
The creation time.
getter/setter pair
- creator ↔ String?
-
Email address of the authenticated creator.
getter/setter pair
-
customAudiences
↔ List<
String> ? -
One or more custom audiences that you want this service to support.
getter/setter pair
- defaultUriDisabled ↔ bool?
-
Disables public resolution of the default URI of this service.
getter/setter pair
- deleteTime ↔ String?
-
The deletion time.
getter/setter pair
- description ↔ String?
-
User-provided description of the Service.
getter/setter pair
- etag ↔ String?
-
A system-generated fingerprint for this version of the resource.
getter/setter pair
- expireTime ↔ String?
-
For a deleted resource, the time after which it will be permamently
deleted.
getter/setter pair
- generation ↔ String?
-
A number that monotonically increases every time the user modifies the
desired state.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ingress ↔ String?
-
Provides the ingress settings for this Service.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
Unstructured key value map that can be used to organize and categorize
objects.
getter/setter pair
- lastModifier ↔ String?
-
Email address of the last authenticated modifier.
getter/setter pair
- latestCreatedRevision ↔ String?
-
Name of the last created revision.
getter/setter pair
- latestReadyRevision ↔ String?
-
Name of the latest revision that is serving traffic.
getter/setter pair
- launchStage ↔ String?
-
The launch stage as defined by
Google Cloud Platform Launch Stages.
getter/setter pair
- name ↔ String?
-
The fully qualified name of this Service.
getter/setter pair
- observedGeneration ↔ String?
-
The generation of this Service currently serving traffic.
getter/setter pair
- reconciling ↔ bool?
-
Returns true if the Service is currently being acted upon by the system to
bring it into the desired state.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- satisfiesPzs ↔ bool?
-
Reserved for future use.
getter/setter pair
- scaling ↔ GoogleCloudRunV2ServiceScaling?
-
Specifies service-level scaling settings
getter/setter pair
- template ↔ GoogleCloudRunV2RevisionTemplate?
-
The template used to create revisions for this Service.
getter/setter pair
- terminalCondition ↔ GoogleCloudRunV2Condition?
-
The Condition of this Service, containing its readiness status, and
detailed error information in case it did not reach a serving state.
getter/setter pair
-
traffic
↔ List<
GoogleCloudRunV2TrafficTarget> ? -
Specifies how to distribute traffic over a collection of Revisions
belonging to the Service.
getter/setter pair
-
trafficStatuses
↔ List<
GoogleCloudRunV2TrafficTargetStatus> ? -
Detailed status information for corresponding traffic targets.
getter/setter pair
- uid ↔ String?
-
Server assigned unique identifier for the trigger.
getter/setter pair
- updateTime ↔ String?
-
The last-modified time.
getter/setter pair
- uri ↔ String?
-
The main URI in which this Service is serving traffic.
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