Class: Google::Cloud::SecureSourceManager::V1::FetchTreeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb

Overview

Request message for fetching a tree structure from a repository.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, at most 10,000 items will be returned.

Returns:

  • (::Integer)

    Optional. Requested page size. Server may return fewer items than requested. If unspecified, at most 10,000 items will be returned.



1499
1500
1501
1502
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1499

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

#page_token::String

Returns Optional. A token identifying a page of results the server should return.

Returns:

  • (::String)

    Optional. A token identifying a page of results the server should return.



1499
1500
1501
1502
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1499

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

#recursive::Boolean

Returns Optional. If true, include all subfolders and their files in the response. If false, only the immediate children are returned.

Returns:

  • (::Boolean)

    Optional. If true, include all subfolders and their files in the response. If false, only the immediate children are returned.



1499
1500
1501
1502
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1499

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

#ref::String

Returns Optional. ref can be a SHA-1 hash, a branch name, or a tag. Specifies which tree to fetch. If not specified, the default branch will be used.

Returns:

  • (::String)

    Optional. ref can be a SHA-1 hash, a branch name, or a tag. Specifies which tree to fetch. If not specified, the default branch will be used.



1499
1500
1501
1502
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1499

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

#repository::String

Returns Required. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}. Specifies the repository to fetch the tree from.

Returns:

  • (::String)

    Required. The format is projects/{project_number}/locations/{location_id}/repositories/{repository_id}. Specifies the repository to fetch the tree from.



1499
1500
1501
1502
# File 'proto_docs/google/cloud/securesourcemanager/v1/secure_source_manager.rb', line 1499

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