public interface SpecialistPoolOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getPendingDataLabelingJobs(int index)
Output only.
|
com.google.protobuf.ByteString |
getPendingDataLabelingJobsBytes(int index)
Output only.
|
int |
getPendingDataLabelingJobsCount()
Output only.
|
List<String> |
getPendingDataLabelingJobsList()
Output only.
|
String |
getSpecialistManagerEmails(int index)
The email addresses of the managers in the SpecialistPool.
|
com.google.protobuf.ByteString |
getSpecialistManagerEmailsBytes(int index)
The email addresses of the managers in the SpecialistPool.
|
int |
getSpecialistManagerEmailsCount()
The email addresses of the managers in the SpecialistPool.
|
List<String> |
getSpecialistManagerEmailsList()
The email addresses of the managers in the SpecialistPool.
|
int |
getSpecialistManagersCount()
Output only.
|
String |
getSpecialistWorkerEmails(int index)
The email addresses of workers in the SpecialistPool.
|
com.google.protobuf.ByteString |
getSpecialistWorkerEmailsBytes(int index)
The email addresses of workers in the SpecialistPool.
|
int |
getSpecialistWorkerEmailsCount()
The email addresses of workers in the SpecialistPool.
|
List<String> |
getSpecialistWorkerEmailsList()
The email addresses of workers in the SpecialistPool.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The resource name of the SpecialistPool.
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. The resource name of the SpecialistPool.
string name = 1 [(.google.api.field_behavior) = REQUIRED];String getDisplayName()
Required. The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can consist of any UTF-8 characters. This field should be unique on project-level.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDisplayNameBytes()
Required. The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can consist of any UTF-8 characters. This field should be unique on project-level.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];int getSpecialistManagersCount()
Output only. The number of managers in this SpecialistPool.
int32 specialist_managers_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];List<String> getSpecialistManagerEmailsList()
The email addresses of the managers in the SpecialistPool.
repeated string specialist_manager_emails = 4;int getSpecialistManagerEmailsCount()
The email addresses of the managers in the SpecialistPool.
repeated string specialist_manager_emails = 4;String getSpecialistManagerEmails(int index)
The email addresses of the managers in the SpecialistPool.
repeated string specialist_manager_emails = 4;index - The index of the element to return.com.google.protobuf.ByteString getSpecialistManagerEmailsBytes(int index)
The email addresses of the managers in the SpecialistPool.
repeated string specialist_manager_emails = 4;index - The index of the value to return.List<String> getPendingDataLabelingJobsList()
Output only. The resource name of the pending data labeling jobs.
repeated string pending_data_labeling_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getPendingDataLabelingJobsCount()
Output only. The resource name of the pending data labeling jobs.
repeated string pending_data_labeling_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getPendingDataLabelingJobs(int index)
Output only. The resource name of the pending data labeling jobs.
repeated string pending_data_labeling_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the element to return.com.google.protobuf.ByteString getPendingDataLabelingJobsBytes(int index)
Output only. The resource name of the pending data labeling jobs.
repeated string pending_data_labeling_jobs = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the value to return.List<String> getSpecialistWorkerEmailsList()
The email addresses of workers in the SpecialistPool.
repeated string specialist_worker_emails = 7;int getSpecialistWorkerEmailsCount()
The email addresses of workers in the SpecialistPool.
repeated string specialist_worker_emails = 7;String getSpecialistWorkerEmails(int index)
The email addresses of workers in the SpecialistPool.
repeated string specialist_worker_emails = 7;index - The index of the element to return.com.google.protobuf.ByteString getSpecialistWorkerEmailsBytes(int index)
The email addresses of workers in the SpecialistPool.
repeated string specialist_worker_emails = 7;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.