public final class UpdateApplicationRequest extends GeneratedMessageV3 implements UpdateApplicationRequestOrBuilder
Request for updating a specified application.
Protobuf type google.cloud.talent.v4beta1.UpdateApplicationRequest
Static Fields
APPLICATION_FIELD_NUMBER
public static final int APPLICATION_FIELD_NUMBER
Field Value
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static UpdateApplicationRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static UpdateApplicationRequest.Builder newBuilder()
Returns
newBuilder(UpdateApplicationRequest prototype)
public static UpdateApplicationRequest.Builder newBuilder(UpdateApplicationRequest prototype)
Parameter
Returns
public static UpdateApplicationRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateApplicationRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static UpdateApplicationRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateApplicationRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static UpdateApplicationRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateApplicationRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateApplicationRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdateApplicationRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateApplicationRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateApplicationRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static UpdateApplicationRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateApplicationRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<UpdateApplicationRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getApplication()
public 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];
Returns
getApplicationOrBuilder()
public 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];
Returns
getDefaultInstanceForType()
public UpdateApplicationRequest getDefaultInstanceForType()
Returns
getParserForType()
public Parser<UpdateApplicationRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
getUpdateMask()
public 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;
Returns
getUpdateMaskOrBuilder()
public 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;
Returns
hasApplication()
public 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];
Returns
Type | Description |
boolean | Whether the application field is set.
|
hasUpdateMask()
public 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;
Returns
Type | Description |
boolean | Whether the updateMask field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public UpdateApplicationRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateApplicationRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public UpdateApplicationRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions