public interface RequestDataProductAccessRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getChangeRequest()
public abstract ChangeRequest getChangeRequest()Required. The change request for the data product access request.
.google.cloud.dataplex.v1.ChangeRequest change_request = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ChangeRequest |
The changeRequest. |
getChangeRequestOrBuilder()
public abstract ChangeRequestOrBuilder getChangeRequestOrBuilder()Required. The change request for the data product access request.
.google.cloud.dataplex.v1.ChangeRequest change_request = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ChangeRequestOrBuilder |
|
getParent()
public abstract String getParent()Required. The resource name of the data product. Format: projects/{project_number}/locations/{location_id}/dataProducts/{data_product_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The resource name of the data product. Format: projects/{project_number}/locations/{location_id}/dataProducts/{data_product_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getValidateOnly()
public abstract boolean getValidateOnly()Optional. Validates the request without actually creating the access change request. Defaults to false.
bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
hasChangeRequest()
public abstract boolean hasChangeRequest()Required. The change request for the data product access request.
.google.cloud.dataplex.v1.ChangeRequest change_request = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the changeRequest field is set. |