Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::ConfigSource.
Represents a source file which is used to generate the service configuration
defined by google.api.Service
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#files
def files() -> ::Array<::Google::Cloud::ServiceManagement::V1::ConfigFile>
Returns
-
(::Array<::Google::Cloud::ServiceManagement::V1::ConfigFile>) — Set of source configuration files that are used to generate a service
configuration (
google.api.Service
).
#files=
def files=(value) -> ::Array<::Google::Cloud::ServiceManagement::V1::ConfigFile>
Parameter
-
value (::Array<::Google::Cloud::ServiceManagement::V1::ConfigFile>) — Set of source configuration files that are used to generate a service
configuration (
google.api.Service
).
Returns
-
(::Array<::Google::Cloud::ServiceManagement::V1::ConfigFile>) — Set of source configuration files that are used to generate a service
configuration (
google.api.Service
).
#id
def id() -> ::String
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.
#id=
def id=(value) -> ::String
Parameter
- value (::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.
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.