Sha256: 14d4eb9e266fdc95e33cd9aff97c634f980749a2928b86112acc23460c56ec48

Contents?: true

Size: 1.56 KB

Versions: 1

Compression:

Stored size: 1.56 KB

Contents

# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

module Google
  module Devtools
    module Clouderrorreporting
      module V1beta1
        # A request to return an individual group.
        # @!attribute [rw] group_name
        #   @return [String]
        #     [Required] The group resource name. Written as
        #     <code>projects/<var>projectID</var>/groups/<var>group_name</var></code>.
        #     Call
        #     <a href="/error-reporting/reference/rest/v1beta1/projects.groupStats/list">
        #     <code>groupStats.list</code></a> to return a list of groups belonging to
        #     this project.
        #
        #     Example: <code>projects/my-project-123/groups/my-group</code>
        class GetGroupRequest; end

        # A request to replace the existing data for the given group.
        # @!attribute [rw] group
        #   @return [Google::Devtools::Clouderrorreporting::V1beta1::ErrorGroup]
        #     [Required] The group which replaces the resource on the server.
        class UpdateGroupRequest; end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
google-cloud-error_reporting-0.30.2 lib/google/cloud/error_reporting/v1beta1/doc/google/devtools/clouderrorreporting/v1beta1/error_group_service.rb