proto_docs/google/cloud/config/v1/config.rb in google-cloud-config_service-v1-0.5.0 vs proto_docs/google/cloud/config/v1/config.rb in google-cloud-config_service-v1-0.6.0
- old
+ new
@@ -120,10 +120,16 @@
# @!attribute [rw] quota_validation
# @return [::Google::Cloud::ConfigService::V1::QuotaValidation]
# Optional. Input to control quota checks for resources in terraform
# configuration files. There are limited resources on which quota validation
# applies.
+ # @!attribute [rw] annotations
+ # @return [::Google::Protobuf::Map{::String => ::String}]
+ # Optional. Arbitrary key-value metadata storage e.g. to help client tools
+ # identify deployments during automation. See
+ # https://google.aip.dev/148#annotations for details on format and size
+ # limitations.
class Deployment
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
# @!attribute [rw] key
@@ -133,10 +139,19 @@
class LabelsEntry
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
+ # @!attribute [rw] key
+ # @return [::String]
+ # @!attribute [rw] value
+ # @return [::String]
+ class AnnotationsEntry
+ include ::Google::Protobuf::MessageExts
+ extend ::Google::Protobuf::MessageExts::ClassMethods
+ end
+
# Possible states of a deployment.
module State
# The default value. This value is used if the state is omitted.
STATE_UNSPECIFIED = 0
@@ -1197,9 +1212,17 @@
# @return [::Google::Cloud::ConfigService::V1::PreviewArtifacts]
# Output only. Artifacts from preview.
# @!attribute [r] logs
# @return [::String]
# Output only. Location of preview logs in `gs://{bucket}/{object}` format.
+ # @!attribute [r] tf_version
+ # @return [::String]
+ # Output only. The current Terraform version set on the preview.
+ # It is in the format of "Major.Minor.Patch", for example, "1.3.10".
+ # @!attribute [rw] tf_version_constraint
+ # @return [::String]
+ # Optional. The user-specified Terraform version constraint.
+ # Example: "=1.3.10".
class Preview
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
# @!attribute [rw] key