@@ -1391,8 +1391,8 @@ class GoogleCloudRunV2Instance
13911391 # @return [String]
13921392 attr_accessor :encryption_key_revocation_action
13931393
1394- # If encryption_key_revocation_action is SHUTDOWN, the duration before shutting
1395- # down all instances. The minimum increment is 1 hour.
1394+ # If ` encryption_key_revocation_action` is ` SHUTDOWN` , the duration before
1395+ # shutting down all instances. The minimum increment is 1 hour.
13961396 # Corresponds to the JSON property `encryptionKeyShutdownDuration`
13971397 # @return [String]
13981398 attr_accessor :encryption_key_shutdown_duration
@@ -1410,9 +1410,9 @@ class GoogleCloudRunV2Instance
14101410 attr_accessor :expire_time
14111411
14121412 # Output only. A number that monotonically increases every time the user
1413- # modifies the desired state. Please note that unlike v1, this is an int64 value.
1414- # As with most Google APIs, its JSON representation will be a `string` instead
1415- # of an `integer`.
1413+ # modifies the desired state. Please note that unlike v1, this is an ` int64`
1414+ # value. As with most Google APIs, its JSON representation will be a `string`
1415+ # instead of an `integer`.
14161416 # Corresponds to the JSON property `generation`
14171417 # @return [Fixnum]
14181418 attr_accessor :generation
@@ -1430,13 +1430,13 @@ class GoogleCloudRunV2Instance
14301430 alias_method :iap_enabled? , :iap_enabled
14311431
14321432 # Optional. Provides the ingress settings for this Instance. On output, returns
1433- # the currently observed ingress settings, or INGRESS_TRAFFIC_UNSPECIFIED if no
1434- # revision is active.
1433+ # the currently observed ingress settings, or ` INGRESS_TRAFFIC_UNSPECIFIED` if
1434+ # no revision is active.
14351435 # Corresponds to the JSON property `ingress`
14361436 # @return [String]
14371437 attr_accessor :ingress
14381438
1439- # Optional. Disables IAM permission check for run.routes.invoke for callers of
1439+ # Optional. Disables IAM permission check for ` run.routes.invoke` for callers of
14401440 # this Instance. For more information, visit https://cloud.google.com/run/docs/
14411441 # securing/managing-access#invoker_check.
14421442 # Corresponds to the JSON property `invokerIamDisabled`
@@ -1456,11 +1456,11 @@ class GoogleCloudRunV2Instance
14561456
14571457 # The launch stage as defined by [Google Cloud Platform Launch Stages](https://
14581458 # cloud.google.com/terms/launch-stages). Cloud Run supports `ALPHA`, `BETA`, and
1459- # `GA`. If no value is specified, GA is assumed. Set the launch stage to a
1459+ # `GA`. If no value is specified, `GA` is assumed. Set the launch stage to a
14601460 # preview stage on input to allow use of preview features in that stage. On read
14611461 # (or output), describes whether the resource uses preview features. For example,
1462- # if ALPHA is provided as input, but only BETA and GA -level features are used,
1463- # this field will be BETA on output.
1462+ # if ` ALPHA` is provided as input, but only ` BETA` and `GA` -level features are
1463+ # used, this field will be ` BETA` on output.
14641464 # Corresponds to the JSON property `launchStage`
14651465 # @return [String]
14661466 attr_accessor :launch_stage
@@ -1470,10 +1470,9 @@ class GoogleCloudRunV2Instance
14701470 # @return [String]
14711471 attr_accessor :log_uri
14721472
1473- # The fully qualified name of this Instance. In CreateInstanceRequest, this
1474- # field is ignored, and instead composed from CreateInstanceRequest.parent and
1475- # CreateInstanceRequest.instance_id. Format: projects/`project`/locations/`
1476- # location`/instances/`instance_id`
1473+ # The fully qualified name of this Instance. In `CreateInstanceRequest`, this
1474+ # field is ignored, and instead composed from `CreateInstanceRequest.parent` and
1475+ # `CreateInstanceRequest.instance_id`.
14771476 # Corresponds to the JSON property `name`
14781477 # @return [String]
14791478 attr_accessor :name
@@ -1485,20 +1484,20 @@ class GoogleCloudRunV2Instance
14851484
14861485 # Output only. The generation of this Instance currently serving traffic. See
14871486 # comments in `reconciling` for additional information on reconciliation process
1488- # in Cloud Run. Please note that unlike v1, this is an int64 value. As with most
1489- # Google APIs, its JSON representation will be a `string` instead of an `integer `
1490- # .
1487+ # in Cloud Run. Please note that unlike v1, this is an ` int64` value. As with
1488+ # most Google APIs, its JSON representation will be a `string` instead of an `
1489+ # integer` .
14911490 # Corresponds to the JSON property `observedGeneration`
14921491 # @return [Fixnum]
14931492 attr_accessor :observed_generation
14941493
1495- # Output only. Returns true if the Instance is currently being acted upon by the
1496- # system to bring it into the desired state. When a new Instance is created, or
1497- # an existing one is updated, Cloud Run will asynchronously perform all
1494+ # Output only. Returns ` true` if the Instance is currently being acted upon by
1495+ # the system to bring it into the desired state. When a new Instance is created,
1496+ # or an existing one is updated, Cloud Run will asynchronously perform all
14981497 # necessary steps to bring the Instance to the desired serving state. This
14991498 # process is called reconciliation. While reconciliation is in process, `
15001499 # observed_generation` will have a transient value that might mismatch the
1501- # intended state. Once reconciliation is over (and this field is false), there
1500+ # intended state. Once reconciliation is over (and this field is ` false` ), there
15021501 # are two possible outcomes: reconciliation succeeded and the serving state
15031502 # matches the Instance, or there was an error, and reconciliation failed. This
15041503 # state can be found in `terminal_condition.state`.
@@ -2507,11 +2506,6 @@ class GoogleCloudRunV2Revision
25072506 attr_accessor :reconciling
25082507 alias_method :reconciling? , :reconciling
25092508
2510- # Configuration for sandboxes.
2511- # Corresponds to the JSON property `sandboxes`
2512- # @return [Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration]
2513- attr_accessor :sandboxes
2514-
25152509 # Output only. Reserved for future use.
25162510 # Corresponds to the JSON property `satisfiesPzs`
25172511 # @return [Boolean]
@@ -2610,7 +2604,6 @@ def update!(**args)
26102604 @node_selector = args [ :node_selector ] if args . key? ( :node_selector )
26112605 @observed_generation = args [ :observed_generation ] if args . key? ( :observed_generation )
26122606 @reconciling = args [ :reconciling ] if args . key? ( :reconciling )
2613- @sandboxes = args [ :sandboxes ] if args . key? ( :sandboxes )
26142607 @satisfies_pzs = args [ :satisfies_pzs ] if args . key? ( :satisfies_pzs )
26152608 @scaling = args [ :scaling ] if args . key? ( :scaling )
26162609 @scaling_status = args [ :scaling_status ] if args . key? ( :scaling_status )
@@ -2788,11 +2781,6 @@ class GoogleCloudRunV2RevisionTemplate
27882781 # @return [String]
27892782 attr_accessor :revision
27902783
2791- # Configuration for sandboxes.
2792- # Corresponds to the JSON property `sandboxes`
2793- # @return [Google::Apis::RunV2::GoogleCloudRunV2SandboxConfiguration]
2794- attr_accessor :sandboxes
2795-
27962784 # Settings for revision-level scaling settings.
27972785 # Corresponds to the JSON property `scaling`
27982786 # @return [Google::Apis::RunV2::GoogleCloudRunV2RevisionScaling]
@@ -2854,7 +2842,6 @@ def update!(**args)
28542842 @max_instance_request_concurrency = args [ :max_instance_request_concurrency ] if args . key? ( :max_instance_request_concurrency )
28552843 @node_selector = args [ :node_selector ] if args . key? ( :node_selector )
28562844 @revision = args [ :revision ] if args . key? ( :revision )
2857- @sandboxes = args [ :sandboxes ] if args . key? ( :sandboxes )
28582845 @scaling = args [ :scaling ] if args . key? ( :scaling )
28592846 @service_account = args [ :service_account ] if args . key? ( :service_account )
28602847 @service_mesh = args [ :service_mesh ] if args . key? ( :service_mesh )
@@ -2899,25 +2886,6 @@ def update!(**args)
28992886 end
29002887 end
29012888
2902- # Configuration for sandboxes.
2903- class GoogleCloudRunV2SandboxConfiguration
2904- include Google ::Apis ::Core ::Hashable
2905-
2906- # Required. Container templates that can be launched through the `sandbox` CLI.
2907- # Corresponds to the JSON property `templates`
2908- # @return [Array<Google::Apis::RunV2::GoogleCloudRunV2Container>]
2909- attr_accessor :templates
2910-
2911- def initialize ( **args )
2912- update! ( **args )
2913- end
2914-
2915- # Update properties of this object
2916- def update! ( **args )
2917- @templates = args [ :templates ] if args . key? ( :templates )
2918- end
2919- end
2920-
29212889 # SecretEnvVarSource represents a source for the value of an EnvVar.
29222890 class GoogleCloudRunV2SecretKeySelector
29232891 include Google ::Apis ::Core ::Hashable
0 commit comments