Class: Google::Cloud::GDCHardwareManagement::V1alpha::CreateCommentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb

Overview

A request to create a comment.

Instance Attribute Summary collapse

Instance Attribute Details

#comment::Google::Cloud::GDCHardwareManagement::V1alpha::Comment

Returns Required. The comment to create.

Returns:



602
603
604
605
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 602

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

#comment_id::String

Returns Optional. ID used to uniquely identify the Comment within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.

The comment.name field in the request will be ignored.

Returns:

  • (::String)

    Optional. ID used to uniquely identify the Comment within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.

    The comment.name field in the request will be ignored.



602
603
604
605
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 602

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

#parent::String

Returns Required. The order to create the comment on. Format: projects/{project}/locations/{location}/orders/{order}.

Returns:

  • (::String)

    Required. The order to create the comment on. Format: projects/{project}/locations/{location}/orders/{order}



602
603
604
605
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 602

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

#request_id::String

Returns Optional. An optional unique identifier for this request. See AIP-155.

Returns:

  • (::String)

    Optional. An optional unique identifier for this request. See AIP-155.



602
603
604
605
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 602

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