public interface SpecialistPoolOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Required. The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can be consist of any UTF-8 characters. This field should be unique on project-level.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Required. The user-defined name of the SpecialistPool. The name can be up to 128 characters long and can be consist of any UTF-8 characters. This field should be unique on project-level.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for displayName. |
getName()
public abstract String getName()Required. The resource name of the SpecialistPool.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The resource name of the SpecialistPool.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for name. |
getPendingDataLabelingJobs(int index)
public abstract 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];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The pendingDataLabelingJobs at the given index. |
getPendingDataLabelingJobsBytes(int index)
public abstract 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];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the pendingDataLabelingJobs at the given index. |
getPendingDataLabelingJobsCount()
public abstract 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];
| Type | Description |
| int | The count of pendingDataLabelingJobs. |
getPendingDataLabelingJobsList()
public abstract 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];
| Type | Description |
| List<String> | A list containing the pendingDataLabelingJobs. |
getSpecialistManagerEmails(int index)
public abstract String getSpecialistManagerEmails(int index)The email addresses of the managers in the SpecialistPool.
repeated string specialist_manager_emails = 4;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The specialistManagerEmails at the given index. |
getSpecialistManagerEmailsBytes(int index)
public abstract ByteString getSpecialistManagerEmailsBytes(int index)The email addresses of the managers in the SpecialistPool.
repeated string specialist_manager_emails = 4;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the specialistManagerEmails at the given index. |
getSpecialistManagerEmailsCount()
public abstract int getSpecialistManagerEmailsCount()The email addresses of the managers in the SpecialistPool.
repeated string specialist_manager_emails = 4;
| Type | Description |
| int | The count of specialistManagerEmails. |
getSpecialistManagerEmailsList()
public abstract List<String> getSpecialistManagerEmailsList()The email addresses of the managers in the SpecialistPool.
repeated string specialist_manager_emails = 4;
| Type | Description |
| List<String> | A list containing the specialistManagerEmails. |
getSpecialistManagersCount()
public abstract int getSpecialistManagersCount()Output only. The number of managers in this SpecialistPool.
int32 specialist_managers_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The specialistManagersCount. |
getSpecialistWorkerEmails(int index)
public abstract String getSpecialistWorkerEmails(int index)The email addresses of workers in the SpecialistPool.
repeated string specialist_worker_emails = 7;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The specialistWorkerEmails at the given index. |
getSpecialistWorkerEmailsBytes(int index)
public abstract ByteString getSpecialistWorkerEmailsBytes(int index)The email addresses of workers in the SpecialistPool.
repeated string specialist_worker_emails = 7;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the specialistWorkerEmails at the given index. |
getSpecialistWorkerEmailsCount()
public abstract int getSpecialistWorkerEmailsCount()The email addresses of workers in the SpecialistPool.
repeated string specialist_worker_emails = 7;
| Type | Description |
| int | The count of specialistWorkerEmails. |
getSpecialistWorkerEmailsList()
public abstract List<String> getSpecialistWorkerEmailsList()The email addresses of workers in the SpecialistPool.
repeated string specialist_worker_emails = 7;
| Type | Description |
| List<String> | A list containing the specialistWorkerEmails. |