28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
# Copyright 2019 Google LLC. All Rights Reserved.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# Shared flags definitions for assets commands.
|
|
|
|
compare_duration:
|
|
arg_name: compare-duration
|
|
type: googlecloudsdk.core.util.times:ParseDuration
|
|
processor: googlecloudsdk.core.util.times:FormatDurationForJson
|
|
api_field: compareDuration
|
|
is_positional: false
|
|
required: false
|
|
help_text: |
|
|
The result's "state_change" attribute is updated to indicate whether the asset was added, removed,
|
|
or remained present during the compare_duration period of time that precedes the read_time. See
|
|
`$ gcloud topic datetimes` for information on supported duration formats.
|