| Modifier and Type | Method and Description |
|---|---|
PatchJobs.ExecStep |
PatchJobs.ExecStep.Builder.build() |
PatchJobs.ExecStep |
PatchJobs.ExecStep.Builder.buildPartial() |
static PatchJobs.ExecStep |
PatchJobs.ExecStep.getDefaultInstance() |
PatchJobs.ExecStep |
PatchJobs.ExecStep.getDefaultInstanceForType() |
PatchJobs.ExecStep |
PatchJobs.ExecStep.Builder.getDefaultInstanceForType() |
PatchJobs.ExecStep |
PatchJobs.PatchConfigOrBuilder.getPostStep()
The `ExecStep` to run after the patch update.
|
PatchJobs.ExecStep |
PatchJobs.PatchConfig.getPostStep()
The `ExecStep` to run after the patch update.
|
PatchJobs.ExecStep |
PatchJobs.PatchConfig.Builder.getPostStep()
The `ExecStep` to run after the patch update.
|
PatchJobs.ExecStep |
PatchJobs.PatchConfigOrBuilder.getPreStep()
The `ExecStep` to run before the patch update.
|
PatchJobs.ExecStep |
PatchJobs.PatchConfig.getPreStep()
The `ExecStep` to run before the patch update.
|
PatchJobs.ExecStep |
PatchJobs.PatchConfig.Builder.getPreStep()
The `ExecStep` to run before the patch update.
|
static PatchJobs.ExecStep |
PatchJobs.ExecStep.parseDelimitedFrom(InputStream input) |
static PatchJobs.ExecStep |
PatchJobs.ExecStep.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchJobs.ExecStep |
PatchJobs.ExecStep.parseFrom(byte[] data) |
static PatchJobs.ExecStep |
PatchJobs.ExecStep.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchJobs.ExecStep |
PatchJobs.ExecStep.parseFrom(ByteBuffer data) |
static PatchJobs.ExecStep |
PatchJobs.ExecStep.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchJobs.ExecStep |
PatchJobs.ExecStep.parseFrom(com.google.protobuf.ByteString data) |
static PatchJobs.ExecStep |
PatchJobs.ExecStep.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchJobs.ExecStep |
PatchJobs.ExecStep.parseFrom(com.google.protobuf.CodedInputStream input) |
static PatchJobs.ExecStep |
PatchJobs.ExecStep.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PatchJobs.ExecStep |
PatchJobs.ExecStep.parseFrom(InputStream input) |
static PatchJobs.ExecStep |
PatchJobs.ExecStep.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PatchJobs.ExecStep> |
PatchJobs.ExecStep.getParserForType() |
static com.google.protobuf.Parser<PatchJobs.ExecStep> |
PatchJobs.ExecStep.parser() |
| Modifier and Type | Method and Description |
|---|---|
PatchJobs.ExecStep.Builder |
PatchJobs.ExecStep.Builder.mergeFrom(PatchJobs.ExecStep other) |
PatchJobs.PatchConfig.Builder |
PatchJobs.PatchConfig.Builder.mergePostStep(PatchJobs.ExecStep value)
The `ExecStep` to run after the patch update.
|
PatchJobs.PatchConfig.Builder |
PatchJobs.PatchConfig.Builder.mergePreStep(PatchJobs.ExecStep value)
The `ExecStep` to run before the patch update.
|
static PatchJobs.ExecStep.Builder |
PatchJobs.ExecStep.newBuilder(PatchJobs.ExecStep prototype) |
PatchJobs.PatchConfig.Builder |
PatchJobs.PatchConfig.Builder.setPostStep(PatchJobs.ExecStep value)
The `ExecStep` to run after the patch update.
|
PatchJobs.PatchConfig.Builder |
PatchJobs.PatchConfig.Builder.setPreStep(PatchJobs.ExecStep value)
The `ExecStep` to run before the patch update.
|
Copyright © 2023 Google LLC. All rights reserved.