public interface CreateProfileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Profile |
getProfile()
Required.
|
ProfileOrBuilder |
getProfileOrBuilder()
Required.
|
boolean |
hasProfile()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required.
The name of the tenant this profile belongs to.
The format is "projects/{project_id}/tenants/{tenant_id}", for example,
"projects/api-test-project/tenants/foo".
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required.
The name of the tenant this profile belongs to.
The format is "projects/{project_id}/tenants/{tenant_id}", for example,
"projects/api-test-project/tenants/foo".
string parent = 1;boolean hasProfile()
Required. The profile to be created.
.google.cloud.talent.v4beta1.Profile profile = 2;Profile getProfile()
Required. The profile to be created.
.google.cloud.talent.v4beta1.Profile profile = 2;ProfileOrBuilder getProfileOrBuilder()
Required. The profile to be created.
.google.cloud.talent.v4beta1.Profile profile = 2;Copyright © 2019 Google LLC. All rights reserved.