public interface UpdateApplicationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication()
Required.
|
ApplicationOrBuilder |
getApplicationOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional but strongly recommended for the best service
experience.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional but strongly recommended for the best service
experience.
|
boolean |
hasApplication()
Required.
|
boolean |
hasUpdateMask()
Optional but strongly recommended for the best service
experience.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasApplication()
Required. The application resource to replace the current resource in the system.
.google.cloud.talent.v4beta1.Application application = 1;Application getApplication()
Required. The application resource to replace the current resource in the system.
.google.cloud.talent.v4beta1.Application application = 1;ApplicationOrBuilder getApplicationOrBuilder()
Required. The application resource to replace the current resource in the system.
.google.cloud.talent.v4beta1.Application application = 1;boolean hasUpdateMask()
Optional but strongly recommended for the best service experience. If [update_mask][google.cloud.talent.v4beta1.UpdateApplicationRequest.update_mask] is provided, only the specified fields in [application][google.cloud.talent.v4beta1.UpdateApplicationRequest.application] are updated. Otherwise all the fields are updated. A field mask to specify the application fields to be updated. Only top level fields of [Application][google.cloud.talent.v4beta1.Application] are supported.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
Optional but strongly recommended for the best service experience. If [update_mask][google.cloud.talent.v4beta1.UpdateApplicationRequest.update_mask] is provided, only the specified fields in [application][google.cloud.talent.v4beta1.UpdateApplicationRequest.application] are updated. Otherwise all the fields are updated. A field mask to specify the application fields to be updated. Only top level fields of [Application][google.cloud.talent.v4beta1.Application] are supported.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional but strongly recommended for the best service experience. If [update_mask][google.cloud.talent.v4beta1.UpdateApplicationRequest.update_mask] is provided, only the specified fields in [application][google.cloud.talent.v4beta1.UpdateApplicationRequest.application] are updated. Otherwise all the fields are updated. A field mask to specify the application fields to be updated. Only top level fields of [Application][google.cloud.talent.v4beta1.Application] are supported.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2019 Google LLC. All rights reserved.