Connectors V1 API - Class Google::Cloud::Connectors::V1::ListRuntimeEntitySchemasRequest (v0.1.0)

Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::ListRuntimeEntitySchemasRequest.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
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.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::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.
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.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Page size.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Page size.
Returns
  • (::Integer) — Page size.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Page token.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Page token.
Returns
  • (::String) — Page token.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Parent resource of RuntimeEntitySchema Format: projects/{project}/locations/{location}/connections/{connection}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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}