Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::ListRuntimeActionSchemasRequest.
Request message for ConnectorsService.ListRuntimeActionSchemas. For filter, only action field is supported with literal equality operator. Accepted filter example: action="approveOrder" 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: action="{actionId}" Only action field is supported with literal equality operator. Accepted filter example: action="CancelOrder" Wildcards are not supported in the filter currently.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Required. Filter Format: action="{actionId}" Only action field is supported with literal equality operator. Accepted filter example: action="CancelOrder" Wildcards are not supported in the filter currently.
Returns
- (::String) — Required. Filter Format: action="{actionId}" Only action field is supported with literal equality operator. Accepted filter example: action="CancelOrder" 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 RuntimeActionSchema Format: projects/{project}/locations/{location}/connections/{connection}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Parent resource of RuntimeActionSchema Format: projects/{project}/locations/{location}/connections/{connection}
Returns
- (::String) — Required. Parent resource of RuntimeActionSchema Format: projects/{project}/locations/{location}/connections/{connection}