CreateLinkRequest class final
The parameters to CreateLink.
- Inheritance
-
- Object
- ProtoMessage
- CreateLinkRequest
Constructors
- CreateLinkRequest({required String parent, required Link? link, required String linkId})
-
CreateLinkRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- link → Link?
-
Required. The new link.
final
- linkId → String
-
Required. The ID to use for the link. The link_id can have up to 100
characters. A valid link_id must only have alphanumeric characters and
underscores within it.
final
- parent → String
-
Required. The full resource name of the bucket to create a link for.
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