public interface UserActionReferenceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataLabelingJob()
public abstract String getDataLabelingJob()
For API calls that start a LabelingJob.
Resource name of the LabelingJob.
Format:
projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
string data_labeling_job = 2;
Returns | |
---|---|
Type | Description |
String |
The dataLabelingJob. |
getDataLabelingJobBytes()
public abstract ByteString getDataLabelingJobBytes()
For API calls that start a LabelingJob.
Resource name of the LabelingJob.
Format:
projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
string data_labeling_job = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for dataLabelingJob. |
getMethod()
public abstract String getMethod()
The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
string method = 3;
Returns | |
---|---|
Type | Description |
String |
The method. |
getMethodBytes()
public abstract ByteString getMethodBytes()
The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
string method = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for method. |
getOperation()
public abstract String getOperation()
For API calls that return a long running operation.
Resource name of the long running operation.
Format:
projects/{project}/locations/{location}/operations/{operation}
string operation = 1;
Returns | |
---|---|
Type | Description |
String |
The operation. |
getOperationBytes()
public abstract ByteString getOperationBytes()
For API calls that return a long running operation.
Resource name of the long running operation.
Format:
projects/{project}/locations/{location}/operations/{operation}
string operation = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for operation. |
getReferenceCase()
public abstract UserActionReference.ReferenceCase getReferenceCase()
Returns | |
---|---|
Type | Description |
UserActionReference.ReferenceCase |
hasDataLabelingJob()
public abstract boolean hasDataLabelingJob()
For API calls that start a LabelingJob.
Resource name of the LabelingJob.
Format:
projects/{project}/locations/{location}/dataLabelingJobs/{data_labeling_job}
string data_labeling_job = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the dataLabelingJob field is set. |
hasOperation()
public abstract boolean hasOperation()
For API calls that return a long running operation.
Resource name of the long running operation.
Format:
projects/{project}/locations/{location}/operations/{operation}
string operation = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the operation field is set. |