Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::ReadRepositoryFileRequest.
ReadRepositoryFile
request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#commit_sha
def commit_sha() -> ::String
Returns
- (::String) — Optional. The commit SHA for the commit to read from. If unset, the file will be read from HEAD.
#commit_sha=
def commit_sha=(value) -> ::String
Parameter
- value (::String) — Optional. The commit SHA for the commit to read from. If unset, the file will be read from HEAD.
Returns
- (::String) — Optional. The commit SHA for the commit to read from. If unset, the file will be read from HEAD.
#name
def name() -> ::String
Returns
- (::String) — Required. The repository's name.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The repository's name.
Returns
- (::String) — Required. The repository's name.
#path
def path() -> ::String
Returns
- (::String) — Required. Full file path to read including filename, from repository root.
#path=
def path=(value) -> ::String
Parameter
- value (::String) — Required. Full file path to read including filename, from repository root.
Returns
- (::String) — Required. Full file path to read including filename, from repository root.