Package com.google.cloud.aiplatform.v1
Interface UserActionReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UserActionReference,UserActionReference.Builder
@Generated
public interface UserActionReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionFor API calls that start a LabelingJob.com.google.protobuf.ByteStringFor API calls that start a LabelingJob.The method name of the API RPC call.com.google.protobuf.ByteStringThe method name of the API RPC call.For API calls that return a long running operation.com.google.protobuf.ByteStringFor API calls that return a long running operation.booleanFor API calls that start a LabelingJob.booleanFor API calls that return a long running operation.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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()
-