Service Management V1 API - Class Google::Cloud::ServiceManagement::V1::ConfigFile (v0.11.0)

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

#file_type=

def file_type=(value) -> ::Google::Cloud::ServiceManagement::V1::ConfigFile::FileType
Parameter
Returns