public static final class ChangeRequest.Builder extends GeneratedMessage.Builder<ChangeRequest.Builder> implements ChangeRequestOrBuilderRepresents a proposed change to a metadata resource.
Protobuf type google.cloud.dataplex.v1.ChangeRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ChangeRequest.BuilderImplements
ChangeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ChangeRequest build()| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
buildPartial()
public ChangeRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
clear()
public ChangeRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearApprover()
public ChangeRequest.Builder clearApprover()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 |
ChangeRequest.Builder |
This builder for chaining. |
clearAuthor()
public ChangeRequest.Builder clearAuthor()Output only. The email address of the user who created the ChangeRequest.
string author = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
clearChangePayload()
public ChangeRequest.Builder clearChangePayload()| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearChangeType()
public ChangeRequest.Builder clearChangeType()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.Builder |
This builder for chaining. |
clearCreateEntry()
public ChangeRequest.Builder clearCreateEntry()Payload for creating an Entry.
.google.cloud.dataplex.v1.CreateEntryRequest create_entry = 10;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearCreateEntryLink()
public ChangeRequest.Builder clearCreateEntryLink()Payload for creating an EntryLink.
.google.cloud.dataplex.v1.CreateEntryLinkRequest create_entry_link = 13;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearCreateGlossary()
public ChangeRequest.Builder clearCreateGlossary()Payload for creating a Glossary.
.google.cloud.dataplex.v1.CreateGlossaryRequest create_glossary = 20;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearCreateGlossaryCategory()
public ChangeRequest.Builder clearCreateGlossaryCategory()Payload for creating a GlossaryCategory.
.google.cloud.dataplex.v1.CreateGlossaryCategoryRequest create_glossary_category = 23;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearCreateGlossaryTerm()
public ChangeRequest.Builder clearCreateGlossaryTerm()Payload for creating a GlossaryTerm.
.google.cloud.dataplex.v1.CreateGlossaryTermRequest create_glossary_term = 27;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearCreateTime()
public ChangeRequest.Builder clearCreateTime()Output only. The time when the ChangeRequest was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearDataProductAccessRequest()
public ChangeRequest.Builder clearDataProductAccessRequest()Payload for Data Product access request.
.google.cloud.dataplex.v1.DataProductAccessRequest data_product_access_request = 32;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearDeleteEntry()
public ChangeRequest.Builder clearDeleteEntry()Payload for deleting an Entry.
.google.cloud.dataplex.v1.DeleteEntryRequest delete_entry = 12;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearDeleteEntryLink()
public ChangeRequest.Builder clearDeleteEntryLink()Payload for deleting an EntryLink.
.google.cloud.dataplex.v1.DeleteEntryLinkRequest delete_entry_link = 14;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearDeleteGlossary()
public ChangeRequest.Builder clearDeleteGlossary()Payload for deleting a Glossary.
.google.cloud.dataplex.v1.DeleteGlossaryRequest delete_glossary = 22;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearDeleteGlossaryCategory()
public ChangeRequest.Builder clearDeleteGlossaryCategory()Payload for deleting a GlossaryCategory.
.google.cloud.dataplex.v1.DeleteGlossaryCategoryRequest delete_glossary_category = 26;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearDeleteGlossaryTerm()
public ChangeRequest.Builder clearDeleteGlossaryTerm()Payload for deleting a GlossaryTerm.
.google.cloud.dataplex.v1.DeleteGlossaryTermRequest delete_glossary_term = 30;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearEtag()
public ChangeRequest.Builder clearEtag()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 |
ChangeRequest.Builder |
This builder for chaining. |
clearJustification()
public ChangeRequest.Builder clearJustification()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 |
ChangeRequest.Builder |
This builder for chaining. |
clearLabels()
public ChangeRequest.Builder clearLabels()| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearName()
public ChangeRequest.Builder clearName()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 |
ChangeRequest.Builder |
This builder for chaining. |
clearRejectionComment()
public ChangeRequest.Builder clearRejectionComment()Output only. The reason provided for rejecting the ChangeRequest.
string rejection_comment = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
clearResource()
public ChangeRequest.Builder clearResource()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 |
ChangeRequest.Builder |
This builder for chaining. |
clearState()
public ChangeRequest.Builder clearState()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.Builder |
This builder for chaining. |
clearUid()
public ChangeRequest.Builder clearUid()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 |
ChangeRequest.Builder |
This builder for chaining. |
clearUpdateEntry()
public ChangeRequest.Builder clearUpdateEntry()Payload for updating an Entry.
.google.cloud.dataplex.v1.UpdateEntryRequest update_entry = 11;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearUpdateGlossary()
public ChangeRequest.Builder clearUpdateGlossary()Payload for updating a Glossary.
.google.cloud.dataplex.v1.UpdateGlossaryRequest update_glossary = 21;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearUpdateGlossaryCategory()
public ChangeRequest.Builder clearUpdateGlossaryCategory()Payload for updating a GlossaryCategory.
.google.cloud.dataplex.v1.UpdateGlossaryCategoryRequest update_glossary_category = 24;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearUpdateGlossaryTerm()
public ChangeRequest.Builder clearUpdateGlossaryTerm()Payload for updating a GlossaryTerm.
.google.cloud.dataplex.v1.UpdateGlossaryTermRequest update_glossary_term = 28;
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
clearUpdateTime()
public ChangeRequest.Builder clearUpdateTime()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 |
ChangeRequest.Builder |
|
containsLabels(String key)
public 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 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 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 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 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 ChangeRequest.ChangePayloadCase getChangePayloadCase()| Returns | |
|---|---|
| Type | Description |
ChangeRequest.ChangePayloadCase |
|
getChangeType()
public 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 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 CreateEntryRequest getCreateEntry()Payload for creating an Entry.
.google.cloud.dataplex.v1.CreateEntryRequest create_entry = 10;
| Returns | |
|---|---|
| Type | Description |
CreateEntryRequest |
The createEntry. |
getCreateEntryBuilder()
public CreateEntryRequest.Builder getCreateEntryBuilder()Payload for creating an Entry.
.google.cloud.dataplex.v1.CreateEntryRequest create_entry = 10;
| Returns | |
|---|---|
| Type | Description |
CreateEntryRequest.Builder |
|
getCreateEntryLink()
public CreateEntryLinkRequest getCreateEntryLink()Payload for creating an EntryLink.
.google.cloud.dataplex.v1.CreateEntryLinkRequest create_entry_link = 13;
| Returns | |
|---|---|
| Type | Description |
CreateEntryLinkRequest |
The createEntryLink. |
getCreateEntryLinkBuilder()
public CreateEntryLinkRequest.Builder getCreateEntryLinkBuilder()Payload for creating an EntryLink.
.google.cloud.dataplex.v1.CreateEntryLinkRequest create_entry_link = 13;
| Returns | |
|---|---|
| Type | Description |
CreateEntryLinkRequest.Builder |
|
getCreateEntryLinkOrBuilder()
public CreateEntryLinkRequestOrBuilder getCreateEntryLinkOrBuilder()Payload for creating an EntryLink.
.google.cloud.dataplex.v1.CreateEntryLinkRequest create_entry_link = 13;
| Returns | |
|---|---|
| Type | Description |
CreateEntryLinkRequestOrBuilder |
|
getCreateEntryOrBuilder()
public CreateEntryRequestOrBuilder getCreateEntryOrBuilder()Payload for creating an Entry.
.google.cloud.dataplex.v1.CreateEntryRequest create_entry = 10;
| Returns | |
|---|---|
| Type | Description |
CreateEntryRequestOrBuilder |
|
getCreateGlossary()
public CreateGlossaryRequest getCreateGlossary()Payload for creating a Glossary.
.google.cloud.dataplex.v1.CreateGlossaryRequest create_glossary = 20;
| Returns | |
|---|---|
| Type | Description |
CreateGlossaryRequest |
The createGlossary. |
getCreateGlossaryBuilder()
public CreateGlossaryRequest.Builder getCreateGlossaryBuilder()Payload for creating a Glossary.
.google.cloud.dataplex.v1.CreateGlossaryRequest create_glossary = 20;
| Returns | |
|---|---|
| Type | Description |
CreateGlossaryRequest.Builder |
|
getCreateGlossaryCategory()
public CreateGlossaryCategoryRequest getCreateGlossaryCategory()Payload for creating a GlossaryCategory.
.google.cloud.dataplex.v1.CreateGlossaryCategoryRequest create_glossary_category = 23;
| Returns | |
|---|---|
| Type | Description |
CreateGlossaryCategoryRequest |
The createGlossaryCategory. |
getCreateGlossaryCategoryBuilder()
public CreateGlossaryCategoryRequest.Builder getCreateGlossaryCategoryBuilder()Payload for creating a GlossaryCategory.
.google.cloud.dataplex.v1.CreateGlossaryCategoryRequest create_glossary_category = 23;
| Returns | |
|---|---|
| Type | Description |
CreateGlossaryCategoryRequest.Builder |
|
getCreateGlossaryCategoryOrBuilder()
public CreateGlossaryCategoryRequestOrBuilder getCreateGlossaryCategoryOrBuilder()Payload for creating a GlossaryCategory.
.google.cloud.dataplex.v1.CreateGlossaryCategoryRequest create_glossary_category = 23;
| Returns | |
|---|---|
| Type | Description |
CreateGlossaryCategoryRequestOrBuilder |
|
getCreateGlossaryOrBuilder()
public CreateGlossaryRequestOrBuilder getCreateGlossaryOrBuilder()Payload for creating a Glossary.
.google.cloud.dataplex.v1.CreateGlossaryRequest create_glossary = 20;
| Returns | |
|---|---|
| Type | Description |
CreateGlossaryRequestOrBuilder |
|
getCreateGlossaryTerm()
public CreateGlossaryTermRequest getCreateGlossaryTerm()Payload for creating a GlossaryTerm.
.google.cloud.dataplex.v1.CreateGlossaryTermRequest create_glossary_term = 27;
| Returns | |
|---|---|
| Type | Description |
CreateGlossaryTermRequest |
The createGlossaryTerm. |
getCreateGlossaryTermBuilder()
public CreateGlossaryTermRequest.Builder getCreateGlossaryTermBuilder()Payload for creating a GlossaryTerm.
.google.cloud.dataplex.v1.CreateGlossaryTermRequest create_glossary_term = 27;
| Returns | |
|---|---|
| Type | Description |
CreateGlossaryTermRequest.Builder |
|
getCreateGlossaryTermOrBuilder()
public CreateGlossaryTermRequestOrBuilder getCreateGlossaryTermOrBuilder()Payload for creating a GlossaryTerm.
.google.cloud.dataplex.v1.CreateGlossaryTermRequest create_glossary_term = 27;
| Returns | |
|---|---|
| Type | Description |
CreateGlossaryTermRequestOrBuilder |
|
getCreateTime()
public 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. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The time when the ChangeRequest was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCreateTimeOrBuilder()
public 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 DataProductAccessRequest getDataProductAccessRequest()Payload for Data Product access request.
.google.cloud.dataplex.v1.DataProductAccessRequest data_product_access_request = 32;
| Returns | |
|---|---|
| Type | Description |
DataProductAccessRequest |
The dataProductAccessRequest. |
getDataProductAccessRequestBuilder()
public DataProductAccessRequest.Builder getDataProductAccessRequestBuilder()Payload for Data Product access request.
.google.cloud.dataplex.v1.DataProductAccessRequest data_product_access_request = 32;
| Returns | |
|---|---|
| Type | Description |
DataProductAccessRequest.Builder |
|
getDataProductAccessRequestOrBuilder()
public DataProductAccessRequestOrBuilder getDataProductAccessRequestOrBuilder()Payload for Data Product access request.
.google.cloud.dataplex.v1.DataProductAccessRequest data_product_access_request = 32;
| Returns | |
|---|---|
| Type | Description |
DataProductAccessRequestOrBuilder |
|
getDefaultInstanceForType()
public ChangeRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
getDeleteEntry()
public DeleteEntryRequest getDeleteEntry()Payload for deleting an Entry.
.google.cloud.dataplex.v1.DeleteEntryRequest delete_entry = 12;
| Returns | |
|---|---|
| Type | Description |
DeleteEntryRequest |
The deleteEntry. |
getDeleteEntryBuilder()
public DeleteEntryRequest.Builder getDeleteEntryBuilder()Payload for deleting an Entry.
.google.cloud.dataplex.v1.DeleteEntryRequest delete_entry = 12;
| Returns | |
|---|---|
| Type | Description |
DeleteEntryRequest.Builder |
|
getDeleteEntryLink()
public DeleteEntryLinkRequest getDeleteEntryLink()Payload for deleting an EntryLink.
.google.cloud.dataplex.v1.DeleteEntryLinkRequest delete_entry_link = 14;
| Returns | |
|---|---|
| Type | Description |
DeleteEntryLinkRequest |
The deleteEntryLink. |
getDeleteEntryLinkBuilder()
public DeleteEntryLinkRequest.Builder getDeleteEntryLinkBuilder()Payload for deleting an EntryLink.
.google.cloud.dataplex.v1.DeleteEntryLinkRequest delete_entry_link = 14;
| Returns | |
|---|---|
| Type | Description |
DeleteEntryLinkRequest.Builder |
|
getDeleteEntryLinkOrBuilder()
public DeleteEntryLinkRequestOrBuilder getDeleteEntryLinkOrBuilder()Payload for deleting an EntryLink.
.google.cloud.dataplex.v1.DeleteEntryLinkRequest delete_entry_link = 14;
| Returns | |
|---|---|
| Type | Description |
DeleteEntryLinkRequestOrBuilder |
|
getDeleteEntryOrBuilder()
public DeleteEntryRequestOrBuilder getDeleteEntryOrBuilder()Payload for deleting an Entry.
.google.cloud.dataplex.v1.DeleteEntryRequest delete_entry = 12;
| Returns | |
|---|---|
| Type | Description |
DeleteEntryRequestOrBuilder |
|
getDeleteGlossary()
public DeleteGlossaryRequest getDeleteGlossary()Payload for deleting a Glossary.
.google.cloud.dataplex.v1.DeleteGlossaryRequest delete_glossary = 22;
| Returns | |
|---|---|
| Type | Description |
DeleteGlossaryRequest |
The deleteGlossary. |
getDeleteGlossaryBuilder()
public DeleteGlossaryRequest.Builder getDeleteGlossaryBuilder()Payload for deleting a Glossary.
.google.cloud.dataplex.v1.DeleteGlossaryRequest delete_glossary = 22;
| Returns | |
|---|---|
| Type | Description |
DeleteGlossaryRequest.Builder |
|
getDeleteGlossaryCategory()
public DeleteGlossaryCategoryRequest getDeleteGlossaryCategory()Payload for deleting a GlossaryCategory.
.google.cloud.dataplex.v1.DeleteGlossaryCategoryRequest delete_glossary_category = 26;
| Returns | |
|---|---|
| Type | Description |
DeleteGlossaryCategoryRequest |
The deleteGlossaryCategory. |
getDeleteGlossaryCategoryBuilder()
public DeleteGlossaryCategoryRequest.Builder getDeleteGlossaryCategoryBuilder()Payload for deleting a GlossaryCategory.
.google.cloud.dataplex.v1.DeleteGlossaryCategoryRequest delete_glossary_category = 26;
| Returns | |
|---|---|
| Type | Description |
DeleteGlossaryCategoryRequest.Builder |
|
getDeleteGlossaryCategoryOrBuilder()
public DeleteGlossaryCategoryRequestOrBuilder getDeleteGlossaryCategoryOrBuilder()Payload for deleting a GlossaryCategory.
.google.cloud.dataplex.v1.DeleteGlossaryCategoryRequest delete_glossary_category = 26;
| Returns | |
|---|---|
| Type | Description |
DeleteGlossaryCategoryRequestOrBuilder |
|
getDeleteGlossaryOrBuilder()
public DeleteGlossaryRequestOrBuilder getDeleteGlossaryOrBuilder()Payload for deleting a Glossary.
.google.cloud.dataplex.v1.DeleteGlossaryRequest delete_glossary = 22;
| Returns | |
|---|---|
| Type | Description |
DeleteGlossaryRequestOrBuilder |
|
getDeleteGlossaryTerm()
public DeleteGlossaryTermRequest getDeleteGlossaryTerm()Payload for deleting a GlossaryTerm.
.google.cloud.dataplex.v1.DeleteGlossaryTermRequest delete_glossary_term = 30;
| Returns | |
|---|---|
| Type | Description |
DeleteGlossaryTermRequest |
The deleteGlossaryTerm. |
getDeleteGlossaryTermBuilder()
public DeleteGlossaryTermRequest.Builder getDeleteGlossaryTermBuilder()Payload for deleting a GlossaryTerm.
.google.cloud.dataplex.v1.DeleteGlossaryTermRequest delete_glossary_term = 30;
| Returns | |
|---|---|
| Type | Description |
DeleteGlossaryTermRequest.Builder |
|
getDeleteGlossaryTermOrBuilder()
public DeleteGlossaryTermRequestOrBuilder getDeleteGlossaryTermOrBuilder()Payload for deleting a GlossaryTerm.
.google.cloud.dataplex.v1.DeleteGlossaryTermRequest delete_glossary_term = 30;
| Returns | |
|---|---|
| Type | Description |
DeleteGlossaryTermRequestOrBuilder |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEtag()
public 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 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 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 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 Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getLabelsCount()
public 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 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 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 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 |
|
getMutableLabels() (deprecated)
public Map<String,String> getMutableLabels()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
getName()
public 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 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 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 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 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 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 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 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 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 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 UpdateEntryRequest getUpdateEntry()Payload for updating an Entry.
.google.cloud.dataplex.v1.UpdateEntryRequest update_entry = 11;
| Returns | |
|---|---|
| Type | Description |
UpdateEntryRequest |
The updateEntry. |
getUpdateEntryBuilder()
public UpdateEntryRequest.Builder getUpdateEntryBuilder()Payload for updating an Entry.
.google.cloud.dataplex.v1.UpdateEntryRequest update_entry = 11;
| Returns | |
|---|---|
| Type | Description |
UpdateEntryRequest.Builder |
|
getUpdateEntryOrBuilder()
public UpdateEntryRequestOrBuilder getUpdateEntryOrBuilder()Payload for updating an Entry.
.google.cloud.dataplex.v1.UpdateEntryRequest update_entry = 11;
| Returns | |
|---|---|
| Type | Description |
UpdateEntryRequestOrBuilder |
|
getUpdateGlossary()
public UpdateGlossaryRequest getUpdateGlossary()Payload for updating a Glossary.
.google.cloud.dataplex.v1.UpdateGlossaryRequest update_glossary = 21;
| Returns | |
|---|---|
| Type | Description |
UpdateGlossaryRequest |
The updateGlossary. |
getUpdateGlossaryBuilder()
public UpdateGlossaryRequest.Builder getUpdateGlossaryBuilder()Payload for updating a Glossary.
.google.cloud.dataplex.v1.UpdateGlossaryRequest update_glossary = 21;
| Returns | |
|---|---|
| Type | Description |
UpdateGlossaryRequest.Builder |
|
getUpdateGlossaryCategory()
public UpdateGlossaryCategoryRequest getUpdateGlossaryCategory()Payload for updating a GlossaryCategory.
.google.cloud.dataplex.v1.UpdateGlossaryCategoryRequest update_glossary_category = 24;
| Returns | |
|---|---|
| Type | Description |
UpdateGlossaryCategoryRequest |
The updateGlossaryCategory. |
getUpdateGlossaryCategoryBuilder()
public UpdateGlossaryCategoryRequest.Builder getUpdateGlossaryCategoryBuilder()Payload for updating a GlossaryCategory.
.google.cloud.dataplex.v1.UpdateGlossaryCategoryRequest update_glossary_category = 24;
| Returns | |
|---|---|
| Type | Description |
UpdateGlossaryCategoryRequest.Builder |
|
getUpdateGlossaryCategoryOrBuilder()
public UpdateGlossaryCategoryRequestOrBuilder getUpdateGlossaryCategoryOrBuilder()Payload for updating a GlossaryCategory.
.google.cloud.dataplex.v1.UpdateGlossaryCategoryRequest update_glossary_category = 24;
| Returns | |
|---|---|
| Type | Description |
UpdateGlossaryCategoryRequestOrBuilder |
|
getUpdateGlossaryOrBuilder()
public UpdateGlossaryRequestOrBuilder getUpdateGlossaryOrBuilder()Payload for updating a Glossary.
.google.cloud.dataplex.v1.UpdateGlossaryRequest update_glossary = 21;
| Returns | |
|---|---|
| Type | Description |
UpdateGlossaryRequestOrBuilder |
|
getUpdateGlossaryTerm()
public UpdateGlossaryTermRequest getUpdateGlossaryTerm()Payload for updating a GlossaryTerm.
.google.cloud.dataplex.v1.UpdateGlossaryTermRequest update_glossary_term = 28;
| Returns | |
|---|---|
| Type | Description |
UpdateGlossaryTermRequest |
The updateGlossaryTerm. |
getUpdateGlossaryTermBuilder()
public UpdateGlossaryTermRequest.Builder getUpdateGlossaryTermBuilder()Payload for updating a GlossaryTerm.
.google.cloud.dataplex.v1.UpdateGlossaryTermRequest update_glossary_term = 28;
| Returns | |
|---|---|
| Type | Description |
UpdateGlossaryTermRequest.Builder |
|
getUpdateGlossaryTermOrBuilder()
public UpdateGlossaryTermRequestOrBuilder getUpdateGlossaryTermOrBuilder()Payload for updating a GlossaryTerm.
.google.cloud.dataplex.v1.UpdateGlossaryTermRequest update_glossary_term = 28;
| Returns | |
|---|---|
| Type | Description |
UpdateGlossaryTermRequestOrBuilder |
|
getUpdateTime()
public 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. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()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 |
Builder |
|
getUpdateTimeOrBuilder()
public 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 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. |
hasCreateEntryLink()
public 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 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 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 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 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 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 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. |
hasDeleteEntryLink()
public 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 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 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 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 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCreateEntry(CreateEntryRequest value)
public ChangeRequest.Builder mergeCreateEntry(CreateEntryRequest value)Payload for creating an Entry.
.google.cloud.dataplex.v1.CreateEntryRequest create_entry = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
CreateEntryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeCreateEntryLink(CreateEntryLinkRequest value)
public ChangeRequest.Builder mergeCreateEntryLink(CreateEntryLinkRequest value)Payload for creating an EntryLink.
.google.cloud.dataplex.v1.CreateEntryLinkRequest create_entry_link = 13;
| Parameter | |
|---|---|
| Name | Description |
value |
CreateEntryLinkRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeCreateGlossary(CreateGlossaryRequest value)
public ChangeRequest.Builder mergeCreateGlossary(CreateGlossaryRequest value)Payload for creating a Glossary.
.google.cloud.dataplex.v1.CreateGlossaryRequest create_glossary = 20;
| Parameter | |
|---|---|
| Name | Description |
value |
CreateGlossaryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeCreateGlossaryCategory(CreateGlossaryCategoryRequest value)
public ChangeRequest.Builder mergeCreateGlossaryCategory(CreateGlossaryCategoryRequest value)Payload for creating a GlossaryCategory.
.google.cloud.dataplex.v1.CreateGlossaryCategoryRequest create_glossary_category = 23;
| Parameter | |
|---|---|
| Name | Description |
value |
CreateGlossaryCategoryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeCreateGlossaryTerm(CreateGlossaryTermRequest value)
public ChangeRequest.Builder mergeCreateGlossaryTerm(CreateGlossaryTermRequest value)Payload for creating a GlossaryTerm.
.google.cloud.dataplex.v1.CreateGlossaryTermRequest create_glossary_term = 27;
| Parameter | |
|---|---|
| Name | Description |
value |
CreateGlossaryTermRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeCreateTime(Timestamp value)
public ChangeRequest.Builder mergeCreateTime(Timestamp value)Output only. The time when the ChangeRequest was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeDataProductAccessRequest(DataProductAccessRequest value)
public ChangeRequest.Builder mergeDataProductAccessRequest(DataProductAccessRequest value)Payload for Data Product access request.
.google.cloud.dataplex.v1.DataProductAccessRequest data_product_access_request = 32;
| Parameter | |
|---|---|
| Name | Description |
value |
DataProductAccessRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeDeleteEntry(DeleteEntryRequest value)
public ChangeRequest.Builder mergeDeleteEntry(DeleteEntryRequest value)Payload for deleting an Entry.
.google.cloud.dataplex.v1.DeleteEntryRequest delete_entry = 12;
| Parameter | |
|---|---|
| Name | Description |
value |
DeleteEntryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeDeleteEntryLink(DeleteEntryLinkRequest value)
public ChangeRequest.Builder mergeDeleteEntryLink(DeleteEntryLinkRequest value)Payload for deleting an EntryLink.
.google.cloud.dataplex.v1.DeleteEntryLinkRequest delete_entry_link = 14;
| Parameter | |
|---|---|
| Name | Description |
value |
DeleteEntryLinkRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeDeleteGlossary(DeleteGlossaryRequest value)
public ChangeRequest.Builder mergeDeleteGlossary(DeleteGlossaryRequest value)Payload for deleting a Glossary.
.google.cloud.dataplex.v1.DeleteGlossaryRequest delete_glossary = 22;
| Parameter | |
|---|---|
| Name | Description |
value |
DeleteGlossaryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeDeleteGlossaryCategory(DeleteGlossaryCategoryRequest value)
public ChangeRequest.Builder mergeDeleteGlossaryCategory(DeleteGlossaryCategoryRequest value)Payload for deleting a GlossaryCategory.
.google.cloud.dataplex.v1.DeleteGlossaryCategoryRequest delete_glossary_category = 26;
| Parameter | |
|---|---|
| Name | Description |
value |
DeleteGlossaryCategoryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeDeleteGlossaryTerm(DeleteGlossaryTermRequest value)
public ChangeRequest.Builder mergeDeleteGlossaryTerm(DeleteGlossaryTermRequest value)Payload for deleting a GlossaryTerm.
.google.cloud.dataplex.v1.DeleteGlossaryTermRequest delete_glossary_term = 30;
| Parameter | |
|---|---|
| Name | Description |
value |
DeleteGlossaryTermRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeFrom(ChangeRequest other)
public ChangeRequest.Builder mergeFrom(ChangeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ChangeRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ChangeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ChangeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeUpdateEntry(UpdateEntryRequest value)
public ChangeRequest.Builder mergeUpdateEntry(UpdateEntryRequest value)Payload for updating an Entry.
.google.cloud.dataplex.v1.UpdateEntryRequest update_entry = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
UpdateEntryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeUpdateGlossary(UpdateGlossaryRequest value)
public ChangeRequest.Builder mergeUpdateGlossary(UpdateGlossaryRequest value)Payload for updating a Glossary.
.google.cloud.dataplex.v1.UpdateGlossaryRequest update_glossary = 21;
| Parameter | |
|---|---|
| Name | Description |
value |
UpdateGlossaryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeUpdateGlossaryCategory(UpdateGlossaryCategoryRequest value)
public ChangeRequest.Builder mergeUpdateGlossaryCategory(UpdateGlossaryCategoryRequest value)Payload for updating a GlossaryCategory.
.google.cloud.dataplex.v1.UpdateGlossaryCategoryRequest update_glossary_category = 24;
| Parameter | |
|---|---|
| Name | Description |
value |
UpdateGlossaryCategoryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeUpdateGlossaryTerm(UpdateGlossaryTermRequest value)
public ChangeRequest.Builder mergeUpdateGlossaryTerm(UpdateGlossaryTermRequest value)Payload for updating a GlossaryTerm.
.google.cloud.dataplex.v1.UpdateGlossaryTermRequest update_glossary_term = 28;
| Parameter | |
|---|---|
| Name | Description |
value |
UpdateGlossaryTermRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
mergeUpdateTime(Timestamp value)
public ChangeRequest.Builder mergeUpdateTime(Timestamp value)Output only. The time when the ChangeRequest was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
putAllLabels(Map<String,String> values)
public ChangeRequest.Builder putAllLabels(Map<String,String> values)Optional. User-defined labels for the ChangeRequest.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
values |
Map<String,String> |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
putLabels(String key, String value)
public ChangeRequest.Builder putLabels(String key, String value)Optional. User-defined labels for the ChangeRequest.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
value |
String |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
removeLabels(String key)
public ChangeRequest.Builder removeLabels(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 |
ChangeRequest.Builder |
|
setApprover(String value)
public ChangeRequest.Builder setApprover(String value)Output only. The email address of the user who approved/rejected the ChangeRequest.
string approver = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe approver to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setApproverBytes(ByteString value)
public ChangeRequest.Builder setApproverBytes(ByteString value)Output only. The email address of the user who approved/rejected the ChangeRequest.
string approver = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for approver to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setAuthor(String value)
public ChangeRequest.Builder setAuthor(String value)Output only. The email address of the user who created the ChangeRequest.
string author = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe author to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setAuthorBytes(ByteString value)
public ChangeRequest.Builder setAuthorBytes(ByteString value)Output only. The email address of the user who created the ChangeRequest.
string author = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for author to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setChangeType(ChangeRequest.ChangeType value)
public ChangeRequest.Builder setChangeType(ChangeRequest.ChangeType value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ChangeRequest.ChangeTypeThe changeType to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setChangeTypeValue(int value)
public ChangeRequest.Builder setChangeTypeValue(int value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for changeType to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setCreateEntry(CreateEntryRequest value)
public ChangeRequest.Builder setCreateEntry(CreateEntryRequest value)Payload for creating an Entry.
.google.cloud.dataplex.v1.CreateEntryRequest create_entry = 10;
| Parameter | |
|---|---|
| Name | Description |
value |
CreateEntryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setCreateEntry(CreateEntryRequest.Builder builderForValue)
public ChangeRequest.Builder setCreateEntry(CreateEntryRequest.Builder builderForValue)Payload for creating an Entry.
.google.cloud.dataplex.v1.CreateEntryRequest create_entry = 10;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CreateEntryRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setCreateEntryLink(CreateEntryLinkRequest value)
public ChangeRequest.Builder setCreateEntryLink(CreateEntryLinkRequest value)Payload for creating an EntryLink.
.google.cloud.dataplex.v1.CreateEntryLinkRequest create_entry_link = 13;
| Parameter | |
|---|---|
| Name | Description |
value |
CreateEntryLinkRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setCreateEntryLink(CreateEntryLinkRequest.Builder builderForValue)
public ChangeRequest.Builder setCreateEntryLink(CreateEntryLinkRequest.Builder builderForValue)Payload for creating an EntryLink.
.google.cloud.dataplex.v1.CreateEntryLinkRequest create_entry_link = 13;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CreateEntryLinkRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setCreateGlossary(CreateGlossaryRequest value)
public ChangeRequest.Builder setCreateGlossary(CreateGlossaryRequest value)Payload for creating a Glossary.
.google.cloud.dataplex.v1.CreateGlossaryRequest create_glossary = 20;
| Parameter | |
|---|---|
| Name | Description |
value |
CreateGlossaryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setCreateGlossary(CreateGlossaryRequest.Builder builderForValue)
public ChangeRequest.Builder setCreateGlossary(CreateGlossaryRequest.Builder builderForValue)Payload for creating a Glossary.
.google.cloud.dataplex.v1.CreateGlossaryRequest create_glossary = 20;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CreateGlossaryRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setCreateGlossaryCategory(CreateGlossaryCategoryRequest value)
public ChangeRequest.Builder setCreateGlossaryCategory(CreateGlossaryCategoryRequest value)Payload for creating a GlossaryCategory.
.google.cloud.dataplex.v1.CreateGlossaryCategoryRequest create_glossary_category = 23;
| Parameter | |
|---|---|
| Name | Description |
value |
CreateGlossaryCategoryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setCreateGlossaryCategory(CreateGlossaryCategoryRequest.Builder builderForValue)
public ChangeRequest.Builder setCreateGlossaryCategory(CreateGlossaryCategoryRequest.Builder builderForValue)Payload for creating a GlossaryCategory.
.google.cloud.dataplex.v1.CreateGlossaryCategoryRequest create_glossary_category = 23;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CreateGlossaryCategoryRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setCreateGlossaryTerm(CreateGlossaryTermRequest value)
public ChangeRequest.Builder setCreateGlossaryTerm(CreateGlossaryTermRequest value)Payload for creating a GlossaryTerm.
.google.cloud.dataplex.v1.CreateGlossaryTermRequest create_glossary_term = 27;
| Parameter | |
|---|---|
| Name | Description |
value |
CreateGlossaryTermRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setCreateGlossaryTerm(CreateGlossaryTermRequest.Builder builderForValue)
public ChangeRequest.Builder setCreateGlossaryTerm(CreateGlossaryTermRequest.Builder builderForValue)Payload for creating a GlossaryTerm.
.google.cloud.dataplex.v1.CreateGlossaryTermRequest create_glossary_term = 27;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CreateGlossaryTermRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setCreateTime(Timestamp value)
public ChangeRequest.Builder setCreateTime(Timestamp value)Output only. The time when the ChangeRequest was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setCreateTime(Timestamp.Builder builderForValue)
public ChangeRequest.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The time when the ChangeRequest was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setDataProductAccessRequest(DataProductAccessRequest value)
public ChangeRequest.Builder setDataProductAccessRequest(DataProductAccessRequest value)Payload for Data Product access request.
.google.cloud.dataplex.v1.DataProductAccessRequest data_product_access_request = 32;
| Parameter | |
|---|---|
| Name | Description |
value |
DataProductAccessRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setDataProductAccessRequest(DataProductAccessRequest.Builder builderForValue)
public ChangeRequest.Builder setDataProductAccessRequest(DataProductAccessRequest.Builder builderForValue)Payload for Data Product access request.
.google.cloud.dataplex.v1.DataProductAccessRequest data_product_access_request = 32;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataProductAccessRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setDeleteEntry(DeleteEntryRequest value)
public ChangeRequest.Builder setDeleteEntry(DeleteEntryRequest value)Payload for deleting an Entry.
.google.cloud.dataplex.v1.DeleteEntryRequest delete_entry = 12;
| Parameter | |
|---|---|
| Name | Description |
value |
DeleteEntryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setDeleteEntry(DeleteEntryRequest.Builder builderForValue)
public ChangeRequest.Builder setDeleteEntry(DeleteEntryRequest.Builder builderForValue)Payload for deleting an Entry.
.google.cloud.dataplex.v1.DeleteEntryRequest delete_entry = 12;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DeleteEntryRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setDeleteEntryLink(DeleteEntryLinkRequest value)
public ChangeRequest.Builder setDeleteEntryLink(DeleteEntryLinkRequest value)Payload for deleting an EntryLink.
.google.cloud.dataplex.v1.DeleteEntryLinkRequest delete_entry_link = 14;
| Parameter | |
|---|---|
| Name | Description |
value |
DeleteEntryLinkRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setDeleteEntryLink(DeleteEntryLinkRequest.Builder builderForValue)
public ChangeRequest.Builder setDeleteEntryLink(DeleteEntryLinkRequest.Builder builderForValue)Payload for deleting an EntryLink.
.google.cloud.dataplex.v1.DeleteEntryLinkRequest delete_entry_link = 14;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DeleteEntryLinkRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setDeleteGlossary(DeleteGlossaryRequest value)
public ChangeRequest.Builder setDeleteGlossary(DeleteGlossaryRequest value)Payload for deleting a Glossary.
.google.cloud.dataplex.v1.DeleteGlossaryRequest delete_glossary = 22;
| Parameter | |
|---|---|
| Name | Description |
value |
DeleteGlossaryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setDeleteGlossary(DeleteGlossaryRequest.Builder builderForValue)
public ChangeRequest.Builder setDeleteGlossary(DeleteGlossaryRequest.Builder builderForValue)Payload for deleting a Glossary.
.google.cloud.dataplex.v1.DeleteGlossaryRequest delete_glossary = 22;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DeleteGlossaryRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setDeleteGlossaryCategory(DeleteGlossaryCategoryRequest value)
public ChangeRequest.Builder setDeleteGlossaryCategory(DeleteGlossaryCategoryRequest value)Payload for deleting a GlossaryCategory.
.google.cloud.dataplex.v1.DeleteGlossaryCategoryRequest delete_glossary_category = 26;
| Parameter | |
|---|---|
| Name | Description |
value |
DeleteGlossaryCategoryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setDeleteGlossaryCategory(DeleteGlossaryCategoryRequest.Builder builderForValue)
public ChangeRequest.Builder setDeleteGlossaryCategory(DeleteGlossaryCategoryRequest.Builder builderForValue)Payload for deleting a GlossaryCategory.
.google.cloud.dataplex.v1.DeleteGlossaryCategoryRequest delete_glossary_category = 26;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DeleteGlossaryCategoryRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setDeleteGlossaryTerm(DeleteGlossaryTermRequest value)
public ChangeRequest.Builder setDeleteGlossaryTerm(DeleteGlossaryTermRequest value)Payload for deleting a GlossaryTerm.
.google.cloud.dataplex.v1.DeleteGlossaryTermRequest delete_glossary_term = 30;
| Parameter | |
|---|---|
| Name | Description |
value |
DeleteGlossaryTermRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setDeleteGlossaryTerm(DeleteGlossaryTermRequest.Builder builderForValue)
public ChangeRequest.Builder setDeleteGlossaryTerm(DeleteGlossaryTermRequest.Builder builderForValue)Payload for deleting a GlossaryTerm.
.google.cloud.dataplex.v1.DeleteGlossaryTermRequest delete_glossary_term = 30;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DeleteGlossaryTermRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setEtag(String value)
public ChangeRequest.Builder setEtag(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe etag to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public ChangeRequest.Builder setEtagBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for etag to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setJustification(String value)
public ChangeRequest.Builder setJustification(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe justification to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setJustificationBytes(ByteString value)
public ChangeRequest.Builder setJustificationBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for justification to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setName(String value)
public ChangeRequest.Builder setName(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ChangeRequest.Builder setNameBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setRejectionComment(String value)
public ChangeRequest.Builder setRejectionComment(String value)Output only. The reason provided for rejecting the ChangeRequest.
string rejection_comment = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe rejectionComment to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setRejectionCommentBytes(ByteString value)
public ChangeRequest.Builder setRejectionCommentBytes(ByteString value)Output only. The reason provided for rejecting the ChangeRequest.
string rejection_comment = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for rejectionComment to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setResource(String value)
public ChangeRequest.Builder setResource(String value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe resource to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setResourceBytes(ByteString value)
public ChangeRequest.Builder setResourceBytes(ByteString value)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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for resource to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setState(ChangeRequest.State value)
public ChangeRequest.Builder setState(ChangeRequest.State value)Output only. The current state of the ChangeRequest.
.google.cloud.dataplex.v1.ChangeRequest.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ChangeRequest.StateThe state to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setStateValue(int value)
public ChangeRequest.Builder setStateValue(int value)Output only. The current state of the ChangeRequest.
.google.cloud.dataplex.v1.ChangeRequest.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for state to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setUid(String value)
public ChangeRequest.Builder setUid(String value)Output only. System generated globally unique ID for the ChangeRequest.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe uid to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setUidBytes(ByteString value)
public ChangeRequest.Builder setUidBytes(ByteString value)Output only. System generated globally unique ID for the ChangeRequest.
string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_info) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for uid to set. |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
This builder for chaining. |
setUpdateEntry(UpdateEntryRequest value)
public ChangeRequest.Builder setUpdateEntry(UpdateEntryRequest value)Payload for updating an Entry.
.google.cloud.dataplex.v1.UpdateEntryRequest update_entry = 11;
| Parameter | |
|---|---|
| Name | Description |
value |
UpdateEntryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setUpdateEntry(UpdateEntryRequest.Builder builderForValue)
public ChangeRequest.Builder setUpdateEntry(UpdateEntryRequest.Builder builderForValue)Payload for updating an Entry.
.google.cloud.dataplex.v1.UpdateEntryRequest update_entry = 11;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
UpdateEntryRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setUpdateGlossary(UpdateGlossaryRequest value)
public ChangeRequest.Builder setUpdateGlossary(UpdateGlossaryRequest value)Payload for updating a Glossary.
.google.cloud.dataplex.v1.UpdateGlossaryRequest update_glossary = 21;
| Parameter | |
|---|---|
| Name | Description |
value |
UpdateGlossaryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setUpdateGlossary(UpdateGlossaryRequest.Builder builderForValue)
public ChangeRequest.Builder setUpdateGlossary(UpdateGlossaryRequest.Builder builderForValue)Payload for updating a Glossary.
.google.cloud.dataplex.v1.UpdateGlossaryRequest update_glossary = 21;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
UpdateGlossaryRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setUpdateGlossaryCategory(UpdateGlossaryCategoryRequest value)
public ChangeRequest.Builder setUpdateGlossaryCategory(UpdateGlossaryCategoryRequest value)Payload for updating a GlossaryCategory.
.google.cloud.dataplex.v1.UpdateGlossaryCategoryRequest update_glossary_category = 24;
| Parameter | |
|---|---|
| Name | Description |
value |
UpdateGlossaryCategoryRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setUpdateGlossaryCategory(UpdateGlossaryCategoryRequest.Builder builderForValue)
public ChangeRequest.Builder setUpdateGlossaryCategory(UpdateGlossaryCategoryRequest.Builder builderForValue)Payload for updating a GlossaryCategory.
.google.cloud.dataplex.v1.UpdateGlossaryCategoryRequest update_glossary_category = 24;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
UpdateGlossaryCategoryRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setUpdateGlossaryTerm(UpdateGlossaryTermRequest value)
public ChangeRequest.Builder setUpdateGlossaryTerm(UpdateGlossaryTermRequest value)Payload for updating a GlossaryTerm.
.google.cloud.dataplex.v1.UpdateGlossaryTermRequest update_glossary_term = 28;
| Parameter | |
|---|---|
| Name | Description |
value |
UpdateGlossaryTermRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setUpdateGlossaryTerm(UpdateGlossaryTermRequest.Builder builderForValue)
public ChangeRequest.Builder setUpdateGlossaryTerm(UpdateGlossaryTermRequest.Builder builderForValue)Payload for updating a GlossaryTerm.
.google.cloud.dataplex.v1.UpdateGlossaryTermRequest update_glossary_term = 28;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
UpdateGlossaryTermRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setUpdateTime(Timestamp value)
public ChangeRequest.Builder setUpdateTime(Timestamp value)Output only. The time when the ChangeRequest was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public ChangeRequest.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The time when the ChangeRequest was last updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|