public interface CreateApplicationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication()
Required.
|
ApplicationOrBuilder |
getApplicationOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasApplication()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required.
Resource name of the profile under which the application is created.
The format is
"projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for
example, "projects/test-project/tenants/test-tenant/profiles/test-profile".
string parent = 1;com.google.protobuf.ByteString getParentBytes()
Required.
Resource name of the profile under which the application is created.
The format is
"projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for
example, "projects/test-project/tenants/test-tenant/profiles/test-profile".
string parent = 1;boolean hasApplication()
Required. The application to be created.
.google.cloud.talent.v4beta1.Application application = 2;Application getApplication()
Required. The application to be created.
.google.cloud.talent.v4beta1.Application application = 2;ApplicationOrBuilder getApplicationOrBuilder()
Required. The application to be created.
.google.cloud.talent.v4beta1.Application application = 2;Copyright © 2019 Google LLC. All rights reserved.