Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::CreateGroupRequest (v0.12.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::CreateGroupRequest.

The CreateGroup request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#group

def group() -> ::Google::Cloud::Monitoring::V3::Group
Returns

#group=

def group=(value) -> ::Google::Cloud::Monitoring::V3::Group
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) —

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

    projects/[PROJECT_ID_OR_NUMBER]
    

#name=

def name=(value) -> ::String
Parameter
  • value (::String) —

    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]
    

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — If true, validate this request but do not create the group.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If true, validate this request but do not create the group.
Returns
  • (::Boolean) — If true, validate this request but do not create the group.