Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ListSchemasRequest.
Request message for SchemaService.ListSchemas method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
#page_size=
def page_size=(value) -> ::Integer
#page_token
def page_token() -> ::String
-
(::String) — A page token, received from a previous
SchemaService.ListSchemas
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to SchemaService.ListSchemas must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — A page token, received from a previous
SchemaService.ListSchemas
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to SchemaService.ListSchemas must match the call that provided the page token.
-
(::String) — A page token, received from a previous
SchemaService.ListSchemas
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to SchemaService.ListSchemas must match the call that provided the page token.
#parent
def parent() -> ::String
-
(::String) — Required. The parent data store resource name, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent data store resource name, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
-
(::String) — Required. The parent data store resource name, in the format of
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.