Autogenerated update (2020-06-16)
Update: - androidmanagement_v1 - androidpublisher_v3 - clouderrorreporting_v1beta1 - run_v1 - run_v1alpha1 - run_v1beta1 - securitycenter_v1 - securitycenter_v1p1beta1 - slides_v1 - vision_v1p2beta1
This commit is contained in:
		
							parent
							
								
									16951b916f
								
							
						
					
					
						commit
						b876939241
					
				|  | @ -26,7 +26,7 @@ module Google | ||||||
|     # @see https://developers.google.com/android/management |     # @see https://developers.google.com/android/management | ||||||
|     module AndroidmanagementV1 |     module AndroidmanagementV1 | ||||||
|       VERSION = 'V1' |       VERSION = 'V1' | ||||||
|       REVISION = '20200330' |       REVISION = '20200612' | ||||||
| 
 | 
 | ||||||
|       # Manage Android devices and apps for your customers |       # Manage Android devices and apps for your customers | ||||||
|       AUTH_ANDROIDMANAGEMENT = 'https://www.googleapis.com/auth/androidmanagement' |       AUTH_ANDROIDMANAGEMENT = 'https://www.googleapis.com/auth/androidmanagement' | ||||||
|  |  | ||||||
|  | @ -446,6 +446,12 @@ module Google | ||||||
|         # @return [Fixnum] |         # @return [Fixnum] | ||||||
|         attr_accessor :block_after_days |         attr_accessor :block_after_days | ||||||
|        |        | ||||||
|  |         # Specifies the scope of this BlockAction. Only applicable to devices that are | ||||||
|  |         # company-owned. | ||||||
|  |         # Corresponds to the JSON property `blockScope` | ||||||
|  |         # @return [String] | ||||||
|  |         attr_accessor :block_scope | ||||||
|  |        | ||||||
|         def initialize(**args) |         def initialize(**args) | ||||||
|            update!(**args) |            update!(**args) | ||||||
|         end |         end | ||||||
|  | @ -453,6 +459,7 @@ module Google | ||||||
|         # Update properties of this object |         # Update properties of this object | ||||||
|         def update!(**args) |         def update!(**args) | ||||||
|           @block_after_days = args[:block_after_days] if args.key?(:block_after_days) |           @block_after_days = args[:block_after_days] if args.key?(:block_after_days) | ||||||
|  |           @block_scope = args[:block_scope] if args.key?(:block_scope) | ||||||
|         end |         end | ||||||
|       end |       end | ||||||
|        |        | ||||||
|  | @ -776,6 +783,11 @@ module Google | ||||||
|         # @return [Array<Google::Apis::AndroidmanagementV1::NonComplianceDetail>] |         # @return [Array<Google::Apis::AndroidmanagementV1::NonComplianceDetail>] | ||||||
|         attr_accessor :non_compliance_details |         attr_accessor :non_compliance_details | ||||||
|        |        | ||||||
|  |         # Ownership of the managed device. | ||||||
|  |         # Corresponds to the JSON property `ownership` | ||||||
|  |         # @return [String] | ||||||
|  |         attr_accessor :ownership | ||||||
|  |        | ||||||
|         # Whether the device is compliant with its policy. |         # Whether the device is compliant with its policy. | ||||||
|         # Corresponds to the JSON property `policyCompliant` |         # Corresponds to the JSON property `policyCompliant` | ||||||
|         # @return [Boolean] |         # @return [Boolean] | ||||||
|  | @ -872,6 +884,7 @@ module Google | ||||||
|           @name = args[:name] if args.key?(:name) |           @name = args[:name] if args.key?(:name) | ||||||
|           @network_info = args[:network_info] if args.key?(:network_info) |           @network_info = args[:network_info] if args.key?(:network_info) | ||||||
|           @non_compliance_details = args[:non_compliance_details] if args.key?(:non_compliance_details) |           @non_compliance_details = args[:non_compliance_details] if args.key?(:non_compliance_details) | ||||||
|  |           @ownership = args[:ownership] if args.key?(:ownership) | ||||||
|           @policy_compliant = args[:policy_compliant] if args.key?(:policy_compliant) |           @policy_compliant = args[:policy_compliant] if args.key?(:policy_compliant) | ||||||
|           @policy_name = args[:policy_name] if args.key?(:policy_name) |           @policy_name = args[:policy_name] if args.key?(:policy_name) | ||||||
|           @power_management_events = args[:power_management_events] if args.key?(:power_management_events) |           @power_management_events = args[:power_management_events] if args.key?(:power_management_events) | ||||||
|  | @ -1035,6 +1048,11 @@ module Google | ||||||
|         # @return [String] |         # @return [String] | ||||||
|         attr_accessor :additional_data |         attr_accessor :additional_data | ||||||
|        |        | ||||||
|  |         # Controls personal usage on devices provisioned using this enrollment token. | ||||||
|  |         # Corresponds to the JSON property `allowPersonalUsage` | ||||||
|  |         # @return [String] | ||||||
|  |         attr_accessor :allow_personal_usage | ||||||
|  |        | ||||||
|         # The length of time the enrollment token is valid, ranging from 1 minute to 30 |         # The length of time the enrollment token is valid, ranging from 1 minute to 30 | ||||||
|         # days. If not specified, the default duration is 1 hour. |         # days. If not specified, the default duration is 1 hour. | ||||||
|         # Corresponds to the JSON property `duration` |         # Corresponds to the JSON property `duration` | ||||||
|  | @ -1098,6 +1116,7 @@ module Google | ||||||
|         # Update properties of this object |         # Update properties of this object | ||||||
|         def update!(**args) |         def update!(**args) | ||||||
|           @additional_data = args[:additional_data] if args.key?(:additional_data) |           @additional_data = args[:additional_data] if args.key?(:additional_data) | ||||||
|  |           @allow_personal_usage = args[:allow_personal_usage] if args.key?(:allow_personal_usage) | ||||||
|           @duration = args[:duration] if args.key?(:duration) |           @duration = args[:duration] if args.key?(:duration) | ||||||
|           @expiration_timestamp = args[:expiration_timestamp] if args.key?(:expiration_timestamp) |           @expiration_timestamp = args[:expiration_timestamp] if args.key?(:expiration_timestamp) | ||||||
|           @name = args[:name] if args.key?(:name) |           @name = args[:name] if args.key?(:name) | ||||||
|  | @ -2203,6 +2222,84 @@ module Google | ||||||
|         end |         end | ||||||
|       end |       end | ||||||
|        |        | ||||||
|  |       # Policies for apps on the personal profile of a Corporate Owned Personally | ||||||
|  |       # Enabled device. | ||||||
|  |       class PersonalApplicationPolicy | ||||||
|  |         include Google::Apis::Core::Hashable | ||||||
|  |        | ||||||
|  |         # The type of installation to perform. | ||||||
|  |         # Corresponds to the JSON property `installType` | ||||||
|  |         # @return [String] | ||||||
|  |         attr_accessor :install_type | ||||||
|  |        | ||||||
|  |         # The package name of the application. | ||||||
|  |         # Corresponds to the JSON property `packageName` | ||||||
|  |         # @return [String] | ||||||
|  |         attr_accessor :package_name | ||||||
|  |        | ||||||
|  |         def initialize(**args) | ||||||
|  |            update!(**args) | ||||||
|  |         end | ||||||
|  |        | ||||||
|  |         # Update properties of this object | ||||||
|  |         def update!(**args) | ||||||
|  |           @install_type = args[:install_type] if args.key?(:install_type) | ||||||
|  |           @package_name = args[:package_name] if args.key?(:package_name) | ||||||
|  |         end | ||||||
|  |       end | ||||||
|  |        | ||||||
|  |       # Policies controlling personal usage on a Corporate Owned Personally Enabled | ||||||
|  |       # device. | ||||||
|  |       class PersonalUsagePolicies | ||||||
|  |         include Google::Apis::Core::Hashable | ||||||
|  |        | ||||||
|  |         # Account types that can't be managed by the user. | ||||||
|  |         # Corresponds to the JSON property `accountTypesWithManagementDisabled` | ||||||
|  |         # @return [Array<String>] | ||||||
|  |         attr_accessor :account_types_with_management_disabled | ||||||
|  |        | ||||||
|  |         # Whether camera is disabled. | ||||||
|  |         # Corresponds to the JSON property `cameraDisabled` | ||||||
|  |         # @return [Boolean] | ||||||
|  |         attr_accessor :camera_disabled | ||||||
|  |         alias_method :camera_disabled?, :camera_disabled | ||||||
|  |        | ||||||
|  |         # Controls how long the work profile can stay off. | ||||||
|  |         # Corresponds to the JSON property `maxDaysWithWorkOff` | ||||||
|  |         # @return [Fixnum] | ||||||
|  |         attr_accessor :max_days_with_work_off | ||||||
|  |        | ||||||
|  |         # Policy applied to applications on the personal profile. | ||||||
|  |         # Corresponds to the JSON property `personalApplications` | ||||||
|  |         # @return [Array<Google::Apis::AndroidmanagementV1::PersonalApplicationPolicy>] | ||||||
|  |         attr_accessor :personal_applications | ||||||
|  |        | ||||||
|  |         # Controls how apps on the personal profile are allowed or blocked. | ||||||
|  |         # Corresponds to the JSON property `personalPlayStoreMode` | ||||||
|  |         # @return [String] | ||||||
|  |         attr_accessor :personal_play_store_mode | ||||||
|  |        | ||||||
|  |         # Whether screen capture is disabled. | ||||||
|  |         # Corresponds to the JSON property `screenCaptureDisabled` | ||||||
|  |         # @return [Boolean] | ||||||
|  |         attr_accessor :screen_capture_disabled | ||||||
|  |         alias_method :screen_capture_disabled?, :screen_capture_disabled | ||||||
|  |        | ||||||
|  |         def initialize(**args) | ||||||
|  |            update!(**args) | ||||||
|  |         end | ||||||
|  |        | ||||||
|  |         # Update properties of this object | ||||||
|  |         def update!(**args) | ||||||
|  |           @account_types_with_management_disabled = args[:account_types_with_management_disabled] if args.key?(:account_types_with_management_disabled) | ||||||
|  |           @camera_disabled = args[:camera_disabled] if args.key?(:camera_disabled) | ||||||
|  |           @max_days_with_work_off = args[:max_days_with_work_off] if args.key?(:max_days_with_work_off) | ||||||
|  |           @personal_applications = args[:personal_applications] if args.key?(:personal_applications) | ||||||
|  |           @personal_play_store_mode = args[:personal_play_store_mode] if args.key?(:personal_play_store_mode) | ||||||
|  |           @screen_capture_disabled = args[:screen_capture_disabled] if args.key?(:screen_capture_disabled) | ||||||
|  |         end | ||||||
|  |       end | ||||||
|  |        | ||||||
|       # A policy resource represents a group of settings that govern the behavior of a |       # A policy resource represents a group of settings that govern the behavior of a | ||||||
|       # managed device and the apps installed on it. |       # managed device and the apps installed on it. | ||||||
|       class Policy |       class Policy | ||||||
|  | @ -2541,6 +2638,12 @@ module Google | ||||||
|         # @return [Array<Google::Apis::AndroidmanagementV1::PersistentPreferredActivity>] |         # @return [Array<Google::Apis::AndroidmanagementV1::PersistentPreferredActivity>] | ||||||
|         attr_accessor :persistent_preferred_activities |         attr_accessor :persistent_preferred_activities | ||||||
|        |        | ||||||
|  |         # Policies controlling personal usage on a Corporate Owned Personally Enabled | ||||||
|  |         # device. | ||||||
|  |         # Corresponds to the JSON property `personalUsagePolicies` | ||||||
|  |         # @return [Google::Apis::AndroidmanagementV1::PersonalUsagePolicies] | ||||||
|  |         attr_accessor :personal_usage_policies | ||||||
|  |        | ||||||
|         # This mode controls which apps are available to the user in the Play Store and |         # This mode controls which apps are available to the user in the Play Store and | ||||||
|         # the behavior on the device when apps are removed from the policy. |         # the behavior on the device when apps are removed from the policy. | ||||||
|         # Corresponds to the JSON property `playStoreMode` |         # Corresponds to the JSON property `playStoreMode` | ||||||
|  | @ -2767,6 +2870,7 @@ module Google | ||||||
|           @permitted_accessibility_services = args[:permitted_accessibility_services] if args.key?(:permitted_accessibility_services) |           @permitted_accessibility_services = args[:permitted_accessibility_services] if args.key?(:permitted_accessibility_services) | ||||||
|           @permitted_input_methods = args[:permitted_input_methods] if args.key?(:permitted_input_methods) |           @permitted_input_methods = args[:permitted_input_methods] if args.key?(:permitted_input_methods) | ||||||
|           @persistent_preferred_activities = args[:persistent_preferred_activities] if args.key?(:persistent_preferred_activities) |           @persistent_preferred_activities = args[:persistent_preferred_activities] if args.key?(:persistent_preferred_activities) | ||||||
|  |           @personal_usage_policies = args[:personal_usage_policies] if args.key?(:personal_usage_policies) | ||||||
|           @play_store_mode = args[:play_store_mode] if args.key?(:play_store_mode) |           @play_store_mode = args[:play_store_mode] if args.key?(:play_store_mode) | ||||||
|           @policy_enforcement_rules = args[:policy_enforcement_rules] if args.key?(:policy_enforcement_rules) |           @policy_enforcement_rules = args[:policy_enforcement_rules] if args.key?(:policy_enforcement_rules) | ||||||
|           @private_key_selection_enabled = args[:private_key_selection_enabled] if args.key?(:private_key_selection_enabled) |           @private_key_selection_enabled = args[:private_key_selection_enabled] if args.key?(:private_key_selection_enabled) | ||||||
|  | @ -2993,6 +3097,18 @@ module Google | ||||||
|       class SigninDetail |       class SigninDetail | ||||||
|         include Google::Apis::Core::Hashable |         include Google::Apis::Core::Hashable | ||||||
|        |        | ||||||
|  |         # Controls whether personal usage is allowed on a device provisioned with this | ||||||
|  |         # enrollment token.For company-owned devices: | ||||||
|  |         # Enabling personal usage allows the user to set up a work profile on the device. | ||||||
|  |         # Disabling personal usage requires the user provision the device as a fully | ||||||
|  |         # managed device.For personally-owned devices: | ||||||
|  |         # Enabling personal usage allows the user to set up a work profile on the device. | ||||||
|  |         # Disabling personal usage will prevent the device from provisioning. Personal | ||||||
|  |         # usage cannot be disabled on personally-owned device. | ||||||
|  |         # Corresponds to the JSON property `allowPersonalUsage` | ||||||
|  |         # @return [String] | ||||||
|  |         attr_accessor :allow_personal_usage | ||||||
|  |        | ||||||
|         # A JSON string whose UTF-8 representation can be used to generate a QR code to |         # A JSON string whose UTF-8 representation can be used to generate a QR code to | ||||||
|         # enroll a device with this enrollment token. To enroll a device using NFC, the |         # enroll a device with this enrollment token. To enroll a device using NFC, the | ||||||
|         # NFC record must contain a serialized java.util.Properties representation of |         # NFC record must contain a serialized java.util.Properties representation of | ||||||
|  | @ -3022,6 +3138,7 @@ module Google | ||||||
|        |        | ||||||
|         # Update properties of this object |         # Update properties of this object | ||||||
|         def update!(**args) |         def update!(**args) | ||||||
|  |           @allow_personal_usage = args[:allow_personal_usage] if args.key?(:allow_personal_usage) | ||||||
|           @qr_code = args[:qr_code] if args.key?(:qr_code) |           @qr_code = args[:qr_code] if args.key?(:qr_code) | ||||||
|           @signin_enrollment_token = args[:signin_enrollment_token] if args.key?(:signin_enrollment_token) |           @signin_enrollment_token = args[:signin_enrollment_token] if args.key?(:signin_enrollment_token) | ||||||
|           @signin_url = args[:signin_url] if args.key?(:signin_url) |           @signin_url = args[:signin_url] if args.key?(:signin_url) | ||||||
|  |  | ||||||
|  | @ -292,6 +292,18 @@ module Google | ||||||
|         include Google::Apis::Core::JsonObjectSupport |         include Google::Apis::Core::JsonObjectSupport | ||||||
|       end |       end | ||||||
|        |        | ||||||
|  |       class PersonalApplicationPolicy | ||||||
|  |         class Representation < Google::Apis::Core::JsonRepresentation; end | ||||||
|  |        | ||||||
|  |         include Google::Apis::Core::JsonObjectSupport | ||||||
|  |       end | ||||||
|  |        | ||||||
|  |       class PersonalUsagePolicies | ||||||
|  |         class Representation < Google::Apis::Core::JsonRepresentation; end | ||||||
|  |        | ||||||
|  |         include Google::Apis::Core::JsonObjectSupport | ||||||
|  |       end | ||||||
|  |        | ||||||
|       class Policy |       class Policy | ||||||
|         class Representation < Google::Apis::Core::JsonRepresentation; end |         class Representation < Google::Apis::Core::JsonRepresentation; end | ||||||
|        |        | ||||||
|  | @ -522,6 +534,7 @@ module Google | ||||||
|         # @private |         # @private | ||||||
|         class Representation < Google::Apis::Core::JsonRepresentation |         class Representation < Google::Apis::Core::JsonRepresentation | ||||||
|           property :block_after_days, as: 'blockAfterDays' |           property :block_after_days, as: 'blockAfterDays' | ||||||
|  |           property :block_scope, as: 'blockScope' | ||||||
|         end |         end | ||||||
|       end |       end | ||||||
|        |        | ||||||
|  | @ -603,6 +616,7 @@ module Google | ||||||
|        |        | ||||||
|           collection :non_compliance_details, as: 'nonComplianceDetails', class: Google::Apis::AndroidmanagementV1::NonComplianceDetail, decorator: Google::Apis::AndroidmanagementV1::NonComplianceDetail::Representation |           collection :non_compliance_details, as: 'nonComplianceDetails', class: Google::Apis::AndroidmanagementV1::NonComplianceDetail, decorator: Google::Apis::AndroidmanagementV1::NonComplianceDetail::Representation | ||||||
|        |        | ||||||
|  |           property :ownership, as: 'ownership' | ||||||
|           property :policy_compliant, as: 'policyCompliant' |           property :policy_compliant, as: 'policyCompliant' | ||||||
|           property :policy_name, as: 'policyName' |           property :policy_name, as: 'policyName' | ||||||
|           collection :power_management_events, as: 'powerManagementEvents', class: Google::Apis::AndroidmanagementV1::PowerManagementEvent, decorator: Google::Apis::AndroidmanagementV1::PowerManagementEvent::Representation |           collection :power_management_events, as: 'powerManagementEvents', class: Google::Apis::AndroidmanagementV1::PowerManagementEvent, decorator: Google::Apis::AndroidmanagementV1::PowerManagementEvent::Representation | ||||||
|  | @ -656,6 +670,7 @@ module Google | ||||||
|         # @private |         # @private | ||||||
|         class Representation < Google::Apis::Core::JsonRepresentation |         class Representation < Google::Apis::Core::JsonRepresentation | ||||||
|           property :additional_data, as: 'additionalData' |           property :additional_data, as: 'additionalData' | ||||||
|  |           property :allow_personal_usage, as: 'allowPersonalUsage' | ||||||
|           property :duration, as: 'duration' |           property :duration, as: 'duration' | ||||||
|           property :expiration_timestamp, as: 'expirationTimestamp' |           property :expiration_timestamp, as: 'expirationTimestamp' | ||||||
|           property :name, as: 'name' |           property :name, as: 'name' | ||||||
|  | @ -937,6 +952,27 @@ module Google | ||||||
|         end |         end | ||||||
|       end |       end | ||||||
|        |        | ||||||
|  |       class PersonalApplicationPolicy | ||||||
|  |         # @private | ||||||
|  |         class Representation < Google::Apis::Core::JsonRepresentation | ||||||
|  |           property :install_type, as: 'installType' | ||||||
|  |           property :package_name, as: 'packageName' | ||||||
|  |         end | ||||||
|  |       end | ||||||
|  |        | ||||||
|  |       class PersonalUsagePolicies | ||||||
|  |         # @private | ||||||
|  |         class Representation < Google::Apis::Core::JsonRepresentation | ||||||
|  |           collection :account_types_with_management_disabled, as: 'accountTypesWithManagementDisabled' | ||||||
|  |           property :camera_disabled, as: 'cameraDisabled' | ||||||
|  |           property :max_days_with_work_off, as: 'maxDaysWithWorkOff' | ||||||
|  |           collection :personal_applications, as: 'personalApplications', class: Google::Apis::AndroidmanagementV1::PersonalApplicationPolicy, decorator: Google::Apis::AndroidmanagementV1::PersonalApplicationPolicy::Representation | ||||||
|  |        | ||||||
|  |           property :personal_play_store_mode, as: 'personalPlayStoreMode' | ||||||
|  |           property :screen_capture_disabled, as: 'screenCaptureDisabled' | ||||||
|  |         end | ||||||
|  |       end | ||||||
|  |        | ||||||
|       class Policy |       class Policy | ||||||
|         # @private |         # @private | ||||||
|         class Representation < Google::Apis::Core::JsonRepresentation |         class Representation < Google::Apis::Core::JsonRepresentation | ||||||
|  | @ -1007,6 +1043,8 @@ module Google | ||||||
|        |        | ||||||
|           collection :persistent_preferred_activities, as: 'persistentPreferredActivities', class: Google::Apis::AndroidmanagementV1::PersistentPreferredActivity, decorator: Google::Apis::AndroidmanagementV1::PersistentPreferredActivity::Representation |           collection :persistent_preferred_activities, as: 'persistentPreferredActivities', class: Google::Apis::AndroidmanagementV1::PersistentPreferredActivity, decorator: Google::Apis::AndroidmanagementV1::PersistentPreferredActivity::Representation | ||||||
|        |        | ||||||
|  |           property :personal_usage_policies, as: 'personalUsagePolicies', class: Google::Apis::AndroidmanagementV1::PersonalUsagePolicies, decorator: Google::Apis::AndroidmanagementV1::PersonalUsagePolicies::Representation | ||||||
|  |        | ||||||
|           property :play_store_mode, as: 'playStoreMode' |           property :play_store_mode, as: 'playStoreMode' | ||||||
|           collection :policy_enforcement_rules, as: 'policyEnforcementRules', class: Google::Apis::AndroidmanagementV1::PolicyEnforcementRule, decorator: Google::Apis::AndroidmanagementV1::PolicyEnforcementRule::Representation |           collection :policy_enforcement_rules, as: 'policyEnforcementRules', class: Google::Apis::AndroidmanagementV1::PolicyEnforcementRule, decorator: Google::Apis::AndroidmanagementV1::PolicyEnforcementRule::Representation | ||||||
|        |        | ||||||
|  | @ -1106,6 +1144,7 @@ module Google | ||||||
|       class SigninDetail |       class SigninDetail | ||||||
|         # @private |         # @private | ||||||
|         class Representation < Google::Apis::Core::JsonRepresentation |         class Representation < Google::Apis::Core::JsonRepresentation | ||||||
|  |           property :allow_personal_usage, as: 'allowPersonalUsage' | ||||||
|           property :qr_code, as: 'qrCode' |           property :qr_code, as: 'qrCode' | ||||||
|           property :signin_enrollment_token, as: 'signinEnrollmentToken' |           property :signin_enrollment_token, as: 'signinEnrollmentToken' | ||||||
|           property :signin_url, as: 'signinUrl' |           property :signin_url, as: 'signinUrl' | ||||||
|  |  | ||||||
|  | @ -25,7 +25,7 @@ module Google | ||||||
|     # @see https://developers.google.com/android-publisher |     # @see https://developers.google.com/android-publisher | ||||||
|     module AndroidpublisherV3 |     module AndroidpublisherV3 | ||||||
|       VERSION = 'V3' |       VERSION = 'V3' | ||||||
|       REVISION = '20200607' |       REVISION = '20200615' | ||||||
| 
 | 
 | ||||||
|       # View and manage your Google Play Developer account |       # View and manage your Google Play Developer account | ||||||
|       AUTH_ANDROIDPUBLISHER = 'https://www.googleapis.com/auth/androidpublisher' |       AUTH_ANDROIDPUBLISHER = 'https://www.googleapis.com/auth/androidpublisher' | ||||||
|  |  | ||||||
|  | @ -26,7 +26,7 @@ module Google | ||||||
|     # @see https://cloud.google.com/error-reporting/ |     # @see https://cloud.google.com/error-reporting/ | ||||||
|     module ClouderrorreportingV1beta1 |     module ClouderrorreportingV1beta1 | ||||||
|       VERSION = 'V1beta1' |       VERSION = 'V1beta1' | ||||||
|       REVISION = '20200226' |       REVISION = '20200610' | ||||||
| 
 | 
 | ||||||
|       # 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' | ||||||
|  |  | ||||||
|  | @ -609,7 +609,7 @@ module Google | ||||||
|         include Google::Apis::Core::Hashable |         include Google::Apis::Core::Hashable | ||||||
|        |        | ||||||
|         # A URL pointing to a related entry in an issue tracking system. |         # A URL pointing to a related entry in an issue tracking system. | ||||||
|         # Example: https://github.com/user/project/issues/4 |         # Example: `https://github.com/user/project/issues/4` | ||||||
|         # Corresponds to the JSON property `url` |         # Corresponds to the JSON property `url` | ||||||
|         # @return [String] |         # @return [String] | ||||||
|         attr_accessor :url |         attr_accessor :url | ||||||
|  |  | ||||||
|  | @ -270,12 +270,11 @@ module Google | ||||||
|         # Get the specified group. |         # Get the specified group. | ||||||
|         # @param [String] group_name |         # @param [String] group_name | ||||||
|         #   Required. The group resource name. Written as |         #   Required. The group resource name. Written as | ||||||
|         #   <code>projects/<var>projectID</var>/groups/<var>group_name</var></code>. |         #   `projects/`projectID`/groups/`group_name``. Call | ||||||
|         #   Call |         #   [`groupStats.list`](https://cloud.google.com/error-reporting/reference/rest/ | ||||||
|         #   <a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list"> |         #   v1beta1/projects.groupStats/list) | ||||||
|         #   <code>groupStats.list</code></a> to return a list of groups belonging to |         #   to return a list of groups belonging to this project. | ||||||
|         #   this project. |         #   Example: `projects/my-project-123/groups/my-group` | ||||||
|         #   Example: <code>projects/my-project-123/groups/my-group</code> |  | ||||||
|         # @param [String] fields |         # @param [String] fields | ||||||
|         #   Selector specifying which fields to include in a partial response. |         #   Selector specifying which fields to include in a partial response. | ||||||
|         # @param [String] quota_user |         # @param [String] quota_user | ||||||
|  |  | ||||||
|  | @ -26,7 +26,7 @@ module Google | ||||||
|     # @see https://cloud.google.com/run/ |     # @see https://cloud.google.com/run/ | ||||||
|     module RunV1 |     module RunV1 | ||||||
|       VERSION = 'V1' |       VERSION = 'V1' | ||||||
|       REVISION = '20200521' |       REVISION = '20200609' | ||||||
| 
 | 
 | ||||||
|       # 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' | ||||||
|  |  | ||||||
|  | @ -53,7 +53,7 @@ module Google | ||||||
|       # ` |       # ` | ||||||
|       # "audit_configs": [ |       # "audit_configs": [ | ||||||
|       # ` |       # ` | ||||||
|       # "service": "allServices" |       # "service": "allServices", | ||||||
|       # "audit_log_configs": [ |       # "audit_log_configs": [ | ||||||
|       # ` |       # ` | ||||||
|       # "log_type": "DATA_READ", |       # "log_type": "DATA_READ", | ||||||
|  | @ -62,18 +62,18 @@ module Google | ||||||
|       # ] |       # ] | ||||||
|       # `, |       # `, | ||||||
|       # ` |       # ` | ||||||
|       # "log_type": "DATA_WRITE", |       # "log_type": "DATA_WRITE" | ||||||
|       # `, |       # `, | ||||||
|       # ` |       # ` | ||||||
|       # "log_type": "ADMIN_READ", |       # "log_type": "ADMIN_READ" | ||||||
|       # ` |       # ` | ||||||
|       # ] |       # ] | ||||||
|       # `, |       # `, | ||||||
|       # ` |       # ` | ||||||
|       # "service": "sampleservice.googleapis.com" |       # "service": "sampleservice.googleapis.com", | ||||||
|       # "audit_log_configs": [ |       # "audit_log_configs": [ | ||||||
|       # ` |       # ` | ||||||
|       # "log_type": "DATA_READ", |       # "log_type": "DATA_READ" | ||||||
|       # `, |       # `, | ||||||
|       # ` |       # ` | ||||||
|       # "log_type": "DATA_WRITE", |       # "log_type": "DATA_WRITE", | ||||||
|  | @ -125,7 +125,7 @@ module Google | ||||||
|       # ] |       # ] | ||||||
|       # `, |       # `, | ||||||
|       # ` |       # ` | ||||||
|       # "log_type": "DATA_WRITE", |       # "log_type": "DATA_WRITE" | ||||||
|       # ` |       # ` | ||||||
|       # ] |       # ] | ||||||
|       # ` |       # ` | ||||||
|  |  | ||||||
|  | @ -26,7 +26,7 @@ module Google | ||||||
|     # @see https://cloud.google.com/run/ |     # @see https://cloud.google.com/run/ | ||||||
|     module RunV1alpha1 |     module RunV1alpha1 | ||||||
|       VERSION = 'V1alpha1' |       VERSION = 'V1alpha1' | ||||||
|       REVISION = '20200521' |       REVISION = '20200609' | ||||||
| 
 | 
 | ||||||
|       # 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' | ||||||
|  |  | ||||||
|  | @ -59,7 +59,7 @@ module Google | ||||||
|       # ` |       # ` | ||||||
|       # "audit_configs": [ |       # "audit_configs": [ | ||||||
|       # ` |       # ` | ||||||
|       # "service": "allServices" |       # "service": "allServices", | ||||||
|       # "audit_log_configs": [ |       # "audit_log_configs": [ | ||||||
|       # ` |       # ` | ||||||
|       # "log_type": "DATA_READ", |       # "log_type": "DATA_READ", | ||||||
|  | @ -68,18 +68,18 @@ module Google | ||||||
|       # ] |       # ] | ||||||
|       # `, |       # `, | ||||||
|       # ` |       # ` | ||||||
|       # "log_type": "DATA_WRITE", |       # "log_type": "DATA_WRITE" | ||||||
|       # `, |       # `, | ||||||
|       # ` |       # ` | ||||||
|       # "log_type": "ADMIN_READ", |       # "log_type": "ADMIN_READ" | ||||||
|       # ` |       # ` | ||||||
|       # ] |       # ] | ||||||
|       # `, |       # `, | ||||||
|       # ` |       # ` | ||||||
|       # "service": "sampleservice.googleapis.com" |       # "service": "sampleservice.googleapis.com", | ||||||
|       # "audit_log_configs": [ |       # "audit_log_configs": [ | ||||||
|       # ` |       # ` | ||||||
|       # "log_type": "DATA_READ", |       # "log_type": "DATA_READ" | ||||||
|       # `, |       # `, | ||||||
|       # ` |       # ` | ||||||
|       # "log_type": "DATA_WRITE", |       # "log_type": "DATA_WRITE", | ||||||
|  | @ -131,7 +131,7 @@ module Google | ||||||
|       # ] |       # ] | ||||||
|       # `, |       # `, | ||||||
|       # ` |       # ` | ||||||
|       # "log_type": "DATA_WRITE", |       # "log_type": "DATA_WRITE" | ||||||
|       # ` |       # ` | ||||||
|       # ] |       # ] | ||||||
|       # ` |       # ` | ||||||
|  |  | ||||||
|  | @ -26,7 +26,7 @@ module Google | ||||||
|     # @see https://cloud.google.com/run/ |     # @see https://cloud.google.com/run/ | ||||||
|     module RunV1beta1 |     module RunV1beta1 | ||||||
|       VERSION = 'V1beta1' |       VERSION = 'V1beta1' | ||||||
|       REVISION = '20200219' |       REVISION = '20200609' | ||||||
| 
 | 
 | ||||||
|       # 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' | ||||||
|  |  | ||||||
|  | @ -26,7 +26,7 @@ module Google | ||||||
|     # @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview |     # @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview | ||||||
|     module SecuritycenterV1 |     module SecuritycenterV1 | ||||||
|       VERSION = 'V1' |       VERSION = 'V1' | ||||||
|       REVISION = '20200605' |       REVISION = '20200612' | ||||||
| 
 | 
 | ||||||
|       # 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' | ||||||
|  |  | ||||||
|  | @ -1179,13 +1179,13 @@ module Google | ||||||
|         # * update_time: `=`, `>`, `<`, `>=`, `<=` |         # * update_time: `=`, `>`, `<`, `>=`, `<=` | ||||||
|         # Usage: This should be milliseconds since epoch or an RFC3339 string. |         # Usage: This should be milliseconds since epoch or an RFC3339 string. | ||||||
|         # Examples: |         # Examples: | ||||||
|         # "update_time = \"2019-06-10T16:07:18-07:00\"" |         # `update_time = "2019-06-10T16:07:18-07:00"` | ||||||
|         # "update_time = 1560208038000" |         # `update_time = 1560208038000` | ||||||
|         # * create_time: `=`, `>`, `<`, `>=`, `<=` |         # * create_time: `=`, `>`, `<`, `>=`, `<=` | ||||||
|         # Usage: This should be milliseconds since epoch or an RFC3339 string. |         # Usage: This should be milliseconds since epoch or an RFC3339 string. | ||||||
|         # Examples: |         # Examples: | ||||||
|         # "create_time = \"2019-06-10T16:07:18-07:00\"" |         # `create_time = "2019-06-10T16:07:18-07:00"` | ||||||
|         # "create_time = 1560208038000" |         # `create_time = 1560208038000` | ||||||
|         # * iam_policy.policy_blob: `=`, `:` |         # * iam_policy.policy_blob: `=`, `:` | ||||||
|         # * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=` |         # * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=` | ||||||
|         # * security_marks.marks: `=`, `:` |         # * security_marks.marks: `=`, `:` | ||||||
|  | @ -1199,9 +1199,9 @@ module Google | ||||||
|         # * security_center_properties.resource_owners: `=`, `:` |         # * security_center_properties.resource_owners: `=`, `:` | ||||||
|         # For example, `resource_properties.size = 100` is a valid filter string. |         # For example, `resource_properties.size = 100` is a valid filter string. | ||||||
|         # Use a partial match on the empty string to filter based on a property |         # Use a partial match on the empty string to filter based on a property | ||||||
|         # existing: "resource_properties.my_property : \"\"" |         # existing: `resource_properties.my_property : ""` | ||||||
|         # Use a negated partial match on the empty string to filter based on a |         # Use a negated partial match on the empty string to filter based on a | ||||||
|         # property not existing: "-resource_properties.my_property : \"\"" |         # property not existing: `-resource_properties.my_property : ""` | ||||||
|         # Corresponds to the JSON property `filter` |         # Corresponds to the JSON property `filter` | ||||||
|         # @return [String] |         # @return [String] | ||||||
|         attr_accessor :filter |         attr_accessor :filter | ||||||
|  | @ -1364,15 +1364,15 @@ module Google | ||||||
|         # * event_time: `=`, `>`, `<`, `>=`, `<=` |         # * event_time: `=`, `>`, `<`, `>=`, `<=` | ||||||
|         # Usage: This should be milliseconds since epoch or an RFC3339 string. |         # Usage: This should be milliseconds since epoch or an RFC3339 string. | ||||||
|         # Examples: |         # Examples: | ||||||
|         # "event_time = \"2019-06-10T16:07:18-07:00\"" |         # `event_time = "2019-06-10T16:07:18-07:00"` | ||||||
|         # "event_time = 1560208038000" |         # `event_time = 1560208038000` | ||||||
|         # * security_marks.marks: `=`, `:` |         # * security_marks.marks: `=`, `:` | ||||||
|         # * source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` |         # * source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` | ||||||
|         # For example, `source_properties.size = 100` is a valid filter string. |         # For example, `source_properties.size = 100` is a valid filter string. | ||||||
|         # Use a partial match on the empty string to filter based on a property |         # Use a partial match on the empty string to filter based on a property | ||||||
|         # existing: "source_properties.my_property : \"\"" |         # existing: `source_properties.my_property : ""` | ||||||
|         # Use a negated partial match on the empty string to filter based on a |         # Use a negated partial match on the empty string to filter based on a | ||||||
|         # property not existing: "-source_properties.my_property : \"\"" |         # property not existing: `-source_properties.my_property : ""` | ||||||
|         # Corresponds to the JSON property `filter` |         # Corresponds to the JSON property `filter` | ||||||
|         # @return [String] |         # @return [String] | ||||||
|         attr_accessor :filter |         attr_accessor :filter | ||||||
|  |  | ||||||
|  | @ -210,13 +210,13 @@ module Google | ||||||
|         #   * update_time: `=`, `>`, `<`, `>=`, `<=` |         #   * update_time: `=`, `>`, `<`, `>=`, `<=` | ||||||
|         #   Usage: This should be milliseconds since epoch or an RFC3339 string. |         #   Usage: This should be milliseconds since epoch or an RFC3339 string. | ||||||
|         #   Examples: |         #   Examples: | ||||||
|         #   "update_time = \"2019-06-10T16:07:18-07:00\"" |         #   `update_time = "2019-06-10T16:07:18-07:00"` | ||||||
|         #   "update_time = 1560208038000" |         #   `update_time = 1560208038000` | ||||||
|         #   * create_time: `=`, `>`, `<`, `>=`, `<=` |         #   * create_time: `=`, `>`, `<`, `>=`, `<=` | ||||||
|         #   Usage: This should be milliseconds since epoch or an RFC3339 string. |         #   Usage: This should be milliseconds since epoch or an RFC3339 string. | ||||||
|         #   Examples: |         #   Examples: | ||||||
|         #   "create_time = \"2019-06-10T16:07:18-07:00\"" |         #   `create_time = "2019-06-10T16:07:18-07:00"` | ||||||
|         #   "create_time = 1560208038000" |         #   `create_time = 1560208038000` | ||||||
|         #   * iam_policy.policy_blob: `=`, `:` |         #   * iam_policy.policy_blob: `=`, `:` | ||||||
|         #   * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=` |         #   * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=` | ||||||
|         #   * security_marks.marks: `=`, `:` |         #   * security_marks.marks: `=`, `:` | ||||||
|  | @ -230,9 +230,9 @@ module Google | ||||||
|         #   * security_center_properties.resource_owners: `=`, `:` |         #   * security_center_properties.resource_owners: `=`, `:` | ||||||
|         #   For example, `resource_properties.size = 100` is a valid filter string. |         #   For example, `resource_properties.size = 100` is a valid filter string. | ||||||
|         #   Use a partial match on the empty string to filter based on a property |         #   Use a partial match on the empty string to filter based on a property | ||||||
|         #   existing: "resource_properties.my_property : \"\"" |         #   existing: `resource_properties.my_property : ""` | ||||||
|         #   Use a negated partial match on the empty string to filter based on a |         #   Use a negated partial match on the empty string to filter based on a | ||||||
|         #   property not existing: "-resource_properties.my_property : \"\"" |         #   property not existing: `-resource_properties.my_property : ""` | ||||||
|         # @param [String] order_by |         # @param [String] order_by | ||||||
|         #   Expression that defines what fields and order to use for sorting. The |         #   Expression that defines what fields and order to use for sorting. The | ||||||
|         #   string value should follow SQL syntax: comma separated list of fields. For |         #   string value should follow SQL syntax: comma separated list of fields. For | ||||||
|  | @ -1113,15 +1113,15 @@ module Google | ||||||
|         #   event_time: `=`, `>`, `<`, `>=`, `<=` |         #   event_time: `=`, `>`, `<`, `>=`, `<=` | ||||||
|         #   Usage: This should be milliseconds since epoch or an RFC3339 string. |         #   Usage: This should be milliseconds since epoch or an RFC3339 string. | ||||||
|         #   Examples: |         #   Examples: | ||||||
|         #   "event_time = \"2019-06-10T16:07:18-07:00\"" |         #   `event_time = "2019-06-10T16:07:18-07:00"` | ||||||
|         #   "event_time = 1560208038000" |         #   `event_time = 1560208038000` | ||||||
|         #   security_marks.marks: `=`, `:` |         #   security_marks.marks: `=`, `:` | ||||||
|         #   source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` |         #   source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` | ||||||
|         #   For example, `source_properties.size = 100` is a valid filter string. |         #   For example, `source_properties.size = 100` is a valid filter string. | ||||||
|         #   Use a partial match on the empty string to filter based on a property |         #   Use a partial match on the empty string to filter based on a property | ||||||
|         #   existing: "source_properties.my_property : \"\"" |         #   existing: `source_properties.my_property : ""` | ||||||
|         #   Use a negated partial match on the empty string to filter based on a |         #   Use a negated partial match on the empty string to filter based on a | ||||||
|         #   property not existing: "-source_properties.my_property : \"\"" |         #   property not existing: `-source_properties.my_property : ""` | ||||||
|         # @param [String] order_by |         # @param [String] order_by | ||||||
|         #   Expression that defines what fields and order to use for sorting. The |         #   Expression that defines what fields and order to use for sorting. The | ||||||
|         #   string value should follow SQL syntax: comma separated list of fields. For |         #   string value should follow SQL syntax: comma separated list of fields. For | ||||||
|  |  | ||||||
|  | @ -26,7 +26,7 @@ module Google | ||||||
|     # @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview |     # @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview | ||||||
|     module SecuritycenterV1p1beta1 |     module SecuritycenterV1p1beta1 | ||||||
|       VERSION = 'V1p1beta1' |       VERSION = 'V1p1beta1' | ||||||
|       REVISION = '20200605' |       REVISION = '20200612' | ||||||
| 
 | 
 | ||||||
|       # 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' | ||||||
|  |  | ||||||
|  | @ -1107,13 +1107,13 @@ module Google | ||||||
|         # * update_time: `=`, `>`, `<`, `>=`, `<=` |         # * update_time: `=`, `>`, `<`, `>=`, `<=` | ||||||
|         # Usage: This should be milliseconds since epoch or an RFC3339 string. |         # Usage: This should be milliseconds since epoch or an RFC3339 string. | ||||||
|         # Examples: |         # Examples: | ||||||
|         # "update_time = \"2019-06-10T16:07:18-07:00\"" |         # `update_time = "2019-06-10T16:07:18-07:00"` | ||||||
|         # "update_time = 1560208038000" |         # `update_time = 1560208038000` | ||||||
|         # * create_time: `=`, `>`, `<`, `>=`, `<=` |         # * create_time: `=`, `>`, `<`, `>=`, `<=` | ||||||
|         # Usage: This should be milliseconds since epoch or an RFC3339 string. |         # Usage: This should be milliseconds since epoch or an RFC3339 string. | ||||||
|         # Examples: |         # Examples: | ||||||
|         # "create_time = \"2019-06-10T16:07:18-07:00\"" |         # `create_time = "2019-06-10T16:07:18-07:00"` | ||||||
|         # "create_time = 1560208038000" |         # `create_time = 1560208038000` | ||||||
|         # * iam_policy.policy_blob: `=`, `:` |         # * iam_policy.policy_blob: `=`, `:` | ||||||
|         # * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=` |         # * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=` | ||||||
|         # * security_marks.marks: `=`, `:` |         # * security_marks.marks: `=`, `:` | ||||||
|  | @ -1127,9 +1127,9 @@ module Google | ||||||
|         # * security_center_properties.resource_owners: `=`, `:` |         # * security_center_properties.resource_owners: `=`, `:` | ||||||
|         # For example, `resource_properties.size = 100` is a valid filter string. |         # For example, `resource_properties.size = 100` is a valid filter string. | ||||||
|         # Use a partial match on the empty string to filter based on a property |         # Use a partial match on the empty string to filter based on a property | ||||||
|         # existing: "resource_properties.my_property : \"\"" |         # existing: `resource_properties.my_property : ""` | ||||||
|         # Use a negated partial match on the empty string to filter based on a |         # Use a negated partial match on the empty string to filter based on a | ||||||
|         # property not existing: "-resource_properties.my_property : \"\"" |         # property not existing: `-resource_properties.my_property : ""` | ||||||
|         # Corresponds to the JSON property `filter` |         # Corresponds to the JSON property `filter` | ||||||
|         # @return [String] |         # @return [String] | ||||||
|         attr_accessor :filter |         attr_accessor :filter | ||||||
|  | @ -1292,15 +1292,15 @@ module Google | ||||||
|         # * event_time: `=`, `>`, `<`, `>=`, `<=` |         # * event_time: `=`, `>`, `<`, `>=`, `<=` | ||||||
|         # Usage: This should be milliseconds since epoch or an RFC3339 string. |         # Usage: This should be milliseconds since epoch or an RFC3339 string. | ||||||
|         # Examples: |         # Examples: | ||||||
|         # "event_time = \"2019-06-10T16:07:18-07:00\"" |         # `event_time = "2019-06-10T16:07:18-07:00"` | ||||||
|         # "event_time = 1560208038000" |         # `event_time = 1560208038000` | ||||||
|         # * security_marks.marks: `=`, `:` |         # * security_marks.marks: `=`, `:` | ||||||
|         # * source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` |         # * source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` | ||||||
|         # For example, `source_properties.size = 100` is a valid filter string. |         # For example, `source_properties.size = 100` is a valid filter string. | ||||||
|         # Use a partial match on the empty string to filter based on a property |         # Use a partial match on the empty string to filter based on a property | ||||||
|         # existing: "source_properties.my_property : \"\"" |         # existing: `source_properties.my_property : ""` | ||||||
|         # Use a negated partial match on the empty string to filter based on a |         # Use a negated partial match on the empty string to filter based on a | ||||||
|         # property not existing: "-source_properties.my_property : \"\"" |         # property not existing: `-source_properties.my_property : ""` | ||||||
|         # Corresponds to the JSON property `filter` |         # Corresponds to the JSON property `filter` | ||||||
|         # @return [String] |         # @return [String] | ||||||
|         attr_accessor :filter |         attr_accessor :filter | ||||||
|  |  | ||||||
|  | @ -210,13 +210,13 @@ module Google | ||||||
|         #   * update_time: `=`, `>`, `<`, `>=`, `<=` |         #   * update_time: `=`, `>`, `<`, `>=`, `<=` | ||||||
|         #   Usage: This should be milliseconds since epoch or an RFC3339 string. |         #   Usage: This should be milliseconds since epoch or an RFC3339 string. | ||||||
|         #   Examples: |         #   Examples: | ||||||
|         #   "update_time = \"2019-06-10T16:07:18-07:00\"" |         #   `update_time = "2019-06-10T16:07:18-07:00"` | ||||||
|         #   "update_time = 1560208038000" |         #   `update_time = 1560208038000` | ||||||
|         #   * create_time: `=`, `>`, `<`, `>=`, `<=` |         #   * create_time: `=`, `>`, `<`, `>=`, `<=` | ||||||
|         #   Usage: This should be milliseconds since epoch or an RFC3339 string. |         #   Usage: This should be milliseconds since epoch or an RFC3339 string. | ||||||
|         #   Examples: |         #   Examples: | ||||||
|         #   "create_time = \"2019-06-10T16:07:18-07:00\"" |         #   `create_time = "2019-06-10T16:07:18-07:00"` | ||||||
|         #   "create_time = 1560208038000" |         #   `create_time = 1560208038000` | ||||||
|         #   * iam_policy.policy_blob: `=`, `:` |         #   * iam_policy.policy_blob: `=`, `:` | ||||||
|         #   * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=` |         #   * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=` | ||||||
|         #   * security_marks.marks: `=`, `:` |         #   * security_marks.marks: `=`, `:` | ||||||
|  | @ -230,9 +230,9 @@ module Google | ||||||
|         #   * security_center_properties.resource_owners: `=`, `:` |         #   * security_center_properties.resource_owners: `=`, `:` | ||||||
|         #   For example, `resource_properties.size = 100` is a valid filter string. |         #   For example, `resource_properties.size = 100` is a valid filter string. | ||||||
|         #   Use a partial match on the empty string to filter based on a property |         #   Use a partial match on the empty string to filter based on a property | ||||||
|         #   existing: "resource_properties.my_property : \"\"" |         #   existing: `resource_properties.my_property : ""` | ||||||
|         #   Use a negated partial match on the empty string to filter based on a |         #   Use a negated partial match on the empty string to filter based on a | ||||||
|         #   property not existing: "-resource_properties.my_property : \"\"" |         #   property not existing: `-resource_properties.my_property : ""` | ||||||
|         # @param [String] order_by |         # @param [String] order_by | ||||||
|         #   Expression that defines what fields and order to use for sorting. The |         #   Expression that defines what fields and order to use for sorting. The | ||||||
|         #   string value should follow SQL syntax: comma separated list of fields. For |         #   string value should follow SQL syntax: comma separated list of fields. For | ||||||
|  | @ -1114,15 +1114,15 @@ module Google | ||||||
|         #   event_time: `=`, `>`, `<`, `>=`, `<=` |         #   event_time: `=`, `>`, `<`, `>=`, `<=` | ||||||
|         #   Usage: This should be milliseconds since epoch or an RFC3339 string. |         #   Usage: This should be milliseconds since epoch or an RFC3339 string. | ||||||
|         #   Examples: |         #   Examples: | ||||||
|         #   "event_time = \"2019-06-10T16:07:18-07:00\"" |         #   `event_time = "2019-06-10T16:07:18-07:00"` | ||||||
|         #   "event_time = 1560208038000" |         #   `event_time = 1560208038000` | ||||||
|         #   security_marks.marks: `=`, `:` |         #   security_marks.marks: `=`, `:` | ||||||
|         #   source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` |         #   source_properties: `=`, `:`, `>`, `<`, `>=`, `<=` | ||||||
|         #   For example, `source_properties.size = 100` is a valid filter string. |         #   For example, `source_properties.size = 100` is a valid filter string. | ||||||
|         #   Use a partial match on the empty string to filter based on a property |         #   Use a partial match on the empty string to filter based on a property | ||||||
|         #   existing: "source_properties.my_property : \"\"" |         #   existing: `source_properties.my_property : ""` | ||||||
|         #   Use a negated partial match on the empty string to filter based on a |         #   Use a negated partial match on the empty string to filter based on a | ||||||
|         #   property not existing: "-source_properties.my_property : \"\"" |         #   property not existing: `-source_properties.my_property : ""` | ||||||
|         # @param [String] order_by |         # @param [String] order_by | ||||||
|         #   Expression that defines what fields and order to use for sorting. The |         #   Expression that defines what fields and order to use for sorting. The | ||||||
|         #   string value should follow SQL syntax: comma separated list of fields. For |         #   string value should follow SQL syntax: comma separated list of fields. For | ||||||
|  |  | ||||||
|  | @ -25,7 +25,7 @@ module Google | ||||||
|     # @see https://developers.google.com/slides/ |     # @see https://developers.google.com/slides/ | ||||||
|     module SlidesV1 |     module SlidesV1 | ||||||
|       VERSION = 'V1' |       VERSION = 'V1' | ||||||
|       REVISION = '20200410' |       REVISION = '20200611' | ||||||
| 
 | 
 | ||||||
|       # See, edit, create, and delete all of your Google Drive files |       # See, edit, create, and delete all of your Google Drive files | ||||||
|       AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' |       AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' | ||||||
|  |  | ||||||
|  | @ -2149,6 +2149,8 @@ module Google | ||||||
|        |        | ||||||
|         # The description of the page element. Combined with title to display alt |         # The description of the page element. Combined with title to display alt | ||||||
|         # text. |         # text. | ||||||
|  |         # The field is not supported for Group | ||||||
|  |         # elements. | ||||||
|         # Corresponds to the JSON property `description` |         # Corresponds to the JSON property `description` | ||||||
|         # @return [String] |         # @return [String] | ||||||
|         attr_accessor :description |         attr_accessor :description | ||||||
|  | @ -2203,6 +2205,8 @@ module Google | ||||||
|        |        | ||||||
|         # The title of the page element. Combined with description to display alt |         # The title of the page element. Combined with description to display alt | ||||||
|         # text. |         # text. | ||||||
|  |         # The field is not supported for Group | ||||||
|  |         # elements. | ||||||
|         # Corresponds to the JSON property `title` |         # Corresponds to the JSON property `title` | ||||||
|         # @return [String] |         # @return [String] | ||||||
|         attr_accessor :title |         attr_accessor :title | ||||||
|  |  | ||||||
|  | @ -27,7 +27,7 @@ module Google | ||||||
|     # @see https://cloud.google.com/vision/ |     # @see https://cloud.google.com/vision/ | ||||||
|     module VisionV1p2beta1 |     module VisionV1p2beta1 | ||||||
|       VERSION = 'V1p2beta1' |       VERSION = 'V1p2beta1' | ||||||
|       REVISION = '20200405' |       REVISION = '20200612' | ||||||
| 
 | 
 | ||||||
|       # 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' | ||||||
|  |  | ||||||
|  | @ -369,6 +369,9 @@ module Google | ||||||
|       # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, |       # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, | ||||||
|       # DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color |       # DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color | ||||||
|       # space. |       # space. | ||||||
|  |       # Note: when color equality needs to be decided, implementations, unless | ||||||
|  |       # documented otherwise, will treat two colors to be equal if all their red, | ||||||
|  |       # green, blue and alpha values each differ by at most 1e-5. | ||||||
|       # Example (Java): |       # Example (Java): | ||||||
|       # import com.google.type.Color; |       # import com.google.type.Color; | ||||||
|       # // ... |       # // ... | ||||||
|  | @ -521,6 +524,9 @@ module Google | ||||||
|         # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, |         # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, | ||||||
|         # DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color |         # DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color | ||||||
|         # space. |         # space. | ||||||
|  |         # Note: when color equality needs to be decided, implementations, unless | ||||||
|  |         # documented otherwise, will treat two colors to be equal if all their red, | ||||||
|  |         # green, blue and alpha values each differ by at most 1e-5. | ||||||
|         # Example (Java): |         # Example (Java): | ||||||
|         # import com.google.type.Color; |         # import com.google.type.Color; | ||||||
|         # // ... |         # // ... | ||||||
|  | @ -1289,6 +1295,9 @@ module Google | ||||||
|         # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, |         # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, | ||||||
|         # DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color |         # DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color | ||||||
|         # space. |         # space. | ||||||
|  |         # Note: when color equality needs to be decided, implementations, unless | ||||||
|  |         # documented otherwise, will treat two colors to be equal if all their red, | ||||||
|  |         # green, blue and alpha values each differ by at most 1e-5. | ||||||
|         # Example (Java): |         # Example (Java): | ||||||
|         # import com.google.type.Color; |         # import com.google.type.Color; | ||||||
|         # // ... |         # // ... | ||||||
|  | @ -3383,6 +3392,9 @@ module Google | ||||||
|         # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, |         # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, | ||||||
|         # DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color |         # DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color | ||||||
|         # space. |         # space. | ||||||
|  |         # Note: when color equality needs to be decided, implementations, unless | ||||||
|  |         # documented otherwise, will treat two colors to be equal if all their red, | ||||||
|  |         # green, blue and alpha values each differ by at most 1e-5. | ||||||
|         # Example (Java): |         # Example (Java): | ||||||
|         # import com.google.type.Color; |         # import com.google.type.Color; | ||||||
|         # // ... |         # // ... | ||||||
|  | @ -5505,6 +5517,9 @@ module Google | ||||||
|         # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, |         # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, | ||||||
|         # DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color |         # DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color | ||||||
|         # space. |         # space. | ||||||
|  |         # Note: when color equality needs to be decided, implementations, unless | ||||||
|  |         # documented otherwise, will treat two colors to be equal if all their red, | ||||||
|  |         # green, blue and alpha values each differ by at most 1e-5. | ||||||
|         # Example (Java): |         # Example (Java): | ||||||
|         # import com.google.type.Color; |         # import com.google.type.Color; | ||||||
|         # // ... |         # // ... | ||||||
|  | @ -7490,6 +7505,9 @@ module Google | ||||||
|         # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, |         # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB, | ||||||
|         # DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color |         # DCI-P3, BT.2020, etc.). By default, applications SHOULD assume the sRGB color | ||||||
|         # space. |         # space. | ||||||
|  |         # Note: when color equality needs to be decided, implementations, unless | ||||||
|  |         # documented otherwise, will treat two colors to be equal if all their red, | ||||||
|  |         # green, blue and alpha values each differ by at most 1e-5. | ||||||
|         # Example (Java): |         # Example (Java): | ||||||
|         # import com.google.type.Color; |         # import com.google.type.Color; | ||||||
|         # // ... |         # // ... | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue