feat: Automated regeneration of dlp v2 client
This commit is contained in:
parent
46a7be4fa5
commit
7209004d89
|
@ -27,7 +27,7 @@ module Google
|
||||||
# @see https://cloud.google.com/dlp/docs/
|
# @see https://cloud.google.com/dlp/docs/
|
||||||
module DlpV2
|
module DlpV2
|
||||||
VERSION = 'V2'
|
VERSION = 'V2'
|
||||||
REVISION = '20201009'
|
REVISION = '20201016'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -1638,14 +1638,14 @@ module Google
|
||||||
class GooglePrivacyDlpV2DateTime
|
class GooglePrivacyDlpV2DateTime
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Represents a whole or partial calendar date, e.g. a birthday. The time of day
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
||||||
# and time zone are either specified elsewhere or are not significant. The date
|
# day and time zone are either specified elsewhere or are insignificant. The
|
||||||
# is relative to the Proleptic Gregorian Calendar. This can represent: * A full
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
||||||
# date, with non-zero year, month and day values * A month and day value, with a
|
# following: * A full date, with non-zero year, month, and day values * A month
|
||||||
# zero year, e.g. an anniversary * A year on its own, with zero month and day
|
# and day value, with a zero year, such as an anniversary * A year on its own,
|
||||||
# values * A year and month value, with a zero day, e.g. a credit card
|
# with zero month and day values * A year and month value, with a zero day, such
|
||||||
# expiration date Related types are google.type.TimeOfDay and `google.protobuf.
|
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
||||||
# Timestamp`.
|
# google.protobuf.Timestamp`.
|
||||||
# Corresponds to the JSON property `date`
|
# Corresponds to the JSON property `date`
|
||||||
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
||||||
attr_accessor :date
|
attr_accessor :date
|
||||||
|
@ -6333,14 +6333,14 @@ module Google
|
||||||
attr_accessor :boolean_value
|
attr_accessor :boolean_value
|
||||||
alias_method :boolean_value?, :boolean_value
|
alias_method :boolean_value?, :boolean_value
|
||||||
|
|
||||||
# Represents a whole or partial calendar date, e.g. a birthday. The time of day
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
||||||
# and time zone are either specified elsewhere or are not significant. The date
|
# day and time zone are either specified elsewhere or are insignificant. The
|
||||||
# is relative to the Proleptic Gregorian Calendar. This can represent: * A full
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
||||||
# date, with non-zero year, month and day values * A month and day value, with a
|
# following: * A full date, with non-zero year, month, and day values * A month
|
||||||
# zero year, e.g. an anniversary * A year on its own, with zero month and day
|
# and day value, with a zero year, such as an anniversary * A year on its own,
|
||||||
# values * A year and month value, with a zero day, e.g. a credit card
|
# with zero month and day values * A year and month value, with a zero day, such
|
||||||
# expiration date Related types are google.type.TimeOfDay and `google.protobuf.
|
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
||||||
# Timestamp`.
|
# google.protobuf.Timestamp`.
|
||||||
# Corresponds to the JSON property `dateValue`
|
# Corresponds to the JSON property `dateValue`
|
||||||
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
||||||
attr_accessor :date_value
|
attr_accessor :date_value
|
||||||
|
@ -6500,31 +6500,31 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Represents a whole or partial calendar date, e.g. a birthday. The time of day
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
||||||
# and time zone are either specified elsewhere or are not significant. The date
|
# day and time zone are either specified elsewhere or are insignificant. The
|
||||||
# is relative to the Proleptic Gregorian Calendar. This can represent: * A full
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
||||||
# date, with non-zero year, month and day values * A month and day value, with a
|
# following: * A full date, with non-zero year, month, and day values * A month
|
||||||
# zero year, e.g. an anniversary * A year on its own, with zero month and day
|
# and day value, with a zero year, such as an anniversary * A year on its own,
|
||||||
# values * A year and month value, with a zero day, e.g. a credit card
|
# with zero month and day values * A year and month value, with a zero day, such
|
||||||
# expiration date Related types are google.type.TimeOfDay and `google.protobuf.
|
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
||||||
# Timestamp`.
|
# google.protobuf.Timestamp`.
|
||||||
class GoogleTypeDate
|
class GoogleTypeDate
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if
|
# Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to
|
||||||
# specifying a year by itself or a year and month where the day is not
|
# specify a year by itself or a year and month where the day isn't significant.
|
||||||
# significant.
|
|
||||||
# Corresponds to the JSON property `day`
|
# Corresponds to the JSON property `day`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :day
|
attr_accessor :day
|
||||||
|
|
||||||
# Month of year. Must be from 1 to 12, or 0 if specifying a year without a month
|
# Month of a year. Must be from 1 to 12, or 0 to specify a year without a month
|
||||||
# and day.
|
# and day.
|
||||||
# Corresponds to the JSON property `month`
|
# Corresponds to the JSON property `month`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :month
|
attr_accessor :month
|
||||||
|
|
||||||
# Year of date. Must be from 1 to 9999, or 0 if specifying a date without a year.
|
# Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
|
||||||
|
# year.
|
||||||
# Corresponds to the JSON property `year`
|
# Corresponds to the JSON property `year`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :year
|
attr_accessor :year
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"git": {
|
"git": {
|
||||||
"name": ".",
|
"name": ".",
|
||||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||||
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
|
"sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue