UpsertExamplesRequest class final
Request message for
ExampleStoreService.UpsertExamples.
- Inheritance
-
- Object
- ProtoMessage
- UpsertExamplesRequest
Constructors
-
UpsertExamplesRequest({required String exampleStore, required List<
Example> examples, bool overwrite = false}) - UpsertExamplesRequest.fromJson(Object? j)
-
factory
Properties
-
examples
→ List<
Example> -
Required. A list of examples to be created/updated.
final
- exampleStore → String
-
Required. The name of the ExampleStore resource that examples are added to
or updated in. Format:
projects/{project}/locations/{location}/exampleStores/{example_store}final - hashCode → int
-
The hash code for this object.
no setterinherited
- overwrite → bool
-
Optional. A flag indicating whether an example can be overwritten if it
already exists. If False (default) and the example already exists, the
example will not be updated. This does not affect behavior if the example
does not exist already.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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