Skip to content

Commit

Permalink
feat: Automated regeneration of androidmanagement v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 21, 2020
1 parent cb0c5bf commit 2d9a87d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 28 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/androidmanagement_v1.rb
Expand Up @@ -26,7 +26,7 @@ module Apis
# @see https://developers.google.com/android/management
module AndroidmanagementV1
VERSION = 'V1'
REVISION = '20200925'
REVISION = '20201012'

# Manage Android devices and apps for your customers
AUTH_ANDROIDMANAGEMENT = 'https://www.googleapis.com/auth/androidmanagement'
Expand Down
55 changes: 29 additions & 26 deletions generated/google/apis/androidmanagement_v1/classes.rb
Expand Up @@ -618,30 +618,31 @@ def update!(**args)
end
end

# Represents a whole or partial calendar date, e.g. a birthday. The time of day
# and time zone are either specified elsewhere or are not significant. The date
# is relative to the Proleptic Gregorian Calendar. This can represent: A full
# date, with non-zero year, month and day values A month and day value, with a
# zero year, e.g. an anniversary A year on its own, with zero month and day
# values A year and month value, with a zero day, e.g. a credit card expiration
# dateRelated types are google.type.TimeOfDay and google.protobuf.Timestamp.
# Represents a whole or partial calendar date, such as a birthday. The time of
# day and time zone are either specified elsewhere or are insignificant. The
# date is relative to the Gregorian Calendar. This can represent one of the
# following: A full date, with non-zero year, month, and day values A month and
# day value, with a zero year, such as an anniversary A year on its own, with
# zero month and day values A year and month value, with a zero day, such as a
# credit card expiration dateRelated types are google.type.TimeOfDay and google.
# protobuf.Timestamp.
class Date
include Google::Apis::Core::Hashable

# Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if
# specifying a year by itself or a year and month where the day is not
# significant.
# Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to
# specify a year by itself or a year and month where the day isn't significant.
# Corresponds to the JSON property `day`
# @return [Fixnum]
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.
# Corresponds to the JSON property `month`
# @return [Fixnum]
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`
# @return [Fixnum]
attr_accessor :year
Expand Down Expand Up @@ -1252,24 +1253,26 @@ def update!(**args)
class FreezePeriod
include Google::Apis::Core::Hashable

# Represents a whole or partial calendar date, e.g. a birthday. The time of day
# and time zone are either specified elsewhere or are not significant. The date
# is relative to the Proleptic Gregorian Calendar. This can represent: A full
# date, with non-zero year, month and day values A month and day value, with a
# zero year, e.g. an anniversary A year on its own, with zero month and day
# values A year and month value, with a zero day, e.g. a credit card expiration
# dateRelated types are google.type.TimeOfDay and google.protobuf.Timestamp.
# Represents a whole or partial calendar date, such as a birthday. The time of
# day and time zone are either specified elsewhere or are insignificant. The
# date is relative to the Gregorian Calendar. This can represent one of the
# following: A full date, with non-zero year, month, and day values A month and
# day value, with a zero year, such as an anniversary A year on its own, with
# zero month and day values A year and month value, with a zero day, such as a
# credit card expiration dateRelated types are google.type.TimeOfDay and google.
# protobuf.Timestamp.
# Corresponds to the JSON property `endDate`
# @return [Google::Apis::AndroidmanagementV1::Date]
attr_accessor :end_date

# Represents a whole or partial calendar date, e.g. a birthday. The time of day
# and time zone are either specified elsewhere or are not significant. The date
# is relative to the Proleptic Gregorian Calendar. This can represent: A full
# date, with non-zero year, month and day values A month and day value, with a
# zero year, e.g. an anniversary A year on its own, with zero month and day
# values A year and month value, with a zero day, e.g. a credit card expiration
# dateRelated types are google.type.TimeOfDay and google.protobuf.Timestamp.
# Represents a whole or partial calendar date, such as a birthday. The time of
# day and time zone are either specified elsewhere or are insignificant. The
# date is relative to the Gregorian Calendar. This can represent one of the
# following: A full date, with non-zero year, month, and day values A month and
# day value, with a zero year, such as an anniversary A year on its own, with
# zero month and day values A year and month value, with a zero day, such as a
# credit card expiration dateRelated types are google.type.TimeOfDay and google.
# protobuf.Timestamp.
# Corresponds to the JSON property `startDate`
# @return [Google::Apis::AndroidmanagementV1::Date]
attr_accessor :start_date
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/androidmanagement_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "c98c719bbab68d0890524d53f8b629d7858af9c2"
"sha": "cb0c5bf94e2b1c915107eec83041d4409c900155"
}
}
]
Expand Down

0 comments on commit 2d9a87d

Please sign in to comment.