public interface UpdateApplicationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getApplication()
public abstract Application getApplication()Required. The application resource to replace the current resource in the system.
.google.cloud.talent.v4beta1.Application application = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Application | The application. |
getApplicationOrBuilder()
public abstract ApplicationOrBuilder getApplicationOrBuilder()Required. The application resource to replace the current resource in the system.
.google.cloud.talent.v4beta1.Application application = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ApplicationOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()Strongly recommended for the best service experience. If update_mask is provided, only the specified fields in 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 are supported.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Strongly recommended for the best service experience. If update_mask is provided, only the specified fields in 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 are supported.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
hasApplication()
public abstract boolean hasApplication()Required. The application resource to replace the current resource in the system.
.google.cloud.talent.v4beta1.Application application = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the application field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Strongly recommended for the best service experience. If update_mask is provided, only the specified fields in 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 are supported.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |