Class: Google::Cloud::Monitoring::V3::CreateGroupRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/group_service.rb

Overview

The CreateGroup request.

Instance Attribute Summary collapse

Instance Attribute Details

#group::Google::Cloud::Monitoring::V3::Group

Returns Required. A group definition. It is an error to define the name field because the system assigns the name.

Returns:



108
109
110
111
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 108

class CreateGroupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. The project in which to create the group. The format is:

projects/[PROJECT_ID_OR_NUMBER].

Returns:

  • (::String)

    Required. The project in which to create the group. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    


108
109
110
111
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 108

class CreateGroupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_only::Boolean

Returns If true, validate this request but do not create the group.

Returns:

  • (::Boolean)

    If true, validate this request but do not create the group.



108
109
110
111
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 108

class CreateGroupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end