Interface UserActionReferenceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserActionReference
,UserActionReference.Builder
public interface UserActionReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataLabelingJob()
For API calls that start a LabelingJob.com.google.protobuf.ByteString
getDataLabelingJobBytes()
For API calls that start a LabelingJob.String
getMethod()
The method name of the API RPC call.com.google.protobuf.ByteString
getMethodBytes()
The method name of the API RPC call.String
getOperation()
For API calls that return a long running operation.com.google.protobuf.ByteString
getOperationBytes()
For API calls that return a long running operation.UserActionReference.ReferenceCase
getReferenceCase()
boolean
hasDataLabelingJob()
For API calls that start a LabelingJob.boolean
hasOperation()
For API calls that return a long running operation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOperation
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:
- Whether the operation field is set.
-
getOperation
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:
- The operation.
-
getOperationBytes
com.google.protobuf.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:
- The bytes for operation.
-
hasDataLabelingJob
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:
- Whether the dataLabelingJob field is set.
-
getDataLabelingJob
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:
- The dataLabelingJob.
-
getDataLabelingJobBytes
com.google.protobuf.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:
- The bytes for dataLabelingJob.
-
getMethod
String getMethod()
The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
string method = 3;
- Returns:
- The method.
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()
The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
string method = 3;
- Returns:
- The bytes for method.
-
getReferenceCase
UserActionReference.ReferenceCase getReferenceCase()
-
-