Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ListServingConfigsRequest.
Request for ListServingConfigs method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value greater than 100 is provided, at most 100 results are returned.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value greater than 100 is provided, at most 100 results are returned.
Returns
- (::Integer) — Optional. Maximum number of results to return. If unspecified, defaults to 100. If a value greater than 100 is provided, at most 100 results are returned.
#page_token
def page_token() -> ::String
Returns
-
(::String) — Optional. A page token, received from a previous
ListServingConfigs
call. Provide this to retrieve the subsequent page.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. A page token, received from a previous
ListServingConfigs
call. Provide this to retrieve the subsequent page.
Returns
-
(::String) — Optional. A page token, received from a previous
ListServingConfigs
call. Provide this to retrieve the subsequent page.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Full resource name of the parent resource. Format:
projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Full resource name of the parent resource. Format:
projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}
Returns
-
(::String) — Required. Full resource name of the parent resource. Format:
projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}