public interface UserActionReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;String getMethod()
The method name of the API RPC call. For example,
"/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
string method = 3;com.google.protobuf.ByteString getMethodBytes()
The method name of the API RPC call. For example,
"/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
string method = 3;UserActionReference.ReferenceCase getReferenceCase()
Copyright © 2022 Google LLC. All rights reserved.