Interface UserActionReferenceOrBuilder (3.42.0)

public interface UserActionReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for operation.

getReferenceCase()

public abstract UserActionReference.ReferenceCase getReferenceCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the operation field is set.