Class: Google::Cloud::Developerconnect::V1::Projects

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/developerconnect/v1/insights_config.rb

Overview

Projects represents the projects to track with the InsightsConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#project_ids::Array<::String>

Returns Optional. The project IDs. Format: {project}.

Returns:

  • (::Array<::String>)

    Optional. The project IDs. Format: {project}



124
125
126
127
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 124

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