Link class final
Describes a link connected to an analytics enabled bucket.
- Inheritance
-
- Object
- ProtoMessage
- Link
Constructors
- Link({String name = '', String description = '', Timestamp? createTime, LifecycleState lifecycleState = LifecycleState.$default, BigQueryDataset? bigqueryDataset})
-
Link.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bigqueryDataset → BigQueryDataset?
-
The information of a BigQuery Dataset. When a link is created, a BigQuery
dataset is created along with it, in the same project as the LogBucket it's
linked to. This dataset will also have BigQuery Views corresponding to the
LogViews in the bucket.
final
- createTime → Timestamp?
-
Output only. The creation timestamp of the link.
final
- description → String
-
Describes this link.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lifecycleState → LifecycleState
-
Output only. The resource lifecycle state.
final
- name → String
-
The resource name of the link. The name can have up to 100 characters.
A valid link id (at the end of the link name) must only have alphanumeric
characters and underscores within it.
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