Sha256: 54af1fbdfa08bd058c72fbf13bf652c2c6ecf71ef9488ea3c7d5e90a7ba8cd3e
Contents?: true
Size: 1.56 KB
Versions: 13
Compression:
Stored size: 1.56 KB
Contents
# Copyright 2019 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
13 entries across 13 versions & 1 rubygems