public static final class PatchDeployments.PatchDeployment extends com.google.protobuf.GeneratedMessageV3 implements PatchDeployments.PatchDeploymentOrBuilder
Patch deployments are configurations that individual patch jobs use to complete a patch. These configurations include instance filter, package repository settings, and a schedule. For more information about creating and managing patch deployments, see [Scheduling patch jobs](https://cloud.google.com/compute/docs/os-patch-management/schedule-patch-jobs).Protobuf type
google.cloud.osconfig.v1.PatchDeployment| Modifier and Type | Class and Description |
|---|---|
static class |
PatchDeployments.PatchDeployment.Builder
Patch deployments are configurations that individual patch jobs use to
complete a patch.
|
static class |
PatchDeployments.PatchDeployment.ScheduleCase |
static class |
PatchDeployments.PatchDeployment.State
Represents state of patch peployment.
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
DURATION_FIELD_NUMBER |
static int |
INSTANCE_FILTER_FIELD_NUMBER |
static int |
LAST_EXECUTE_TIME_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
ONE_TIME_SCHEDULE_FIELD_NUMBER |
static int |
PATCH_CONFIG_FIELD_NUMBER |
static int |
RECURRING_SCHEDULE_FIELD_NUMBER |
static int |
ROLLOUT_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
static PatchDeployments.PatchDeployment |
getDefaultInstance() |
PatchDeployments.PatchDeployment |
getDefaultInstanceForType() |
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Duration |
getDuration()
Optional.
|
com.google.protobuf.DurationOrBuilder |
getDurationOrBuilder()
Optional.
|
PatchJobs.PatchInstanceFilter |
getInstanceFilter()
Required.
|
PatchJobs.PatchInstanceFilterOrBuilder |
getInstanceFilterOrBuilder()
Required.
|
com.google.protobuf.Timestamp |
getLastExecuteTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getLastExecuteTimeOrBuilder()
Output only.
|
String |
getName()
Unique name for the patch deployment resource in a project.
|
com.google.protobuf.ByteString |
getNameBytes()
Unique name for the patch deployment resource in a project.
|
PatchDeployments.OneTimeSchedule |
getOneTimeSchedule()
Required.
|
PatchDeployments.OneTimeScheduleOrBuilder |
getOneTimeScheduleOrBuilder()
Required.
|
com.google.protobuf.Parser<PatchDeployments.PatchDeployment> |
getParserForType() |
PatchJobs.PatchConfig |
getPatchConfig()
Optional.
|
PatchJobs.PatchConfigOrBuilder |
getPatchConfigOrBuilder()
Optional.
|
PatchDeployments.RecurringSchedule |
getRecurringSchedule()
Required.
|
PatchDeployments.RecurringScheduleOrBuilder |
getRecurringScheduleOrBuilder()
Required.
|
PatchJobs.PatchRollout |
getRollout()
Optional.
|
PatchJobs.PatchRolloutOrBuilder |
getRolloutOrBuilder()
Optional.
|
PatchDeployments.PatchDeployment.ScheduleCase |
getScheduleCase() |
int |
getSerializedSize() |
PatchDeployments.PatchDeployment.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasDuration()
Optional.
|
int |
hashCode() |
boolean |
hasInstanceFilter()
Required.
|
boolean |
hasLastExecuteTime()
Output only.
|
boolean |
hasOneTimeSchedule()
Required.
|
boolean |
hasPatchConfig()
Optional.
|
boolean |
hasRecurringSchedule()
Required.
|
boolean |
hasRollout()
Optional.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PatchDeployments.PatchDeployment.Builder |
newBuilder() |
static PatchDeployments.PatchDeployment.Builder |
newBuilder(PatchDeployments.PatchDeployment prototype) |
PatchDeployments.PatchDeployment.Builder |
newBuilderForType() |
protected PatchDeployments.PatchDeployment.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static PatchDeployments.PatchDeployment |
parseDelimitedFrom(InputStream input) |
static PatchDeployments.PatchDeployment |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchDeployments.PatchDeployment |
parseFrom(byte[] data) |
static PatchDeployments.PatchDeployment |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchDeployments.PatchDeployment |
parseFrom(ByteBuffer data) |
static PatchDeployments.PatchDeployment |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchDeployments.PatchDeployment |
parseFrom(com.google.protobuf.ByteString data) |
static PatchDeployments.PatchDeployment |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchDeployments.PatchDeployment |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PatchDeployments.PatchDeployment |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchDeployments.PatchDeployment |
parseFrom(InputStream input) |
static PatchDeployments.PatchDeployment |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PatchDeployments.PatchDeployment> |
parser() |
PatchDeployments.PatchDeployment.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int INSTANCE_FILTER_FIELD_NUMBER
public static final int PATCH_CONFIG_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
public static final int ONE_TIME_SCHEDULE_FIELD_NUMBER
public static final int RECURRING_SCHEDULE_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int LAST_EXECUTE_TIME_FIELD_NUMBER
public static final int ROLLOUT_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public PatchDeployments.PatchDeployment.ScheduleCase getScheduleCase()
getScheduleCase in interface PatchDeployments.PatchDeploymentOrBuilderpublic String getName()
Unique name for the patch deployment resource in a project. The patch
deployment name is in the form:
`projects/{project_id}/patchDeployments/{patch_deployment_id}`.
This field is ignored when you create a new patch deployment.
string name = 1;getName in interface PatchDeployments.PatchDeploymentOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Unique name for the patch deployment resource in a project. The patch
deployment name is in the form:
`projects/{project_id}/patchDeployments/{patch_deployment_id}`.
This field is ignored when you create a new patch deployment.
string name = 1;getNameBytes in interface PatchDeployments.PatchDeploymentOrBuilderpublic String getDescription()
Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];getDescription in interface PatchDeployments.PatchDeploymentOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.
string description = 2 [(.google.api.field_behavior) = OPTIONAL];getDescriptionBytes in interface PatchDeployments.PatchDeploymentOrBuilderpublic boolean hasInstanceFilter()
Required. VM instances to patch.
.google.cloud.osconfig.v1.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];
hasInstanceFilter in interface PatchDeployments.PatchDeploymentOrBuilderpublic PatchJobs.PatchInstanceFilter getInstanceFilter()
Required. VM instances to patch.
.google.cloud.osconfig.v1.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];
getInstanceFilter in interface PatchDeployments.PatchDeploymentOrBuilderpublic PatchJobs.PatchInstanceFilterOrBuilder getInstanceFilterOrBuilder()
Required. VM instances to patch.
.google.cloud.osconfig.v1.PatchInstanceFilter instance_filter = 3 [(.google.api.field_behavior) = REQUIRED];
getInstanceFilterOrBuilder in interface PatchDeployments.PatchDeploymentOrBuilderpublic boolean hasPatchConfig()
Optional. Patch configuration that is applied.
.google.cloud.osconfig.v1.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];
hasPatchConfig in interface PatchDeployments.PatchDeploymentOrBuilderpublic PatchJobs.PatchConfig getPatchConfig()
Optional. Patch configuration that is applied.
.google.cloud.osconfig.v1.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];
getPatchConfig in interface PatchDeployments.PatchDeploymentOrBuilderpublic PatchJobs.PatchConfigOrBuilder getPatchConfigOrBuilder()
Optional. Patch configuration that is applied.
.google.cloud.osconfig.v1.PatchConfig patch_config = 4 [(.google.api.field_behavior) = OPTIONAL];
getPatchConfigOrBuilder in interface PatchDeployments.PatchDeploymentOrBuilderpublic boolean hasDuration()
Optional. Duration of the patch. After the duration ends, the patch times out.
.google.protobuf.Duration duration = 5 [(.google.api.field_behavior) = OPTIONAL];
hasDuration in interface PatchDeployments.PatchDeploymentOrBuilderpublic com.google.protobuf.Duration getDuration()
Optional. Duration of the patch. After the duration ends, the patch times out.
.google.protobuf.Duration duration = 5 [(.google.api.field_behavior) = OPTIONAL];
getDuration in interface PatchDeployments.PatchDeploymentOrBuilderpublic com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
Optional. Duration of the patch. After the duration ends, the patch times out.
.google.protobuf.Duration duration = 5 [(.google.api.field_behavior) = OPTIONAL];
getDurationOrBuilder in interface PatchDeployments.PatchDeploymentOrBuilderpublic boolean hasOneTimeSchedule()
Required. Schedule a one-time execution.
.google.cloud.osconfig.v1.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];
hasOneTimeSchedule in interface PatchDeployments.PatchDeploymentOrBuilderpublic PatchDeployments.OneTimeSchedule getOneTimeSchedule()
Required. Schedule a one-time execution.
.google.cloud.osconfig.v1.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];
getOneTimeSchedule in interface PatchDeployments.PatchDeploymentOrBuilderpublic PatchDeployments.OneTimeScheduleOrBuilder getOneTimeScheduleOrBuilder()
Required. Schedule a one-time execution.
.google.cloud.osconfig.v1.OneTimeSchedule one_time_schedule = 6 [(.google.api.field_behavior) = REQUIRED];
getOneTimeScheduleOrBuilder in interface PatchDeployments.PatchDeploymentOrBuilderpublic boolean hasRecurringSchedule()
Required. Schedule recurring executions.
.google.cloud.osconfig.v1.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];
hasRecurringSchedule in interface PatchDeployments.PatchDeploymentOrBuilderpublic PatchDeployments.RecurringSchedule getRecurringSchedule()
Required. Schedule recurring executions.
.google.cloud.osconfig.v1.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];
getRecurringSchedule in interface PatchDeployments.PatchDeploymentOrBuilderpublic PatchDeployments.RecurringScheduleOrBuilder getRecurringScheduleOrBuilder()
Required. Schedule recurring executions.
.google.cloud.osconfig.v1.RecurringSchedule recurring_schedule = 7 [(.google.api.field_behavior) = REQUIRED];
getRecurringScheduleOrBuilder in interface PatchDeployments.PatchDeploymentOrBuilderpublic boolean hasCreateTime()
Output only. Time the patch deployment was created. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface PatchDeployments.PatchDeploymentOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. Time the patch deployment was created. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface PatchDeployments.PatchDeploymentOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time the patch deployment was created. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface PatchDeployments.PatchDeploymentOrBuilderpublic boolean hasUpdateTime()
Output only. Time the patch deployment was last updated. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface PatchDeployments.PatchDeploymentOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. Time the patch deployment was last updated. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface PatchDeployments.PatchDeploymentOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Time the patch deployment was last updated. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
.google.protobuf.Timestamp update_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface PatchDeployments.PatchDeploymentOrBuilderpublic boolean hasLastExecuteTime()
Output only. The last time a patch job was started by this deployment. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
.google.protobuf.Timestamp last_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasLastExecuteTime in interface PatchDeployments.PatchDeploymentOrBuilderpublic com.google.protobuf.Timestamp getLastExecuteTime()
Output only. The last time a patch job was started by this deployment. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
.google.protobuf.Timestamp last_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastExecuteTime in interface PatchDeployments.PatchDeploymentOrBuilderpublic com.google.protobuf.TimestampOrBuilder getLastExecuteTimeOrBuilder()
Output only. The last time a patch job was started by this deployment. Timestamp is in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
.google.protobuf.Timestamp last_execute_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastExecuteTimeOrBuilder in interface PatchDeployments.PatchDeploymentOrBuilderpublic boolean hasRollout()
Optional. Rollout strategy of the patch job.
.google.cloud.osconfig.v1.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];
hasRollout in interface PatchDeployments.PatchDeploymentOrBuilderpublic PatchJobs.PatchRollout getRollout()
Optional. Rollout strategy of the patch job.
.google.cloud.osconfig.v1.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];
getRollout in interface PatchDeployments.PatchDeploymentOrBuilderpublic PatchJobs.PatchRolloutOrBuilder getRolloutOrBuilder()
Optional. Rollout strategy of the patch job.
.google.cloud.osconfig.v1.PatchRollout rollout = 11 [(.google.api.field_behavior) = OPTIONAL];
getRolloutOrBuilder in interface PatchDeployments.PatchDeploymentOrBuilderpublic int getStateValue()
Output only. Current state of the patch deployment.
.google.cloud.osconfig.v1.PatchDeployment.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface PatchDeployments.PatchDeploymentOrBuilderpublic PatchDeployments.PatchDeployment.State getState()
Output only. Current state of the patch deployment.
.google.cloud.osconfig.v1.PatchDeployment.State state = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState in interface PatchDeployments.PatchDeploymentOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static PatchDeployments.PatchDeployment parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchDeployments.PatchDeployment parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchDeployments.PatchDeployment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchDeployments.PatchDeployment parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchDeployments.PatchDeployment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchDeployments.PatchDeployment parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PatchDeployments.PatchDeployment parseFrom(InputStream input) throws IOException
IOExceptionpublic static PatchDeployments.PatchDeployment parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PatchDeployments.PatchDeployment parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PatchDeployments.PatchDeployment parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PatchDeployments.PatchDeployment parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PatchDeployments.PatchDeployment parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic PatchDeployments.PatchDeployment.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PatchDeployments.PatchDeployment.Builder newBuilder()
public static PatchDeployments.PatchDeployment.Builder newBuilder(PatchDeployments.PatchDeployment prototype)
public PatchDeployments.PatchDeployment.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PatchDeployments.PatchDeployment.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PatchDeployments.PatchDeployment getDefaultInstance()
public static com.google.protobuf.Parser<PatchDeployments.PatchDeployment> parser()
public com.google.protobuf.Parser<PatchDeployments.PatchDeployment> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PatchDeployments.PatchDeployment getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.