Interface ChangeRequestOrBuilder (1.91.0)

public interface ChangeRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Optional. User-defined labels for the ChangeRequest.

map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
boolean

getApprover()

public abstract String getApprover()

Output only. The email address of the user who approved/rejected the ChangeRequest.

string approver = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The approver.

getApproverBytes()

public abstract ByteString getApproverBytes()

Output only. The email address of the user who approved/rejected the ChangeRequest.

string approver = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for approver.

getAuthor()

public abstract String getAuthor()

Output only. The email address of the user who created the ChangeRequest.

string author = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The author.

getAuthorBytes()

public abstract ByteString getAuthorBytes()

Output only. The email address of the user who created the ChangeRequest.

string author = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for author.

getChangePayloadCase()

public abstract ChangeRequest.ChangePayloadCase getChangePayloadCase()
Returns
Type Description
ChangeRequest.ChangePayloadCase

getChangeType()

public abstract ChangeRequest.ChangeType getChangeType()

Output only. The type of change represented by the change_payload. This field is derived from the populated field in the change_payload oneof.

.google.cloud.dataplex.v1.ChangeRequest.ChangeType change_type = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ChangeRequest.ChangeType

The changeType.

getChangeTypeValue()

public abstract int getChangeTypeValue()

Output only. The type of change represented by the change_payload. This field is derived from the populated field in the change_payload oneof.

.google.cloud.dataplex.v1.ChangeRequest.ChangeType change_type = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for changeType.

getCreateEntry()

public abstract CreateEntryRequest getCreateEntry()

Payload for creating an Entry.

.google.cloud.dataplex.v1.CreateEntryRequest create_entry = 10;

Returns
Type Description
CreateEntryRequest

The createEntry.

public abstract CreateEntryLinkRequest getCreateEntryLink()

Payload for creating an EntryLink.

.google.cloud.dataplex.v1.CreateEntryLinkRequest create_entry_link = 13;

Returns
Type Description
CreateEntryLinkRequest

The createEntryLink.

getCreateEntryLinkOrBuilder()

public abstract CreateEntryLinkRequestOrBuilder getCreateEntryLinkOrBuilder()

Payload for creating an EntryLink.

.google.cloud.dataplex.v1.CreateEntryLinkRequest create_entry_link = 13;

Returns
Type Description
CreateEntryLinkRequestOrBuilder

getCreateEntryOrBuilder()

public abstract CreateEntryRequestOrBuilder getCreateEntryOrBuilder()

Payload for creating an Entry.

.google.cloud.dataplex.v1.CreateEntryRequest create_entry = 10;

Returns
Type Description
CreateEntryRequestOrBuilder

getCreateGlossary()

public abstract CreateGlossaryRequest getCreateGlossary()

Payload for creating a Glossary.

.google.cloud.dataplex.v1.CreateGlossaryRequest create_glossary = 20;

Returns
Type Description
CreateGlossaryRequest

The createGlossary.

getCreateGlossaryCategory()

public abstract CreateGlossaryCategoryRequest getCreateGlossaryCategory()

Payload for creating a GlossaryCategory.

.google.cloud.dataplex.v1.CreateGlossaryCategoryRequest create_glossary_category = 23;

Returns
Type Description
CreateGlossaryCategoryRequest

The createGlossaryCategory.

getCreateGlossaryCategoryOrBuilder()

public abstract CreateGlossaryCategoryRequestOrBuilder getCreateGlossaryCategoryOrBuilder()

Payload for creating a GlossaryCategory.

.google.cloud.dataplex.v1.CreateGlossaryCategoryRequest create_glossary_category = 23;

Returns
Type Description
CreateGlossaryCategoryRequestOrBuilder

getCreateGlossaryOrBuilder()

public abstract CreateGlossaryRequestOrBuilder getCreateGlossaryOrBuilder()

Payload for creating a Glossary.

.google.cloud.dataplex.v1.CreateGlossaryRequest create_glossary = 20;

Returns
Type Description
CreateGlossaryRequestOrBuilder

getCreateGlossaryTerm()

public abstract CreateGlossaryTermRequest getCreateGlossaryTerm()

Payload for creating a GlossaryTerm.

.google.cloud.dataplex.v1.CreateGlossaryTermRequest create_glossary_term = 27;

Returns
Type Description
CreateGlossaryTermRequest

The createGlossaryTerm.

getCreateGlossaryTermOrBuilder()

public abstract CreateGlossaryTermRequestOrBuilder getCreateGlossaryTermOrBuilder()

Payload for creating a GlossaryTerm.

.google.cloud.dataplex.v1.CreateGlossaryTermRequest create_glossary_term = 27;

Returns
Type Description
CreateGlossaryTermRequestOrBuilder

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The time when the ChangeRequest was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The time when the ChangeRequest was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDataProductAccessRequest()

public abstract DataProductAccessRequest getDataProductAccessRequest()

Payload for Data Product access request.

.google.cloud.dataplex.v1.DataProductAccessRequest data_product_access_request = 32;

Returns
Type Description
DataProductAccessRequest

The dataProductAccessRequest.

getDataProductAccessRequestOrBuilder()

public abstract DataProductAccessRequestOrBuilder getDataProductAccessRequestOrBuilder()

Payload for Data Product access request.

.google.cloud.dataplex.v1.DataProductAccessRequest data_product_access_request = 32;

Returns
Type Description
DataProductAccessRequestOrBuilder

getDeleteEntry()

public abstract DeleteEntryRequest getDeleteEntry()

Payload for deleting an Entry.

.google.cloud.dataplex.v1.DeleteEntryRequest delete_entry = 12;

Returns
Type Description
DeleteEntryRequest

The deleteEntry.

public abstract DeleteEntryLinkRequest getDeleteEntryLink()

Payload for deleting an EntryLink.

.google.cloud.dataplex.v1.DeleteEntryLinkRequest delete_entry_link = 14;

Returns
Type Description
DeleteEntryLinkRequest

The deleteEntryLink.

getDeleteEntryLinkOrBuilder()

public abstract DeleteEntryLinkRequestOrBuilder getDeleteEntryLinkOrBuilder()

Payload for deleting an EntryLink.

.google.cloud.dataplex.v1.DeleteEntryLinkRequest delete_entry_link = 14;

Returns
Type Description
DeleteEntryLinkRequestOrBuilder

getDeleteEntryOrBuilder()

public abstract DeleteEntryRequestOrBuilder getDeleteEntryOrBuilder()

Payload for deleting an Entry.

.google.cloud.dataplex.v1.DeleteEntryRequest delete_entry = 12;

Returns
Type Description
DeleteEntryRequestOrBuilder

getDeleteGlossary()

public abstract DeleteGlossaryRequest getDeleteGlossary()

Payload for deleting a Glossary.

.google.cloud.dataplex.v1.DeleteGlossaryRequest delete_glossary = 22;

Returns
Type Description
DeleteGlossaryRequest

The deleteGlossary.

getDeleteGlossaryCategory()

public abstract DeleteGlossaryCategoryRequest getDeleteGlossaryCategory()

Payload for deleting a GlossaryCategory.

.google.cloud.dataplex.v1.DeleteGlossaryCategoryRequest delete_glossary_category = 26;

Returns
Type Description
DeleteGlossaryCategoryRequest

The deleteGlossaryCategory.

getDeleteGlossaryCategoryOrBuilder()

public abstract DeleteGlossaryCategoryRequestOrBuilder getDeleteGlossaryCategoryOrBuilder()

Payload for deleting a GlossaryCategory.

.google.cloud.dataplex.v1.DeleteGlossaryCategoryRequest delete_glossary_category = 26;

Returns
Type Description
DeleteGlossaryCategoryRequestOrBuilder

getDeleteGlossaryOrBuilder()

public abstract DeleteGlossaryRequestOrBuilder getDeleteGlossaryOrBuilder()

Payload for deleting a Glossary.

.google.cloud.dataplex.v1.DeleteGlossaryRequest delete_glossary = 22;

Returns
Type Description
DeleteGlossaryRequestOrBuilder

getDeleteGlossaryTerm()

public abstract DeleteGlossaryTermRequest getDeleteGlossaryTerm()

Payload for deleting a GlossaryTerm.

.google.cloud.dataplex.v1.DeleteGlossaryTermRequest delete_glossary_term = 30;

Returns
Type Description
DeleteGlossaryTermRequest

The deleteGlossaryTerm.

getDeleteGlossaryTermOrBuilder()

public abstract DeleteGlossaryTermRequestOrBuilder getDeleteGlossaryTermOrBuilder()

Payload for deleting a GlossaryTerm.

.google.cloud.dataplex.v1.DeleteGlossaryTermRequest delete_glossary_term = 30;

Returns
Type Description
DeleteGlossaryTermRequestOrBuilder

getEtag()

public abstract String getEtag()

Optional. This checksum is computed by the service. It can be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 18 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The etag.

getEtagBytes()

public abstract ByteString getEtagBytes()

Optional. This checksum is computed by the service. It can be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

string etag = 18 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for etag.

getJustification()

public abstract String getJustification()

Optional. Justification of the ChangeRequest. This should explain why the change is needed or why it should be approved.

string justification = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The justification.

getJustificationBytes()

public abstract ByteString getJustificationBytes()

Optional. Justification of the ChangeRequest. This should explain why the change is needed or why it should be approved.

string justification = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for justification.

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Optional. User-defined labels for the ChangeRequest.

map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Optional. User-defined labels for the ChangeRequest.

map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

Optional. User-defined labels for the ChangeRequest.

map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Optional. User-defined labels for the ChangeRequest.

map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
key String
Returns
Type Description
String

getName()

public abstract String getName()

Identifier. The relative resource name of the ChangeRequest, of the form: projects/{project_number}/locations/{location_id}/changeRequests/{change_request_id}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The relative resource name of the ChangeRequest, of the form: projects/{project_number}/locations/{location_id}/changeRequests/{change_request_id}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getRejectionComment()

public abstract String getRejectionComment()

Output only. The reason provided for rejecting the ChangeRequest.

string rejection_comment = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The rejectionComment.

getRejectionCommentBytes()

public abstract ByteString getRejectionCommentBytes()

Output only. The reason provided for rejecting the ChangeRequest.

string rejection_comment = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for rejectionComment.

getResource()

public abstract String getResource()

Output only. The full resource name of the target resource to be modified. Example: //dataplex.googleapis.com/projects/my-project/locations/us-central1/entryGroups/my-group/entries/my-entry

string resource = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The resource.

getResourceBytes()

public abstract ByteString getResourceBytes()

Output only. The full resource name of the target resource to be modified. Example: //dataplex.googleapis.com/projects/my-project/locations/us-central1/entryGroups/my-group/entries/my-entry

string resource = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for resource.

getState()

public abstract ChangeRequest.State getState()

Output only. The current state of the ChangeRequest.

.google.cloud.dataplex.v1.ChangeRequest.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ChangeRequest.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The current state of the ChangeRequest.

.google.cloud.dataplex.v1.ChangeRequest.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

getUid()

public abstract String getUid()

Output only. System generated globally unique ID for the ChangeRequest.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
String

The uid.

getUidBytes()

public abstract ByteString getUidBytes()

Output only. System generated globally unique ID for the ChangeRequest.

string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for uid.

getUpdateEntry()

public abstract UpdateEntryRequest getUpdateEntry()

Payload for updating an Entry.

.google.cloud.dataplex.v1.UpdateEntryRequest update_entry = 11;

Returns
Type Description
UpdateEntryRequest

The updateEntry.

getUpdateEntryOrBuilder()

public abstract UpdateEntryRequestOrBuilder getUpdateEntryOrBuilder()

Payload for updating an Entry.

.google.cloud.dataplex.v1.UpdateEntryRequest update_entry = 11;

Returns
Type Description
UpdateEntryRequestOrBuilder

getUpdateGlossary()

public abstract UpdateGlossaryRequest getUpdateGlossary()

Payload for updating a Glossary.

.google.cloud.dataplex.v1.UpdateGlossaryRequest update_glossary = 21;

Returns
Type Description
UpdateGlossaryRequest

The updateGlossary.

getUpdateGlossaryCategory()

public abstract UpdateGlossaryCategoryRequest getUpdateGlossaryCategory()

Payload for updating a GlossaryCategory.

.google.cloud.dataplex.v1.UpdateGlossaryCategoryRequest update_glossary_category = 24;

Returns
Type Description
UpdateGlossaryCategoryRequest

The updateGlossaryCategory.

getUpdateGlossaryCategoryOrBuilder()

public abstract UpdateGlossaryCategoryRequestOrBuilder getUpdateGlossaryCategoryOrBuilder()

Payload for updating a GlossaryCategory.

.google.cloud.dataplex.v1.UpdateGlossaryCategoryRequest update_glossary_category = 24;

Returns
Type Description
UpdateGlossaryCategoryRequestOrBuilder

getUpdateGlossaryOrBuilder()

public abstract UpdateGlossaryRequestOrBuilder getUpdateGlossaryOrBuilder()

Payload for updating a Glossary.

.google.cloud.dataplex.v1.UpdateGlossaryRequest update_glossary = 21;

Returns
Type Description
UpdateGlossaryRequestOrBuilder

getUpdateGlossaryTerm()

public abstract UpdateGlossaryTermRequest getUpdateGlossaryTerm()

Payload for updating a GlossaryTerm.

.google.cloud.dataplex.v1.UpdateGlossaryTermRequest update_glossary_term = 28;

Returns
Type Description
UpdateGlossaryTermRequest

The updateGlossaryTerm.

getUpdateGlossaryTermOrBuilder()

public abstract UpdateGlossaryTermRequestOrBuilder getUpdateGlossaryTermOrBuilder()

Payload for updating a GlossaryTerm.

.google.cloud.dataplex.v1.UpdateGlossaryTermRequest update_glossary_term = 28;

Returns
Type Description
UpdateGlossaryTermRequestOrBuilder

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The time when the ChangeRequest was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time when the ChangeRequest was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasCreateEntry()

public abstract boolean hasCreateEntry()

Payload for creating an Entry.

.google.cloud.dataplex.v1.CreateEntryRequest create_entry = 10;

Returns
Type Description
boolean

Whether the createEntry field is set.

public abstract boolean hasCreateEntryLink()

Payload for creating an EntryLink.

.google.cloud.dataplex.v1.CreateEntryLinkRequest create_entry_link = 13;

Returns
Type Description
boolean

Whether the createEntryLink field is set.

hasCreateGlossary()

public abstract boolean hasCreateGlossary()

Payload for creating a Glossary.

.google.cloud.dataplex.v1.CreateGlossaryRequest create_glossary = 20;

Returns
Type Description
boolean

Whether the createGlossary field is set.

hasCreateGlossaryCategory()

public abstract boolean hasCreateGlossaryCategory()

Payload for creating a GlossaryCategory.

.google.cloud.dataplex.v1.CreateGlossaryCategoryRequest create_glossary_category = 23;

Returns
Type Description
boolean

Whether the createGlossaryCategory field is set.

hasCreateGlossaryTerm()

public abstract boolean hasCreateGlossaryTerm()

Payload for creating a GlossaryTerm.

.google.cloud.dataplex.v1.CreateGlossaryTermRequest create_glossary_term = 27;

Returns
Type Description
boolean

Whether the createGlossaryTerm field is set.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The time when the ChangeRequest was created.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasDataProductAccessRequest()

public abstract boolean hasDataProductAccessRequest()

Payload for Data Product access request.

.google.cloud.dataplex.v1.DataProductAccessRequest data_product_access_request = 32;

Returns
Type Description
boolean

Whether the dataProductAccessRequest field is set.

hasDeleteEntry()

public abstract boolean hasDeleteEntry()

Payload for deleting an Entry.

.google.cloud.dataplex.v1.DeleteEntryRequest delete_entry = 12;

Returns
Type Description
boolean

Whether the deleteEntry field is set.

public abstract boolean hasDeleteEntryLink()

Payload for deleting an EntryLink.

.google.cloud.dataplex.v1.DeleteEntryLinkRequest delete_entry_link = 14;

Returns
Type Description
boolean

Whether the deleteEntryLink field is set.

hasDeleteGlossary()

public abstract boolean hasDeleteGlossary()

Payload for deleting a Glossary.

.google.cloud.dataplex.v1.DeleteGlossaryRequest delete_glossary = 22;

Returns
Type Description
boolean

Whether the deleteGlossary field is set.

hasDeleteGlossaryCategory()

public abstract boolean hasDeleteGlossaryCategory()

Payload for deleting a GlossaryCategory.

.google.cloud.dataplex.v1.DeleteGlossaryCategoryRequest delete_glossary_category = 26;

Returns
Type Description
boolean

Whether the deleteGlossaryCategory field is set.

hasDeleteGlossaryTerm()

public abstract boolean hasDeleteGlossaryTerm()

Payload for deleting a GlossaryTerm.

.google.cloud.dataplex.v1.DeleteGlossaryTermRequest delete_glossary_term = 30;

Returns
Type Description
boolean

Whether the deleteGlossaryTerm field is set.

hasUpdateEntry()

public abstract boolean hasUpdateEntry()

Payload for updating an Entry.

.google.cloud.dataplex.v1.UpdateEntryRequest update_entry = 11;

Returns
Type Description
boolean

Whether the updateEntry field is set.

hasUpdateGlossary()

public abstract boolean hasUpdateGlossary()

Payload for updating a Glossary.

.google.cloud.dataplex.v1.UpdateGlossaryRequest update_glossary = 21;

Returns
Type Description
boolean

Whether the updateGlossary field is set.

hasUpdateGlossaryCategory()

public abstract boolean hasUpdateGlossaryCategory()

Payload for updating a GlossaryCategory.

.google.cloud.dataplex.v1.UpdateGlossaryCategoryRequest update_glossary_category = 24;

Returns
Type Description
boolean

Whether the updateGlossaryCategory field is set.

hasUpdateGlossaryTerm()

public abstract boolean hasUpdateGlossaryTerm()

Payload for updating a GlossaryTerm.

.google.cloud.dataplex.v1.UpdateGlossaryTermRequest update_glossary_term = 28;

Returns
Type Description
boolean

Whether the updateGlossaryTerm field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The time when the ChangeRequest was last updated.

.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.