Package com.google.cloud.osconfig.v1beta
Class PatchJobs.PatchJob
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.osconfig.v1beta.PatchJobs.PatchJob
-
- All Implemented Interfaces:
PatchJobs.PatchJobOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- PatchJobs
public static final class PatchJobs.PatchJob extends com.google.protobuf.GeneratedMessageV3 implements PatchJobs.PatchJobOrBuilder
A high level representation of a patch job that is either in progress or has completed. Instance details are not included in the job. To paginate through instance details, use `ListPatchJobInstanceDetails`. For more information about patch jobs, see [Creating patch jobs](https://cloud.google.com/compute/docs/os-patch-management/create-patch-job).
Protobuf typegoogle.cloud.osconfig.v1beta.PatchJob
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchJobs.PatchJob.Builder
A high level representation of a patch job that is either in progress or has completed.static class
PatchJobs.PatchJob.InstanceDetailsSummary
A summary of the current patch state across all instances that this patch job affects.static interface
PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilder
static class
PatchJobs.PatchJob.State
Enumeration of the various states a patch job passes through as it executes.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CREATE_TIME_FIELD_NUMBER
static int
DESCRIPTION_FIELD_NUMBER
static int
DISPLAY_NAME_FIELD_NUMBER
static int
DRY_RUN_FIELD_NUMBER
static int
DURATION_FIELD_NUMBER
static int
ERROR_MESSAGE_FIELD_NUMBER
static int
INSTANCE_DETAILS_SUMMARY_FIELD_NUMBER
static int
INSTANCE_FILTER_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
PATCH_CONFIG_FIELD_NUMBER
static int
PATCH_DEPLOYMENT_FIELD_NUMBER
static int
PERCENT_COMPLETE_FIELD_NUMBER
static int
ROLLOUT_FIELD_NUMBER
static int
STATE_FIELD_NUMBER
static int
UPDATE_TIME_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
com.google.protobuf.Timestamp
getCreateTime()
Time this patch job was created.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Time this patch job was created.static PatchJobs.PatchJob
getDefaultInstance()
PatchJobs.PatchJob
getDefaultInstanceForType()
String
getDescription()
Description of the patch job.com.google.protobuf.ByteString
getDescriptionBytes()
Description of the patch job.static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
String
getDisplayName()
Display name for this patch job.com.google.protobuf.ByteString
getDisplayNameBytes()
Display name for this patch job.boolean
getDryRun()
If this patch job is a dry run, the agent reports that it has finished without running any updates on the VM instance.com.google.protobuf.Duration
getDuration()
Duration of the patch job.com.google.protobuf.DurationOrBuilder
getDurationOrBuilder()
Duration of the patch job.String
getErrorMessage()
If this patch job failed, this message provides information about the failure.com.google.protobuf.ByteString
getErrorMessageBytes()
If this patch job failed, this message provides information about the failure.PatchJobs.PatchJob.InstanceDetailsSummary
getInstanceDetailsSummary()
Summary of instance details.PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilder
getInstanceDetailsSummaryOrBuilder()
Summary of instance details.PatchJobs.PatchInstanceFilter
getInstanceFilter()
Instances to patch.PatchJobs.PatchInstanceFilterOrBuilder
getInstanceFilterOrBuilder()
Instances to patch.String
getName()
Unique identifier for this patch job in the form `projects/*/patchJobs/*`com.google.protobuf.ByteString
getNameBytes()
Unique identifier for this patch job in the form `projects/*/patchJobs/*`com.google.protobuf.Parser<PatchJobs.PatchJob>
getParserForType()
PatchJobs.PatchConfig
getPatchConfig()
Patch configuration being applied.PatchJobs.PatchConfigOrBuilder
getPatchConfigOrBuilder()
Patch configuration being applied.String
getPatchDeployment()
Output only.com.google.protobuf.ByteString
getPatchDeploymentBytes()
Output only.double
getPercentComplete()
Reflects the overall progress of the patch job in the range of 0.0 being no progress to 100.0 being complete.PatchJobs.PatchRollout
getRollout()
Rollout strategy being applied.PatchJobs.PatchRolloutOrBuilder
getRolloutOrBuilder()
Rollout strategy being applied.int
getSerializedSize()
PatchJobs.PatchJob.State
getState()
The current state of the PatchJob.int
getStateValue()
The current state of the PatchJob.com.google.protobuf.Timestamp
getUpdateTime()
Last time this patch job was updated.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Last time this patch job was updated.boolean
hasCreateTime()
Time this patch job was created.boolean
hasDuration()
Duration of the patch job.int
hashCode()
boolean
hasInstanceDetailsSummary()
Summary of instance details.boolean
hasInstanceFilter()
Instances to patch.boolean
hasPatchConfig()
Patch configuration being applied.boolean
hasRollout()
Rollout strategy being applied.boolean
hasUpdateTime()
Last time this patch job was updated.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static PatchJobs.PatchJob.Builder
newBuilder()
static PatchJobs.PatchJob.Builder
newBuilder(PatchJobs.PatchJob prototype)
PatchJobs.PatchJob.Builder
newBuilderForType()
protected PatchJobs.PatchJob.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static PatchJobs.PatchJob
parseDelimitedFrom(InputStream input)
static PatchJobs.PatchJob
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchJobs.PatchJob
parseFrom(byte[] data)
static PatchJobs.PatchJob
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchJobs.PatchJob
parseFrom(com.google.protobuf.ByteString data)
static PatchJobs.PatchJob
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchJobs.PatchJob
parseFrom(com.google.protobuf.CodedInputStream input)
static PatchJobs.PatchJob
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchJobs.PatchJob
parseFrom(InputStream input)
static PatchJobs.PatchJob
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PatchJobs.PatchJob
parseFrom(ByteBuffer data)
static PatchJobs.PatchJob
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<PatchJobs.PatchJob>
parser()
PatchJobs.PatchJob.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTANCE_FILTER_FIELD_NUMBER
public static final int INSTANCE_FILTER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PATCH_CONFIG_FIELD_NUMBER
public static final int PATCH_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DURATION_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTANCE_DETAILS_SUMMARY_FIELD_NUMBER
public static final int INSTANCE_DETAILS_SUMMARY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DRY_RUN_FIELD_NUMBER
public static final int DRY_RUN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ERROR_MESSAGE_FIELD_NUMBER
public static final int ERROR_MESSAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PERCENT_COMPLETE_FIELD_NUMBER
public static final int PERCENT_COMPLETE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PATCH_DEPLOYMENT_FIELD_NUMBER
public static final int PATCH_DEPLOYMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ROLLOUT_FIELD_NUMBER
public static final int ROLLOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getName
public String getName()
Unique identifier for this patch job in the form `projects/*/patchJobs/*`
string name = 1;
- Specified by:
getName
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Unique identifier for this patch job in the form `projects/*/patchJobs/*`
string name = 1;
- Specified by:
getNameBytes
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The bytes for name.
-
getDisplayName
public String getDisplayName()
Display name for this patch job. This is not a unique identifier.
string display_name = 14;
- Specified by:
getDisplayName
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The displayName.
-
getDisplayNameBytes
public com.google.protobuf.ByteString getDisplayNameBytes()
Display name for this patch job. This is not a unique identifier.
string display_name = 14;
- Specified by:
getDisplayNameBytes
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The bytes for displayName.
-
getDescription
public String getDescription()
Description of the patch job. Length of the description is limited to 1024 characters.
string description = 2;
- Specified by:
getDescription
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
Description of the patch job. Length of the description is limited to 1024 characters.
string description = 2;
- Specified by:
getDescriptionBytes
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The bytes for description.
-
hasCreateTime
public boolean hasCreateTime()
Time this patch job was created.
.google.protobuf.Timestamp create_time = 3;
- Specified by:
hasCreateTime
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Time this patch job was created.
.google.protobuf.Timestamp create_time = 3;
- Specified by:
getCreateTime
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Time this patch job was created.
.google.protobuf.Timestamp create_time = 3;
- Specified by:
getCreateTimeOrBuilder
in interfacePatchJobs.PatchJobOrBuilder
-
hasUpdateTime
public boolean hasUpdateTime()
Last time this patch job was updated.
.google.protobuf.Timestamp update_time = 4;
- Specified by:
hasUpdateTime
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
public com.google.protobuf.Timestamp getUpdateTime()
Last time this patch job was updated.
.google.protobuf.Timestamp update_time = 4;
- Specified by:
getUpdateTime
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Last time this patch job was updated.
.google.protobuf.Timestamp update_time = 4;
- Specified by:
getUpdateTimeOrBuilder
in interfacePatchJobs.PatchJobOrBuilder
-
getStateValue
public int getStateValue()
The current state of the PatchJob.
.google.cloud.osconfig.v1beta.PatchJob.State state = 5;
- Specified by:
getStateValue
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The enum numeric value on the wire for state.
-
getState
public PatchJobs.PatchJob.State getState()
The current state of the PatchJob.
.google.cloud.osconfig.v1beta.PatchJob.State state = 5;
- Specified by:
getState
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The state.
-
hasInstanceFilter
public boolean hasInstanceFilter()
Instances to patch.
.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 13;
- Specified by:
hasInstanceFilter
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- Whether the instanceFilter field is set.
-
getInstanceFilter
public PatchJobs.PatchInstanceFilter getInstanceFilter()
Instances to patch.
.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 13;
- Specified by:
getInstanceFilter
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The instanceFilter.
-
getInstanceFilterOrBuilder
public PatchJobs.PatchInstanceFilterOrBuilder getInstanceFilterOrBuilder()
Instances to patch.
.google.cloud.osconfig.v1beta.PatchInstanceFilter instance_filter = 13;
- Specified by:
getInstanceFilterOrBuilder
in interfacePatchJobs.PatchJobOrBuilder
-
hasPatchConfig
public boolean hasPatchConfig()
Patch configuration being applied.
.google.cloud.osconfig.v1beta.PatchConfig patch_config = 7;
- Specified by:
hasPatchConfig
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- Whether the patchConfig field is set.
-
getPatchConfig
public PatchJobs.PatchConfig getPatchConfig()
Patch configuration being applied.
.google.cloud.osconfig.v1beta.PatchConfig patch_config = 7;
- Specified by:
getPatchConfig
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The patchConfig.
-
getPatchConfigOrBuilder
public PatchJobs.PatchConfigOrBuilder getPatchConfigOrBuilder()
Patch configuration being applied.
.google.cloud.osconfig.v1beta.PatchConfig patch_config = 7;
- Specified by:
getPatchConfigOrBuilder
in interfacePatchJobs.PatchJobOrBuilder
-
hasDuration
public boolean hasDuration()
Duration of the patch job. After the duration ends, the patch job times out.
.google.protobuf.Duration duration = 8;
- Specified by:
hasDuration
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- Whether the duration field is set.
-
getDuration
public com.google.protobuf.Duration getDuration()
Duration of the patch job. After the duration ends, the patch job times out.
.google.protobuf.Duration duration = 8;
- Specified by:
getDuration
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The duration.
-
getDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
Duration of the patch job. After the duration ends, the patch job times out.
.google.protobuf.Duration duration = 8;
- Specified by:
getDurationOrBuilder
in interfacePatchJobs.PatchJobOrBuilder
-
hasInstanceDetailsSummary
public boolean hasInstanceDetailsSummary()
Summary of instance details.
.google.cloud.osconfig.v1beta.PatchJob.InstanceDetailsSummary instance_details_summary = 9;
- Specified by:
hasInstanceDetailsSummary
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- Whether the instanceDetailsSummary field is set.
-
getInstanceDetailsSummary
public PatchJobs.PatchJob.InstanceDetailsSummary getInstanceDetailsSummary()
Summary of instance details.
.google.cloud.osconfig.v1beta.PatchJob.InstanceDetailsSummary instance_details_summary = 9;
- Specified by:
getInstanceDetailsSummary
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The instanceDetailsSummary.
-
getInstanceDetailsSummaryOrBuilder
public PatchJobs.PatchJob.InstanceDetailsSummaryOrBuilder getInstanceDetailsSummaryOrBuilder()
Summary of instance details.
.google.cloud.osconfig.v1beta.PatchJob.InstanceDetailsSummary instance_details_summary = 9;
- Specified by:
getInstanceDetailsSummaryOrBuilder
in interfacePatchJobs.PatchJobOrBuilder
-
getDryRun
public boolean getDryRun()
If this patch job is a dry run, the agent reports that it has finished without running any updates on the VM instance.
bool dry_run = 10;
- Specified by:
getDryRun
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The dryRun.
-
getErrorMessage
public String getErrorMessage()
If this patch job failed, this message provides information about the failure.
string error_message = 11;
- Specified by:
getErrorMessage
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The errorMessage.
-
getErrorMessageBytes
public com.google.protobuf.ByteString getErrorMessageBytes()
If this patch job failed, this message provides information about the failure.
string error_message = 11;
- Specified by:
getErrorMessageBytes
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The bytes for errorMessage.
-
getPercentComplete
public double getPercentComplete()
Reflects the overall progress of the patch job in the range of 0.0 being no progress to 100.0 being complete.
double percent_complete = 12;
- Specified by:
getPercentComplete
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The percentComplete.
-
getPatchDeployment
public String getPatchDeployment()
Output only. Name of the patch deployment that created this patch job.
string patch_deployment = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getPatchDeployment
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The patchDeployment.
-
getPatchDeploymentBytes
public com.google.protobuf.ByteString getPatchDeploymentBytes()
Output only. Name of the patch deployment that created this patch job.
string patch_deployment = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getPatchDeploymentBytes
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The bytes for patchDeployment.
-
hasRollout
public boolean hasRollout()
Rollout strategy being applied.
.google.cloud.osconfig.v1beta.PatchRollout rollout = 16;
- Specified by:
hasRollout
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- Whether the rollout field is set.
-
getRollout
public PatchJobs.PatchRollout getRollout()
Rollout strategy being applied.
.google.cloud.osconfig.v1beta.PatchRollout rollout = 16;
- Specified by:
getRollout
in interfacePatchJobs.PatchJobOrBuilder
- Returns:
- The rollout.
-
getRolloutOrBuilder
public PatchJobs.PatchRolloutOrBuilder getRolloutOrBuilder()
Rollout strategy being applied.
.google.cloud.osconfig.v1beta.PatchRollout rollout = 16;
- Specified by:
getRolloutOrBuilder
in interfacePatchJobs.PatchJobOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static PatchJobs.PatchJob parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PatchJobs.PatchJob parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PatchJobs.PatchJob parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PatchJobs.PatchJob parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PatchJobs.PatchJob parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PatchJobs.PatchJob parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static PatchJobs.PatchJob parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PatchJobs.PatchJob parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PatchJobs.PatchJob parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static PatchJobs.PatchJob parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static PatchJobs.PatchJob parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static PatchJobs.PatchJob parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public PatchJobs.PatchJob.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static PatchJobs.PatchJob.Builder newBuilder()
-
newBuilder
public static PatchJobs.PatchJob.Builder newBuilder(PatchJobs.PatchJob prototype)
-
toBuilder
public PatchJobs.PatchJob.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected PatchJobs.PatchJob.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static PatchJobs.PatchJob getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<PatchJobs.PatchJob> parser()
-
getParserForType
public com.google.protobuf.Parser<PatchJobs.PatchJob> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public PatchJobs.PatchJob getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-