generated/google/apis/clouderrorreporting_v1beta1/service.rb in google-api-client-0.36.4 vs generated/google/apis/clouderrorreporting_v1beta1/service.rb in google-api-client-0.37.0

- old
+ new

@@ -49,11 +49,11 @@ end # Deletes all error events of a given project. # @param [String] project_name # Required. The resource name of the Google Cloud Platform project. Written - # as `projects/` plus the + # as `projects/`projectID``, where ``projectID`` is the # [Google Cloud Platform project # ID](https://support.google.com/cloud/answer/6158840). # Example: `projects/my-project-123`. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -83,11 +83,11 @@ end # Lists the specified events. # @param [String] project_name # Required. The resource name of the Google Cloud Platform project. Written - # as `projects/` plus the + # as `projects/`projectID``, where ``projectID`` is the # [Google Cloud Platform project # ID](https://support.google.com/cloud/answer/6158840). # Example: `projects/my-project-123`. # @param [String] group_id # Required. The group for which events shall be returned. @@ -147,18 +147,18 @@ # This endpoint accepts **either** an OAuth token, # **or** an [API key](https://support.google.com/cloud/answer/6158862) # for authentication. To use an API key, append it to the URL as the value of # a `key` parameter. For example: # `POST - # https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/ - # events:report?key=123ABC456` + # https://clouderrorreporting.googleapis.com/v1beta1/`projectName`/events:report? + # key=123ABC456` # @param [String] project_name # Required. The resource name of the Google Cloud Platform project. Written - # as `projects/` plus the + # as `projects/`projectId``, where ``projectId`` is the # [Google Cloud Platform project - # ID](https://support.google.com/cloud/answer/6158840). Example: - # `projects/my-project-123`. + # ID](https://support.google.com/cloud/answer/6158840). + # Example: // `projects/my-project-123`. # @param [Google::Apis::ClouderrorreportingV1beta1::ReportedErrorEvent] reported_error_event_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -188,14 +188,14 @@ end # Lists the specified groups. # @param [String] project_name # Required. The resource name of the Google Cloud Platform project. Written - # as <code>projects/</code> plus the - # <a href="https://support.google.com/cloud/answer/6158840">Google Cloud - # Platform project ID</a>. - # Example: <code>projects/my-project-123</code>. + # as `projects/`projectID``, where ``projectID`` is the + # [Google Cloud Platform project + # ID](https://support.google.com/cloud/answer/6158840). + # Example: `projects/my-project-123`. # @param [String] alignment # Optional. The alignment of the timed counts to be returned. # Default is `ALIGNMENT_EQUAL_AT_END`. # @param [String] alignment_time # Optional. Time where the timed counts shall be aligned if rounded @@ -305,10 +305,10 @@ # Replace the data for the specified group. # Fails if the group does not exist. # @param [String] name # The group resource name. - # Example: <code>projects/my-project-123/groups/my-groupid</code> + # Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code> # @param [Google::Apis::ClouderrorreportingV1beta1::ErrorGroup] error_group_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any