public final class ChangeRequest extends GeneratedMessage implements ChangeRequestOrBuilderRepresents a proposed change to a metadata resource.
Protobuf type google.cloud.dataplex.v1.ChangeRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ChangeRequestImplements
ChangeRequestOrBuilderStatic Fields
APPROVER_FIELD_NUMBER
public static final int APPROVER_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
AUTHOR_FIELD_NUMBER
public static final int AUTHOR_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
CHANGE_TYPE_FIELD_NUMBER
public static final int CHANGE_TYPE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
CREATE_ENTRY_FIELD_NUMBER
public static final int CREATE_ENTRY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
CREATE_ENTRY_LINK_FIELD_NUMBER
public static final int CREATE_ENTRY_LINK_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
CREATE_GLOSSARY_CATEGORY_FIELD_NUMBER
public static final int CREATE_GLOSSARY_CATEGORY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
CREATE_GLOSSARY_FIELD_NUMBER
public static final int CREATE_GLOSSARY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
CREATE_GLOSSARY_TERM_FIELD_NUMBER
public static final int CREATE_GLOSSARY_TERM_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DATA_PRODUCT_ACCESS_REQUEST_FIELD_NUMBER
public static final int DATA_PRODUCT_ACCESS_REQUEST_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DELETE_ENTRY_FIELD_NUMBER
public static final int DELETE_ENTRY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DELETE_ENTRY_LINK_FIELD_NUMBER
public static final int DELETE_ENTRY_LINK_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DELETE_GLOSSARY_CATEGORY_FIELD_NUMBER
public static final int DELETE_GLOSSARY_CATEGORY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DELETE_GLOSSARY_FIELD_NUMBER
public static final int DELETE_GLOSSARY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DELETE_GLOSSARY_TERM_FIELD_NUMBER
public static final int DELETE_GLOSSARY_TERM_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
ETAG_FIELD_NUMBER
public static final int ETAG_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
JUSTIFICATION_FIELD_NUMBER
public static final int JUSTIFICATION_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
REJECTION_COMMENT_FIELD_NUMBER
public static final int REJECTION_COMMENT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
RESOURCE_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UID_FIELD_NUMBER
public static final int UID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UPDATE_ENTRY_FIELD_NUMBER
public static final int UPDATE_ENTRY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UPDATE_GLOSSARY_CATEGORY_FIELD_NUMBER
public static final int UPDATE_GLOSSARY_CATEGORY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UPDATE_GLOSSARY_FIELD_NUMBER
public static final int UPDATE_GLOSSARY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UPDATE_GLOSSARY_TERM_FIELD_NUMBER
public static final int UPDATE_GLOSSARY_TERM_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ChangeRequest getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ChangeRequest.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
newBuilder(ChangeRequest prototype)
public static ChangeRequest.Builder newBuilder(ChangeRequest prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ChangeRequest |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
parseDelimitedFrom(InputStream input)
public static ChangeRequest parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ChangeRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ChangeRequest parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ChangeRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ChangeRequest parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ChangeRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ChangeRequest parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ChangeRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ChangeRequest parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ChangeRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ChangeRequest parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ChangeRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ChangeRequest> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ChangeRequest> |
|
Methods
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 |
|
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| 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. |
getCreateEntryLink()
public CreateEntryLinkRequest getCreateEntryLink()Payload for creating an EntryLink.
.google.cloud.dataplex.v1.CreateEntryLinkRequest create_entry_link = 13;
| Returns | |
|---|---|
| Type | Description |
CreateEntryLinkRequest |
The createEntryLink. |
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. |
getCreateGlossaryCategory()
public CreateGlossaryCategoryRequest getCreateGlossaryCategory()Payload for creating a GlossaryCategory.
.google.cloud.dataplex.v1.CreateGlossaryCategoryRequest create_glossary_category = 23;
| Returns | |
|---|---|
| Type | Description |
CreateGlossaryCategoryRequest |
The createGlossaryCategory. |
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. |
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. |
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. |
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. |
getDeleteEntryLink()
public DeleteEntryLinkRequest getDeleteEntryLink()Payload for deleting an EntryLink.
.google.cloud.dataplex.v1.DeleteEntryLinkRequest delete_entry_link = 14;
| Returns | |
|---|---|
| Type | Description |
DeleteEntryLinkRequest |
The deleteEntryLink. |
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. |
getDeleteGlossaryCategory()
public DeleteGlossaryCategoryRequest getDeleteGlossaryCategory()Payload for deleting a GlossaryCategory.
.google.cloud.dataplex.v1.DeleteGlossaryCategoryRequest delete_glossary_category = 26;
| Returns | |
|---|---|
| Type | Description |
DeleteGlossaryCategoryRequest |
The deleteGlossaryCategory. |
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. |
getDeleteGlossaryTermOrBuilder()
public DeleteGlossaryTermRequestOrBuilder getDeleteGlossaryTermOrBuilder()Payload for deleting a GlossaryTerm.
.google.cloud.dataplex.v1.DeleteGlossaryTermRequest delete_glossary_term = 30;
| Returns | |
|---|---|
| Type | Description |
DeleteGlossaryTermRequestOrBuilder |
|
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 |
|
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. |
getParserForType()
public Parser<ChangeRequest> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ChangeRequest> |
|
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. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
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. |
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. |
getUpdateGlossaryCategory()
public UpdateGlossaryCategoryRequest getUpdateGlossaryCategory()Payload for updating a GlossaryCategory.
.google.cloud.dataplex.v1.UpdateGlossaryCategoryRequest update_glossary_category = 24;
| Returns | |
|---|---|
| Type | Description |
UpdateGlossaryCategoryRequest |
The updateGlossaryCategory. |
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. |
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. |
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. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ChangeRequest.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ChangeRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
toBuilder()
public ChangeRequest.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ChangeRequest.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|