FetchExamplesRequest class final

Request message for ExampleStoreService.FetchExamples.

Inheritance
  • Object
  • ProtoMessage
  • FetchExamplesRequest

Constructors

FetchExamplesRequest({StoredContentsExampleFilter? storedContentsExampleFilter, required String exampleStore, int pageSize = 0, String pageToken = '', List<String> exampleIds = const []})
FetchExamplesRequest.fromJson(Object? j)
factory

Properties

exampleIds List<String>
Optional. Example IDs to fetch. If both metadata filters and Example IDs are specified, then both ID and metadata filtering will be applied.
final
exampleStore String
Required. The name of the ExampleStore resource that the examples should be fetched from. Format: projects/{project}/locations/{location}/exampleStores/{example_store}
final
hashCode int
The hash code for this object.
no setterinherited
pageSize int
Optional. The maximum number of examples to return. The service may return fewer than this value. If unspecified, at most 100 examples will be returned.
final
pageToken String
Optional. The next_page_token value returned from a previous list ExampleStoreService.FetchExamplesResponse call.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storedContentsExampleFilter StoredContentsExampleFilter?
The metadata filters for StoredContentsExamples.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String