diff --git a/generated/google/apis/classroom_v1.rb b/generated/google/apis/classroom_v1.rb index 24e5c4917..973b8d0e9 100644 --- a/generated/google/apis/classroom_v1.rb +++ b/generated/google/apis/classroom_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/classroom/ module ClassroomV1 VERSION = 'V1' - REVISION = '20200305' + REVISION = '20200408' # View and manage announcements in Google Classroom AUTH_CLASSROOM_ANNOUNCEMENTS = 'https://www.googleapis.com/auth/classroom.announcements' diff --git a/generated/google/apis/classroom_v1/classes.rb b/generated/google/apis/classroom_v1/classes.rb index 94b86f2d0..26a559afd 100644 --- a/generated/google/apis/classroom_v1/classes.rb +++ b/generated/google/apis/classroom_v1/classes.rb @@ -149,7 +149,7 @@ module Google # assignment in Classroom. # Some attachment metadata is only populated if the requesting user has # permission to access it. Identifier and alternate_link fields are always - # available, but others (e.g. title) may not be. + # available, but others (for example, title) may not be. # Corresponds to the JSON property `attachments` # @return [Array] attr_accessor :attachments @@ -540,7 +540,7 @@ module Google # Whether this course work item is associated with the Developer Console # project making the request. - # See google.classroom.Work.CreateCourseWork for more + # See CreateCourseWork for more # details. # Read-only. # Corresponds to the JSON property `associatedWithDeveloper` @@ -1499,7 +1499,7 @@ module Google class ModifyAnnouncementAssigneesRequest include Google::Apis::Core::Hashable - # Mode of the announcement describing whether it will be accessible by all + # Mode of the announcement describing whether it is accessible by all # students or specified individual students. # Corresponds to the JSON property `assigneeMode` # @return [String] @@ -1575,13 +1575,13 @@ module Google class ModifyIndividualStudentsOptions include Google::Apis::Core::Hashable - # Ids of students to be added as having access to this + # IDs of students to be added as having access to this # coursework/announcement. # Corresponds to the JSON property `addStudentIds` # @return [Array] attr_accessor :add_student_ids - # Ids of students to be removed from having access to this + # IDs of students to be removed from having access to this # coursework/announcement. # Corresponds to the JSON property `removeStudentIds` # @return [Array] @@ -1789,7 +1789,7 @@ module Google class StateHistory include Google::Apis::Core::Hashable - # The teacher or student who made the change + # The teacher or student who made the change. # Corresponds to the JSON property `actorUserId` # @return [String] attr_accessor :actor_user_id @@ -1873,8 +1873,8 @@ module Google attr_accessor :alternate_link # Optional grade. If unset, no grade was set. - # This value must be non-negative. Decimal (i.e. non-integer) values are - # allowed, but will be rounded to two decimal places. + # This value must be non-negative. Decimal (that is, non-integer) values are + # allowed, but are rounded to two decimal places. # This may be modified only by course teachers. # Corresponds to the JSON property `assignedGrade` # @return [Float] @@ -1887,7 +1887,7 @@ module Google # Whether this student submission is associated with the Developer Console # project making the request. - # See google.classroom.Work.CreateCourseWork for more + # See CreateCourseWork for more # details. # Read-only. # Corresponds to the JSON property `associatedWithDeveloper` @@ -1921,8 +1921,8 @@ module Google attr_accessor :creation_time # Optional pending grade. If unset, no grade was set. - # This value must be non-negative. Decimal (i.e. non-integer) values are - # allowed, but will be rounded to two decimal places. + # This value must be non-negative. Decimal (that is, non-integer) values are + # allowed, but are rounded to two decimal places. # This is only visible to and modifiable by course teachers. # Corresponds to the JSON property `draftGrade` # @return [Float] @@ -2118,8 +2118,8 @@ module Google attr_accessor :course_id # The name of the topic, generated by the user. - # Leading and trailing whitespaces, if any, will be trimmed. Also, multiple - # consecutive whitespaces will be collapsed into one inside the name. The + # Leading and trailing whitespaces, if any, are trimmed. Also, multiple + # consecutive whitespaces are collapsed into one inside the name. The # result must be a non-empty string. Topic names are case sensitive, and must # be no longer than 100 characters. # Corresponds to the JSON property `name` @@ -2199,7 +2199,7 @@ module Google # Represents whether a G Suite for Education user's domain administrator has # explicitly verified them as being a teacher. If the user is not a member of - # a G Suite for Education domain, than this field will always be false. + # a G Suite for Education domain, than this field is always false. # Read-only # Corresponds to the JSON property `verifiedTeacher` # @return [Boolean] diff --git a/generated/google/apis/classroom_v1/service.rb b/generated/google/apis/classroom_v1/service.rb index 25d6e9b80..bf4185fef 100644 --- a/generated/google/apis/classroom_v1/service.rb +++ b/generated/google/apis/classroom_v1/service.rb @@ -718,7 +718,7 @@ module Google # fields are specified. If a field supports empty values, it can be cleared # by specifying it in the update mask and not in the Announcement object. If # a field that does not support empty values is included in the update mask - # and not set in the Announcement object, an `INVALID_ARGUMENT` error will be + # and not set in the Announcement object, an `INVALID_ARGUMENT` error is # returned. # The following fields may be specified by teachers: # * `text` @@ -1028,7 +1028,7 @@ module Google # fields are specified. If a field supports empty values, it can be cleared # by specifying it in the update mask and not in the CourseWork object. If a # field that does not support empty values is included in the update mask and - # not set in the CourseWork object, an `INVALID_ARGUMENT` error will be + # not set in the CourseWork object, an `INVALID_ARGUMENT` error is # returned. # The following fields may be specified by teachers: # * `title` @@ -2038,7 +2038,7 @@ module Google # fields are specified. If a field supports empty values, it can be cleared # by specifying it in the update mask and not in the Topic object. If a # field that does not support empty values is included in the update mask and - # not set in the Topic object, an `INVALID_ARGUMENT` error will be + # not set in the Topic object, an `INVALID_ARGUMENT` error is # returned. # The following fields may be specified: # * `name` @@ -2527,7 +2527,7 @@ module Google # invitations. # @param [String] invited_email_address # If specified, only results with the specified `invited_email_address` - # will be returned. + # are returned. # @param [Fixnum] page_size # Maximum number of items to return. Zero or unspecified indicates that the # server may assign a maximum. @@ -2535,13 +2535,13 @@ module Google # @param [String] page_token # nextPageToken # value returned from a previous - # list call, - # indicating that the subsequent page of results should be returned. - # The list request - # must be otherwise identical to the one that resulted in this token. + # list + # call, indicating that the subsequent page of results should be returned. + # The list + # request must be otherwise identical to the one that resulted in this token. # @param [Array, String] states - # If specified, only results with the specified `state` values will be - # returned. Otherwise, results with a `state` of `PENDING` will be returned. + # If specified, only results with the specified `state` values are + # returned. Otherwise, results with a `state` of `PENDING` are returned. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -2595,7 +2595,7 @@ module Google # @param [Google::Apis::ClassroomV1::GuardianInvitation] guardian_invitation_object # @param [String] update_mask # Mask that identifies which fields on the course to update. - # This field is required to do an update. The update will fail if invalid + # This field is required to do an update. The update fails if invalid # fields are specified. The following fields are valid: # * `state` # When set in a query parameter, this field should be specified as diff --git a/generated/google/apis/cloudshell_v1.rb b/generated/google/apis/cloudshell_v1.rb index 15975f18b..70c593c7e 100644 --- a/generated/google/apis/cloudshell_v1.rb +++ b/generated/google/apis/cloudshell_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/shell/docs/ module CloudshellV1 VERSION = 'V1' - REVISION = '20200405' + REVISION = '20200411' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/cloudshell_v1alpha1.rb b/generated/google/apis/cloudshell_v1alpha1.rb index f9194ead9..dd7b0a1ea 100644 --- a/generated/google/apis/cloudshell_v1alpha1.rb +++ b/generated/google/apis/cloudshell_v1alpha1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/shell/docs/ module CloudshellV1alpha1 VERSION = 'V1alpha1' - REVISION = '20200405' + REVISION = '20200411' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/run_v1.rb b/generated/google/apis/run_v1.rb index 042ee9cd3..7c1c10dfc 100644 --- a/generated/google/apis/run_v1.rb +++ b/generated/google/apis/run_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/run/ module RunV1 VERSION = 'V1' - REVISION = '20200327' + REVISION = '20200407' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/run_v1/classes.rb b/generated/google/apis/run_v1/classes.rb index 9e5dad964..6e77dfe05 100644 --- a/generated/google/apis/run_v1/classes.rb +++ b/generated/google/apis/run_v1/classes.rb @@ -1250,45 +1250,6 @@ module Google end end - # Cloud Run fully managed: not supported - # Cloud Run for Anthos: supported - # Handler defines a specific action that should be taken - class Handler - include Google::Apis::Core::Hashable - - # Cloud Run fully managed: not supported - # Cloud Run for Anthos: supported - # ExecAction describes a "run in container" action. - # Corresponds to the JSON property `exec` - # @return [Google::Apis::RunV1::ExecAction] - attr_accessor :exec - - # Cloud Run fully managed: not supported - # Cloud Run for Anthos: supported - # HTTPGetAction describes an action based on HTTP Get requests. - # Corresponds to the JSON property `httpGet` - # @return [Google::Apis::RunV1::HttpGetAction] - attr_accessor :http_get - - # Cloud Run fully managed: not supported - # Cloud Run for Anthos: supported - # TCPSocketAction describes an action based on opening a socket - # Corresponds to the JSON property `tcpSocket` - # @return [Google::Apis::RunV1::TcpSocketAction] - attr_accessor :tcp_socket - - def initialize(**args) - update!(**args) - end - - # Update properties of this object - def update!(**args) - @exec = args[:exec] if args.key?(:exec) - @http_get = args[:http_get] if args.key?(:http_get) - @tcp_socket = args[:tcp_socket] if args.key?(:tcp_socket) - end - end - # IntOrString is a type that can hold an int32 or a string. When used in # JSON or YAML marshalling and unmarshalling, it produces or consumes the # inner type. This allows you to have, for example, a JSON field that can @@ -2260,6 +2221,13 @@ module Google class Probe include Google::Apis::Core::Hashable + # Cloud Run fully managed: not supported + # Cloud Run for Anthos: supported + # ExecAction describes a "run in container" action. + # Corresponds to the JSON property `exec` + # @return [Google::Apis::RunV1::ExecAction] + attr_accessor :exec + # (Optional) # Cloud Run fully managed: not supported # Cloud Run for Anthos: supported @@ -2271,10 +2239,10 @@ module Google # Cloud Run fully managed: not supported # Cloud Run for Anthos: supported - # Handler defines a specific action that should be taken - # Corresponds to the JSON property `handler` - # @return [Google::Apis::RunV1::Handler] - attr_accessor :handler + # HTTPGetAction describes an action based on HTTP Get requests. + # Corresponds to the JSON property `httpGet` + # @return [Google::Apis::RunV1::HttpGetAction] + attr_accessor :http_get # (Optional) # Cloud Run fully managed: not supported @@ -2306,6 +2274,13 @@ module Google # @return [Fixnum] attr_accessor :success_threshold + # Cloud Run fully managed: not supported + # Cloud Run for Anthos: supported + # TCPSocketAction describes an action based on opening a socket + # Corresponds to the JSON property `tcpSocket` + # @return [Google::Apis::RunV1::TcpSocketAction] + attr_accessor :tcp_socket + # (Optional) # Cloud Run fully managed: not supported # Cloud Run for Anthos: supported @@ -2324,11 +2299,13 @@ module Google # Update properties of this object def update!(**args) + @exec = args[:exec] if args.key?(:exec) @failure_threshold = args[:failure_threshold] if args.key?(:failure_threshold) - @handler = args[:handler] if args.key?(:handler) + @http_get = args[:http_get] if args.key?(:http_get) @initial_delay_seconds = args[:initial_delay_seconds] if args.key?(:initial_delay_seconds) @period_seconds = args[:period_seconds] if args.key?(:period_seconds) @success_threshold = args[:success_threshold] if args.key?(:success_threshold) + @tcp_socket = args[:tcp_socket] if args.key?(:tcp_socket) @timeout_seconds = args[:timeout_seconds] if args.key?(:timeout_seconds) end end diff --git a/generated/google/apis/run_v1/representations.rb b/generated/google/apis/run_v1/representations.rb index d4796ddc5..317f7ade3 100644 --- a/generated/google/apis/run_v1/representations.rb +++ b/generated/google/apis/run_v1/representations.rb @@ -166,12 +166,6 @@ module Google include Google::Apis::Core::JsonObjectSupport end - class Handler - class Representation < Google::Apis::Core::JsonRepresentation; end - - include Google::Apis::Core::JsonObjectSupport - end - class IntOrString class Representation < Google::Apis::Core::JsonRepresentation; end @@ -708,18 +702,6 @@ module Google end end - class Handler - # @private - class Representation < Google::Apis::Core::JsonRepresentation - property :exec, as: 'exec', class: Google::Apis::RunV1::ExecAction, decorator: Google::Apis::RunV1::ExecAction::Representation - - property :http_get, as: 'httpGet', class: Google::Apis::RunV1::HttpGetAction, decorator: Google::Apis::RunV1::HttpGetAction::Representation - - property :tcp_socket, as: 'tcpSocket', class: Google::Apis::RunV1::TcpSocketAction, decorator: Google::Apis::RunV1::TcpSocketAction::Representation - - end - end - class IntOrString # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -923,12 +905,16 @@ module Google class Probe # @private class Representation < Google::Apis::Core::JsonRepresentation + property :exec, as: 'exec', class: Google::Apis::RunV1::ExecAction, decorator: Google::Apis::RunV1::ExecAction::Representation + property :failure_threshold, as: 'failureThreshold' - property :handler, as: 'handler', class: Google::Apis::RunV1::Handler, decorator: Google::Apis::RunV1::Handler::Representation + property :http_get, as: 'httpGet', class: Google::Apis::RunV1::HttpGetAction, decorator: Google::Apis::RunV1::HttpGetAction::Representation property :initial_delay_seconds, as: 'initialDelaySeconds' property :period_seconds, as: 'periodSeconds' property :success_threshold, as: 'successThreshold' + property :tcp_socket, as: 'tcpSocket', class: Google::Apis::RunV1::TcpSocketAction, decorator: Google::Apis::RunV1::TcpSocketAction::Representation + property :timeout_seconds, as: 'timeoutSeconds' end end diff --git a/generated/google/apis/run_v1alpha1.rb b/generated/google/apis/run_v1alpha1.rb index bb3f1c53f..cd791d08b 100644 --- a/generated/google/apis/run_v1alpha1.rb +++ b/generated/google/apis/run_v1alpha1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/run/ module RunV1alpha1 VERSION = 'V1alpha1' - REVISION = '20200302' + REVISION = '20200407' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/run_v1alpha1/classes.rb b/generated/google/apis/run_v1alpha1/classes.rb index 459ce4ade..59341d309 100644 --- a/generated/google/apis/run_v1alpha1/classes.rb +++ b/generated/google/apis/run_v1alpha1/classes.rb @@ -3349,16 +3349,21 @@ module Google class Probe include Google::Apis::Core::Hashable + # ExecAction describes a "run in container" action. + # Corresponds to the JSON property `exec` + # @return [Google::Apis::RunV1alpha1::ExecAction] + attr_accessor :exec + # Minimum consecutive failures for the probe to be considered failed after # having succeeded. Defaults to 3. Minimum value is 1. +optional # Corresponds to the JSON property `failureThreshold` # @return [Fixnum] attr_accessor :failure_threshold - # Handler defines a specific action that should be taken - # Corresponds to the JSON property `handler` - # @return [Google::Apis::RunV1alpha1::Handler] - attr_accessor :handler + # HTTPGetAction describes an action based on HTTP Get requests. + # Corresponds to the JSON property `httpGet` + # @return [Google::Apis::RunV1alpha1::HttpGetAction] + attr_accessor :http_get # Number of seconds after the container has started before liveness probes # are initiated. More info: @@ -3383,6 +3388,11 @@ module Google # @return [Fixnum] attr_accessor :success_threshold + # TCPSocketAction describes an action based on opening a socket + # Corresponds to the JSON property `tcpSocket` + # @return [Google::Apis::RunV1alpha1::TcpSocketAction] + attr_accessor :tcp_socket + # Number of seconds after which the probe times out. # Defaults to 1 second. Minimum value is 1. # More info: @@ -3399,11 +3409,13 @@ module Google # Update properties of this object def update!(**args) + @exec = args[:exec] if args.key?(:exec) @failure_threshold = args[:failure_threshold] if args.key?(:failure_threshold) - @handler = args[:handler] if args.key?(:handler) + @http_get = args[:http_get] if args.key?(:http_get) @initial_delay_seconds = args[:initial_delay_seconds] if args.key?(:initial_delay_seconds) @period_seconds = args[:period_seconds] if args.key?(:period_seconds) @success_threshold = args[:success_threshold] if args.key?(:success_threshold) + @tcp_socket = args[:tcp_socket] if args.key?(:tcp_socket) @timeout_seconds = args[:timeout_seconds] if args.key?(:timeout_seconds) end end diff --git a/generated/google/apis/run_v1alpha1/representations.rb b/generated/google/apis/run_v1alpha1/representations.rb index f0316162d..1acd07a2c 100644 --- a/generated/google/apis/run_v1alpha1/representations.rb +++ b/generated/google/apis/run_v1alpha1/representations.rb @@ -1419,12 +1419,16 @@ module Google class Probe # @private class Representation < Google::Apis::Core::JsonRepresentation + property :exec, as: 'exec', class: Google::Apis::RunV1alpha1::ExecAction, decorator: Google::Apis::RunV1alpha1::ExecAction::Representation + property :failure_threshold, as: 'failureThreshold' - property :handler, as: 'handler', class: Google::Apis::RunV1alpha1::Handler, decorator: Google::Apis::RunV1alpha1::Handler::Representation + property :http_get, as: 'httpGet', class: Google::Apis::RunV1alpha1::HttpGetAction, decorator: Google::Apis::RunV1alpha1::HttpGetAction::Representation property :initial_delay_seconds, as: 'initialDelaySeconds' property :period_seconds, as: 'periodSeconds' property :success_threshold, as: 'successThreshold' + property :tcp_socket, as: 'tcpSocket', class: Google::Apis::RunV1alpha1::TcpSocketAction, decorator: Google::Apis::RunV1alpha1::TcpSocketAction::Representation + property :timeout_seconds, as: 'timeoutSeconds' end end diff --git a/generated/google/apis/securitycenter_v1.rb b/generated/google/apis/securitycenter_v1.rb index 141b2c0e4..be0501dd3 100644 --- a/generated/google/apis/securitycenter_v1.rb +++ b/generated/google/apis/securitycenter_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview module SecuritycenterV1 VERSION = 'V1' - REVISION = '20200406' + REVISION = '20200410' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/securitycenter_v1/classes.rb b/generated/google/apis/securitycenter_v1/classes.rb index b060e1cd9..846067cf0 100644 --- a/generated/google/apis/securitycenter_v1/classes.rb +++ b/generated/google/apis/securitycenter_v1/classes.rb @@ -406,10 +406,6 @@ module Google # notification, analysis, policy testing, and enforcement. For example, a # cross-site scripting (XSS) vulnerability in an App Engine application is a # finding. - # When adding a new field hidden behind a visibility label, ensure it is also - # hidden from Notifications: - # http://google3/java/com/google/cloud/security/riskdashboard/notification/ - # actions/streaming/FindingTranslator.java?l=26 class Finding include Google::Apis::Core::Hashable @@ -559,10 +555,6 @@ module Google # notification, analysis, policy testing, and enforcement. For example, a # cross-site scripting (XSS) vulnerability in an App Engine application is a # finding. - # When adding a new field hidden behind a visibility label, ensure it is also - # hidden from Notifications: - # http://google3/java/com/google/cloud/security/riskdashboard/notification/ - # actions/streaming/FindingTranslator.java?l=26 # Corresponds to the JSON property `finding` # @return [Google::Apis::SecuritycenterV1::Finding] attr_accessor :finding @@ -1538,10 +1530,6 @@ module Google # notification, analysis, policy testing, and enforcement. For example, a # cross-site scripting (XSS) vulnerability in an App Engine application is a # finding. - # When adding a new field hidden behind a visibility label, ensure it is also - # hidden from Notifications: - # http://google3/java/com/google/cloud/security/riskdashboard/notification/ - # actions/streaming/FindingTranslator.java?l=26 # Corresponds to the JSON property `finding` # @return [Google::Apis::SecuritycenterV1::Finding] attr_accessor :finding diff --git a/generated/google/apis/securitycenter_v1beta1.rb b/generated/google/apis/securitycenter_v1beta1.rb index 8e481aabb..dc00a0c82 100644 --- a/generated/google/apis/securitycenter_v1beta1.rb +++ b/generated/google/apis/securitycenter_v1beta1.rb @@ -26,7 +26,7 @@ module Google # @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview module SecuritycenterV1beta1 VERSION = 'V1beta1' - REVISION = '20200406' + REVISION = '20200410' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/securitycenter_v1beta1/classes.rb b/generated/google/apis/securitycenter_v1beta1/classes.rb index 03b4cec24..157d49ebd 100644 --- a/generated/google/apis/securitycenter_v1beta1/classes.rb +++ b/generated/google/apis/securitycenter_v1beta1/classes.rb @@ -410,10 +410,6 @@ module Google # notification, analysis, policy testing, and enforcement. For example, a # cross-site scripting (XSS) vulnerability in an App Engine application is a # finding. - # When adding a new field hidden behind a visibility label, ensure it is also - # hidden from Notifications: - # http://google3/java/com/google/cloud/security/riskdashboard/notification/ - # actions/streaming/FindingTranslator.java?l=26 class Finding include Google::Apis::Core::Hashable @@ -563,10 +559,6 @@ module Google # notification, analysis, policy testing, and enforcement. For example, a # cross-site scripting (XSS) vulnerability in an App Engine application is a # finding. - # When adding a new field hidden behind a visibility label, ensure it is also - # hidden from Notifications: - # http://google3/java/com/google/cloud/security/riskdashboard/notification/ - # actions/streaming/FindingTranslator.java?l=26 # Corresponds to the JSON property `finding` # @return [Google::Apis::SecuritycenterV1beta1::Finding] attr_accessor :finding diff --git a/generated/google/apis/securitycenter_v1p1alpha1.rb b/generated/google/apis/securitycenter_v1p1alpha1.rb index 7d5fe5f6b..0a941d8f5 100644 --- a/generated/google/apis/securitycenter_v1p1alpha1.rb +++ b/generated/google/apis/securitycenter_v1p1alpha1.rb @@ -26,7 +26,7 @@ module Google # @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview module SecuritycenterV1p1alpha1 VERSION = 'V1p1alpha1' - REVISION = '20200406' + REVISION = '20200410' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/securitycenter_v1p1alpha1/classes.rb b/generated/google/apis/securitycenter_v1p1alpha1/classes.rb index db1f6ae09..24eeedd05 100644 --- a/generated/google/apis/securitycenter_v1p1alpha1/classes.rb +++ b/generated/google/apis/securitycenter_v1p1alpha1/classes.rb @@ -47,10 +47,6 @@ module Google # notification, analysis, policy testing, and enforcement. For example, a # cross-site scripting (XSS) vulnerability in an App Engine application is a # finding. - # When adding a new field hidden behind a visibility label, ensure it is also - # hidden from Notifications: - # http://google3/java/com/google/cloud/security/riskdashboard/notification/ - # actions/streaming/FindingTranslator.java?l=26 class Finding include Google::Apis::Core::Hashable @@ -157,10 +153,6 @@ module Google # notification, analysis, policy testing, and enforcement. For example, a # cross-site scripting (XSS) vulnerability in an App Engine application is a # finding. - # When adding a new field hidden behind a visibility label, ensure it is also - # hidden from Notifications: - # http://google3/java/com/google/cloud/security/riskdashboard/notification/ - # actions/streaming/FindingTranslator.java?l=26 # Corresponds to the JSON property `finding` # @return [Google::Apis::SecuritycenterV1p1alpha1::Finding] attr_accessor :finding diff --git a/generated/google/apis/securitycenter_v1p1beta1.rb b/generated/google/apis/securitycenter_v1p1beta1.rb index 81b523e35..94b8581ef 100644 --- a/generated/google/apis/securitycenter_v1p1beta1.rb +++ b/generated/google/apis/securitycenter_v1p1beta1.rb @@ -26,7 +26,7 @@ module Google # @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview module SecuritycenterV1p1beta1 VERSION = 'V1p1beta1' - REVISION = '20200406' + REVISION = '20200410' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/securitycenter_v1p1beta1/classes.rb b/generated/google/apis/securitycenter_v1p1beta1/classes.rb index dce3e8d8c..e89ac76e3 100644 --- a/generated/google/apis/securitycenter_v1p1beta1/classes.rb +++ b/generated/google/apis/securitycenter_v1p1beta1/classes.rb @@ -334,10 +334,6 @@ module Google # notification, analysis, policy testing, and enforcement. For example, a # cross-site scripting (XSS) vulnerability in an App Engine application is a # finding. - # When adding a new field hidden behind a visibility label, ensure it is also - # hidden from Notifications: - # http://google3/java/com/google/cloud/security/riskdashboard/notification/ - # actions/streaming/FindingTranslator.java?l=26 class Finding include Google::Apis::Core::Hashable @@ -487,10 +483,6 @@ module Google # notification, analysis, policy testing, and enforcement. For example, a # cross-site scripting (XSS) vulnerability in an App Engine application is a # finding. - # When adding a new field hidden behind a visibility label, ensure it is also - # hidden from Notifications: - # http://google3/java/com/google/cloud/security/riskdashboard/notification/ - # actions/streaming/FindingTranslator.java?l=26 # Corresponds to the JSON property `finding` # @return [Google::Apis::SecuritycenterV1p1beta1::Finding] attr_accessor :finding diff --git a/generated/google/apis/slides_v1.rb b/generated/google/apis/slides_v1.rb index e5afdb439..710850744 100644 --- a/generated/google/apis/slides_v1.rb +++ b/generated/google/apis/slides_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/slides/ module SlidesV1 VERSION = 'V1' - REVISION = '20200214' + REVISION = '20200410' # See, edit, create, and delete all of your Google Drive files AUTH_DRIVE = 'https://www.googleapis.com/auth/drive' diff --git a/generated/google/apis/slides_v1/classes.rb b/generated/google/apis/slides_v1/classes.rb index 0f74bee22..a313acbd9 100644 --- a/generated/google/apis/slides_v1/classes.rb +++ b/generated/google/apis/slides_v1/classes.rb @@ -2498,7 +2498,7 @@ module Google # properties of all placeholder shapes on pages that use that master. # - The master page properties define the common page properties inherited by # its layouts. - # - Any other shapes on the master slide will appear on all slides using that + # - Any other shapes on the master slide appear on all slides using that # master, regardless of their layout. # Corresponds to the JSON property `masters` # @return [Array] diff --git a/generated/google/apis/slides_v1/service.rb b/generated/google/apis/slides_v1/service.rb index 287186975..61368a36b 100644 --- a/generated/google/apis/slides_v1/service.rb +++ b/generated/google/apis/slides_v1/service.rb @@ -203,7 +203,7 @@ module Google # The object ID of the page whose thumbnail to retrieve. # @param [String] thumbnail_properties_mime_type # The optional mime type of the thumbnail image. - # If you don't specify the mime type, the default mime type will be PNG. + # If you don't specify the mime type, the mime type defaults to PNG. # @param [String] thumbnail_properties_thumbnail_size # The optional thumbnail image size. # If you don't specify the size, the server chooses a default size of the