GoogleCloudDataplexV1ChangeRequest class
Represents a proposed change to a metadata resource.
Constructors
-
GoogleCloudDataplexV1ChangeRequest({String? approver, String? author, String? changeType, GoogleCloudDataplexV1CreateEntryRequest? createEntry, GoogleCloudDataplexV1CreateEntryLinkRequest? createEntryLink, GoogleCloudDataplexV1CreateGlossaryRequest? createGlossary, GoogleCloudDataplexV1CreateGlossaryCategoryRequest? createGlossaryCategory, GoogleCloudDataplexV1CreateGlossaryTermRequest? createGlossaryTerm, String? createTime, GoogleCloudDataplexV1DataProductAccessRequest? dataProductAccessRequest, GoogleCloudDataplexV1DeleteEntryRequest? deleteEntry, GoogleCloudDataplexV1DeleteEntryLinkRequest? deleteEntryLink, GoogleCloudDataplexV1DeleteGlossaryRequest? deleteGlossary, GoogleCloudDataplexV1DeleteGlossaryCategoryRequest? deleteGlossaryCategory, GoogleCloudDataplexV1DeleteGlossaryTermRequest? deleteGlossaryTerm, String? etag, String? justification, Map<
String, String> ? labels, String? name, String? rejectionComment, String? resource, String? reviewerComment, String? state, String? uid, GoogleCloudDataplexV1UpdateEntryRequest? updateEntry, GoogleCloudDataplexV1UpdateGlossaryRequest? updateGlossary, GoogleCloudDataplexV1UpdateGlossaryCategoryRequest? updateGlossaryCategory, GoogleCloudDataplexV1UpdateGlossaryTermRequest? updateGlossaryTerm, String? updateTime}) - GoogleCloudDataplexV1ChangeRequest.fromJson(Map json_)
Properties
- approver ↔ String?
-
The email address of the user who approved/rejected the ChangeRequest.
getter/setter pair
-
The email address of the user who created the ChangeRequest.
getter/setter pair
- changeType ↔ String?
-
The type of change represented by the change_payload.
getter/setter pair
- createEntry ↔ GoogleCloudDataplexV1CreateEntryRequest?
-
Payload for creating an Entry.
getter/setter pair
- createEntryLink ↔ GoogleCloudDataplexV1CreateEntryLinkRequest?
-
Payload for creating an EntryLink.
getter/setter pair
- createGlossary ↔ GoogleCloudDataplexV1CreateGlossaryRequest?
-
Payload for creating a Glossary.
getter/setter pair
- createGlossaryCategory ↔ GoogleCloudDataplexV1CreateGlossaryCategoryRequest?
-
Payload for creating a GlossaryCategory.
getter/setter pair
- createGlossaryTerm ↔ GoogleCloudDataplexV1CreateGlossaryTermRequest?
-
Payload for creating a GlossaryTerm.
getter/setter pair
- createTime ↔ String?
-
The time when the ChangeRequest was created.
getter/setter pair
- dataProductAccessRequest ↔ GoogleCloudDataplexV1DataProductAccessRequest?
-
Payload for Data Product access request.
getter/setter pair
- deleteEntry ↔ GoogleCloudDataplexV1DeleteEntryRequest?
-
Payload for deleting an Entry.
getter/setter pair
- deleteEntryLink ↔ GoogleCloudDataplexV1DeleteEntryLinkRequest?
-
Payload for deleting an EntryLink.
getter/setter pair
- deleteGlossary ↔ GoogleCloudDataplexV1DeleteGlossaryRequest?
-
Payload for deleting a Glossary.
getter/setter pair
- deleteGlossaryCategory ↔ GoogleCloudDataplexV1DeleteGlossaryCategoryRequest?
-
Payload for deleting a GlossaryCategory.
getter/setter pair
- deleteGlossaryTerm ↔ GoogleCloudDataplexV1DeleteGlossaryTermRequest?
-
Payload for deleting a GlossaryTerm.
getter/setter pair
- etag ↔ String?
-
This checksum is computed by the service.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- justification ↔ String?
-
Justification of the ChangeRequest.
getter/setter pair
-
labels
↔ Map<
String, String> ? -
User-defined labels for the ChangeRequest.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- rejectionComment ↔ String?
-
The reason provided for rejecting the ChangeRequest.
getter/setter pair
- resource ↔ String?
-
The full resource name of the target resource to be modified.
getter/setter pair
- reviewerComment ↔ String?
-
The comment provided by the reviewer when approving or rejecting the
ChangeRequest.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The current state of the ChangeRequest.
getter/setter pair
- uid ↔ String?
-
System generated globally unique ID for the ChangeRequest.
getter/setter pair
- updateEntry ↔ GoogleCloudDataplexV1UpdateEntryRequest?
-
Payload for updating an Entry.
getter/setter pair
- updateGlossary ↔ GoogleCloudDataplexV1UpdateGlossaryRequest?
-
Payload for updating a Glossary.
getter/setter pair
- updateGlossaryCategory ↔ GoogleCloudDataplexV1UpdateGlossaryCategoryRequest?
-
Payload for updating a GlossaryCategory.
getter/setter pair
- updateGlossaryTerm ↔ GoogleCloudDataplexV1UpdateGlossaryTermRequest?
-
Payload for updating a GlossaryTerm.
getter/setter pair
- updateTime ↔ String?
-
The time when the ChangeRequest was last updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited