public interface CreateJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Job |
getJob()
Required.
|
JobOrBuilder |
getJobOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasJob()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of the tenant under which the job is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example,
"projects/api-test-project/tenant/foo".
Tenant id is optional and a default tenant is created if unspecified, for
example, "projects/api-test-project".
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the tenant under which the job is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example,
"projects/api-test-project/tenant/foo".
Tenant id is optional and a default tenant is created if unspecified, for
example, "projects/api-test-project".
string parent = 1;boolean hasJob()
Required. The Job to be created.
.google.cloud.talent.v4beta1.Job job = 2;Job getJob()
Required. The Job to be created.
.google.cloud.talent.v4beta1.Job job = 2;JobOrBuilder getJobOrBuilder()
Required. The Job to be created.
.google.cloud.talent.v4beta1.Job job = 2;Copyright © 2019 Google LLC. All rights reserved.