RemoveExamplesRequest class final

Request message for ExampleStoreService.RemoveExamples.

Inheritance
  • Object
  • ProtoMessage
  • RemoveExamplesRequest

Constructors

RemoveExamplesRequest({StoredContentsExampleFilter? storedContentsExampleFilter, required String exampleStore, List<String> exampleIds = const []})
RemoveExamplesRequest.fromJson(Object? j)
factory

Properties

exampleIds List<String>
Optional. Example IDs to remove. If both metadata filters and Example IDs are specified, the metadata filters will be applied to the specified examples in order to identify which should be removed.
final
exampleStore String
Required. The name of the ExampleStore resource that the examples should be removed from. Format: projects/{project}/locations/{location}/exampleStores/{example_store}
final
hashCode int
The hash code for this object.
no setterinherited
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