Class: Google::Cloud::Dataform::V1::FetchRepositoryHistoryRequest

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

Overview

FetchRepositoryHistory request message.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The repository's name.

Returns:

  • (::String)

    Required. The repository's name.



427
428
429
430
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 427

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

#page_size::Integer

Returns Optional. Maximum number of commits to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

Returns:

  • (::Integer)

    Optional. Maximum number of commits to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.



427
428
429
430
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 427

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

#page_token::String

Returns Optional. Page token received from a previous FetchRepositoryHistory call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to FetchRepositoryHistory, with the exception of page_size, must match the call that provided the page token.

Returns:

  • (::String)

    Optional. Page token received from a previous FetchRepositoryHistory call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to FetchRepositoryHistory, with the exception of page_size, must match the call that provided the page token.



427
428
429
430
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 427

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