public sealed class ListServingConfigsRequest : IMessage<ListServingConfigsRequest>, IEquatable<ListServingConfigsRequest>, IDeepCloneable<ListServingConfigsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Discovery Engine v1beta API class ListServingConfigsRequest.
Request for ListServingConfigs method.
Implements
IMessageListServingConfigsRequest, IEquatableListServingConfigsRequest, IDeepCloneableListServingConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ListServingConfigsRequest()
public ListServingConfigsRequest()ListServingConfigsRequest(ListServingConfigsRequest)
public ListServingConfigsRequest(ListServingConfigsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServingConfigsRequest |
Properties
PageSize
public int PageSize { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token, received from a previous ListServingConfigs call.
Provide this to retrieve the subsequent page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Full resource name of the parent resource. Format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsDataStoreName
public DataStoreName ParentAsDataStoreName { get; set; }DataStoreName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
DataStoreName |
|
ParentAsEngineName
public EngineName ParentAsEngineName { get; set; }EngineName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
EngineName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|