- 3.79.0 (latest)
 - 3.77.0
 - 3.76.0
 - 3.75.0
 - 3.74.0
 - 3.73.0
 - 3.71.0
 - 3.69.0
 - 3.68.0
 - 3.65.0
 - 3.64.0
 - 3.63.0
 - 3.61.0
 - 3.60.0
 - 3.59.0
 - 3.58.0
 - 3.57.0
 - 3.56.0
 - 3.55.0
 - 3.54.0
 - 3.53.0
 - 3.52.0
 - 3.50.0
 - 3.49.0
 - 3.48.0
 - 3.47.0
 - 3.46.0
 - 3.45.0
 - 3.44.0
 - 3.43.0
 - 3.42.0
 - 3.41.0
 - 3.40.0
 - 3.38.0
 - 3.37.0
 - 3.36.0
 - 3.35.0
 - 3.34.0
 - 3.33.0
 - 3.32.0
 - 3.31.0
 - 3.30.0
 - 3.29.0
 - 3.28.0
 - 3.25.0
 - 3.24.0
 - 3.23.0
 - 3.22.0
 - 3.21.0
 - 3.20.0
 - 3.19.0
 - 3.18.0
 - 3.17.0
 - 3.16.0
 - 3.15.0
 - 3.14.0
 - 3.13.0
 - 3.12.0
 - 3.11.0
 - 3.10.0
 - 3.9.0
 - 3.8.0
 - 3.7.0
 - 3.6.0
 - 3.5.0
 - 3.4.2
 - 3.3.0
 - 3.2.0
 - 3.0.0
 - 2.9.8
 - 2.8.9
 - 2.7.4
 - 2.5.3
 - 2.4.0
 
public static final class UserActionReference.Builder extends GeneratedMessageV3.Builder<UserActionReference.Builder> implements UserActionReferenceOrBuilderReferences an API call. It contains more information about long running operation and Jobs that are triggered by the API call.
 Protobuf type google.cloud.aiplatform.v1beta1.UserActionReference
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UserActionReference.BuilderImplements
UserActionReferenceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UserActionReference.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| UserActionReference.Builder | 
build()
public UserActionReference build()| Type | Description | 
| UserActionReference | 
buildPartial()
public UserActionReference buildPartial()| Type | Description | 
| UserActionReference | 
clear()
public UserActionReference.Builder clear()| Type | Description | 
| UserActionReference.Builder | 
clearDataLabelingJob()
public UserActionReference.Builder clearDataLabelingJob()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;
| Type | Description | 
| UserActionReference.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public UserActionReference.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| UserActionReference.Builder | 
clearMethod()
public UserActionReference.Builder clearMethod()The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
 string method = 3;
| Type | Description | 
| UserActionReference.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public UserActionReference.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| UserActionReference.Builder | 
clearOperation()
public UserActionReference.Builder clearOperation()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;
| Type | Description | 
| UserActionReference.Builder | This builder for chaining.  | 
      
clearReference()
public UserActionReference.Builder clearReference()| Type | Description | 
| UserActionReference.Builder | 
clone()
public UserActionReference.Builder clone()| Type | Description | 
| UserActionReference.Builder | 
getDataLabelingJob()
public 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;
| Type | Description | 
| String | The dataLabelingJob.  | 
      
getDataLabelingJobBytes()
public 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;
| Type | Description | 
| ByteString | The bytes for dataLabelingJob.  | 
      
getDefaultInstanceForType()
public UserActionReference getDefaultInstanceForType()| Type | Description | 
| UserActionReference | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getMethod()
public String getMethod()The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
 string method = 3;
| Type | Description | 
| String | The method.  | 
      
getMethodBytes()
public ByteString getMethodBytes()The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
 string method = 3;
| Type | Description | 
| ByteString | The bytes for method.  | 
      
getOperation()
public 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;
| Type | Description | 
| String | The operation.  | 
      
getOperationBytes()
public 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;
| Type | Description | 
| ByteString | The bytes for operation.  | 
      
getReferenceCase()
public UserActionReference.ReferenceCase getReferenceCase()| Type | Description | 
| UserActionReference.ReferenceCase | 
hasDataLabelingJob()
public 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;
| Type | Description | 
| boolean | Whether the dataLabelingJob field is set.  | 
      
hasOperation()
public 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;
| Type | Description | 
| boolean | Whether the operation field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(UserActionReference other)
public UserActionReference.Builder mergeFrom(UserActionReference other)| Name | Description | 
| other | UserActionReference | 
      
| Type | Description | 
| UserActionReference.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UserActionReference.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| UserActionReference.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public UserActionReference.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| UserActionReference.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UserActionReference.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| UserActionReference.Builder | 
setDataLabelingJob(String value)
public UserActionReference.Builder setDataLabelingJob(String value)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;
| Name | Description | 
| value | StringThe dataLabelingJob to set.  | 
      
| Type | Description | 
| UserActionReference.Builder | This builder for chaining.  | 
      
setDataLabelingJobBytes(ByteString value)
public UserActionReference.Builder setDataLabelingJobBytes(ByteString value)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;
| Name | Description | 
| value | ByteStringThe bytes for dataLabelingJob to set.  | 
      
| Type | Description | 
| UserActionReference.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public UserActionReference.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| UserActionReference.Builder | 
setMethod(String value)
public UserActionReference.Builder setMethod(String value)The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
 string method = 3;
| Name | Description | 
| value | StringThe method to set.  | 
      
| Type | Description | 
| UserActionReference.Builder | This builder for chaining.  | 
      
setMethodBytes(ByteString value)
public UserActionReference.Builder setMethodBytes(ByteString value)The method name of the API RPC call. For example, "/google.cloud.aiplatform.{apiVersion}.DatasetService.CreateDataset"
 string method = 3;
| Name | Description | 
| value | ByteStringThe bytes for method to set.  | 
      
| Type | Description | 
| UserActionReference.Builder | This builder for chaining.  | 
      
setOperation(String value)
public UserActionReference.Builder setOperation(String value)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;
| Name | Description | 
| value | StringThe operation to set.  | 
      
| Type | Description | 
| UserActionReference.Builder | This builder for chaining.  | 
      
setOperationBytes(ByteString value)
public UserActionReference.Builder setOperationBytes(ByteString value)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;
| Name | Description | 
| value | ByteStringThe bytes for operation to set.  | 
      
| Type | Description | 
| UserActionReference.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UserActionReference.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| UserActionReference.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final UserActionReference.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| UserActionReference.Builder |