Class: Google::Cloud::Connectors::V1::ListRuntimeEntitySchemasRequest

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

Overview

Request message for ConnectorsService.ListRuntimeEntitySchemas. For filter, only entity field is supported with literal equality operator. Accepted filter example: entity="Order" Wildcards are not supported in the filter currently.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Required. Filter Format: entity="{entityId}" Only entity field is supported with literal equality operator. Accepted filter example: entity="Order" Wildcards are not supported in the filter currently.

Returns:

  • (::String)

    Required. Filter Format: entity="{entityId}" Only entity field is supported with literal equality operator. Accepted filter example: entity="Order" Wildcards are not supported in the filter currently.



426
427
428
429
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 426

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

#page_size::Integer

Returns Page size.

Returns:

  • (::Integer)

    Page size.



426
427
428
429
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 426

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

#page_token::String

Returns Page token.

Returns:

  • (::String)

    Page token.



426
427
428
429
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 426

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

#parent::String

Returns Required. Parent resource of RuntimeEntitySchema Format: projects/{project}/locations/{location}/connections/{connection}.

Returns:

  • (::String)

    Required. Parent resource of RuntimeEntitySchema Format: projects/{project}/locations/{location}/connections/{connection}



426
427
428
429
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 426

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