Reference documentation and code samples for the Service Management V1 API class Google::Cloud::ServiceManagement::V1::ConfigFile.
Generic specification of a source configuration file
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#file_contents
def file_contents() -> ::String
Returns
- (::String) — The bytes that constitute the file.
#file_contents=
def file_contents=(value) -> ::String
Parameter
- value (::String) — The bytes that constitute the file.
Returns
- (::String) — The bytes that constitute the file.
#file_path
def file_path() -> ::String
Returns
- (::String) — The file name of the configuration file (full or relative path).
#file_path=
def file_path=(value) -> ::String
Parameter
- value (::String) — The file name of the configuration file (full or relative path).
Returns
- (::String) — The file name of the configuration file (full or relative path).
#file_type
def file_type() -> ::Google::Cloud::ServiceManagement::V1::ConfigFile::FileType
Returns
- (::Google::Cloud::ServiceManagement::V1::ConfigFile::FileType) — The type of configuration file this represents.
#file_type=
def file_type=(value) -> ::Google::Cloud::ServiceManagement::V1::ConfigFile::FileType
Parameter
- value (::Google::Cloud::ServiceManagement::V1::ConfigFile::FileType) — The type of configuration file this represents.
Returns
- (::Google::Cloud::ServiceManagement::V1::ConfigFile::FileType) — The type of configuration file this represents.