Class: Google::Cloud::Dialogflow::CX::V3::ListChangelogsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb

Overview

The request message for Changelogs.ListChangelogs.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The filter string. Supports filter by user_email, resource, type and create_time. Some examples:

  1. By user email: user_email = "someone@google.com"
  2. By resource name: resource = "projects/123/locations/global/agents/456/flows/789"
  3. By resource display name: display_name = "my agent"
  4. By action: action = "Create"
  5. By type: type = "flows"
  6. By create time. Currently predicates on create_time and create_time_epoch_seconds are supported: create_time_epoch_seconds > 1551790877 AND create_time <= 2017-01-15T01:30:15.01Z
  7. Combination of above filters: resource = "projects/123/locations/global/agents/456/flows/789" AND user_email = "someone@google.com" AND create_time <= 2017-01-15T01:30:15.01Z.

Returns:

  • (::String)

    The filter string. Supports filter by user_email, resource, type and create_time. Some examples:

    1. By user email: user_email = "someone@google.com"
    2. By resource name: resource = "projects/123/locations/global/agents/456/flows/789"
    3. By resource display name: display_name = "my agent"
    4. By action: action = "Create"
    5. By type: type = "flows"
    6. By create time. Currently predicates on create_time and create_time_epoch_seconds are supported: create_time_epoch_seconds > 1551790877 AND create_time <= 2017-01-15T01:30:15.01Z
    7. Combination of above filters: resource = "projects/123/locations/global/agents/456/flows/789" AND user_email = "someone@google.com" AND create_time <= 2017-01-15T01:30:15.01Z


60
61
62
63
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 60

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

#page_size::Integer

Returns The maximum number of items to return in a single page. By default 100 and at most 1000.

Returns:

  • (::Integer)

    The maximum number of items to return in a single page. By default 100 and at most 1000.



60
61
62
63
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 60

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

#page_token::String

Returns The next_page_token value returned from a previous list request.

Returns:

  • (::String)

    The next_page_token value returned from a previous list request.



60
61
62
63
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 60

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

#parent::String

Returns Required. The agent containing the changelogs. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

Returns:

  • (::String)

    Required. The agent containing the changelogs. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.



60
61
62
63
# File 'proto_docs/google/cloud/dialogflow/cx/v3/changelog.rb', line 60

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