Class: Google::Cloud::ServiceManagement::V1::ConfigSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/servicemanagement/v1/resources.rb

Overview

Represents a source file which is used to generate the service configuration defined by google.api.Service.

Instance Attribute Summary collapse

Instance Attribute Details

#files::Array<::Google::Cloud::ServiceManagement::V1::ConfigFile>

Returns Set of source configuration files that are used to generate a service configuration (google.api.Service).

Returns:



127
128
129
130
# File 'proto_docs/google/api/servicemanagement/v1/resources.rb', line 127

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

#id::String

Returns A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. If empty, the server may choose to generate one instead.

Returns:

  • (::String)

    A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. If empty, the server may choose to generate one instead.



127
128
129
130
# File 'proto_docs/google/api/servicemanagement/v1/resources.rb', line 127

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