public static final class SchedulePolicy.Builder extends GeneratedMessage.Builder<SchedulePolicy.Builder> implements SchedulePolicyOrBuilderA policy for scheduling replications.
Protobuf type google.cloud.vmmigration.v1.SchedulePolicy
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SchedulePolicy.BuilderImplements
SchedulePolicyOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SchedulePolicy build()| Returns | |
|---|---|
| Type | Description |
SchedulePolicy |
|
buildPartial()
public SchedulePolicy buildPartial()| Returns | |
|---|---|
| Type | Description |
SchedulePolicy |
|
clear()
public SchedulePolicy.Builder clear()| Returns | |
|---|---|
| Type | Description |
SchedulePolicy.Builder |
|
clearIdleDuration()
public SchedulePolicy.Builder clearIdleDuration()The idle duration between replication stages.
.google.protobuf.Duration idle_duration = 1;
| Returns | |
|---|---|
| Type | Description |
SchedulePolicy.Builder |
|
clearSkipOsAdaptation()
public SchedulePolicy.Builder clearSkipOsAdaptation()A flag to indicate whether to skip OS adaptation during the replication sync. OS adaptation is a process where the VM's operating system undergoes changes and adaptations to fully function on Compute Engine.
bool skip_os_adaptation = 2;
| Returns | |
|---|---|
| Type | Description |
SchedulePolicy.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SchedulePolicy getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SchedulePolicy |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIdleDuration()
public Duration getIdleDuration()The idle duration between replication stages.
.google.protobuf.Duration idle_duration = 1;
| Returns | |
|---|---|
| Type | Description |
Duration |
The idleDuration. |
getIdleDurationBuilder()
public Duration.Builder getIdleDurationBuilder()The idle duration between replication stages.
.google.protobuf.Duration idle_duration = 1;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getIdleDurationOrBuilder()
public DurationOrBuilder getIdleDurationOrBuilder()The idle duration between replication stages.
.google.protobuf.Duration idle_duration = 1;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getSkipOsAdaptation()
public boolean getSkipOsAdaptation()A flag to indicate whether to skip OS adaptation during the replication sync. OS adaptation is a process where the VM's operating system undergoes changes and adaptations to fully function on Compute Engine.
bool skip_os_adaptation = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The skipOsAdaptation. |
hasIdleDuration()
public boolean hasIdleDuration()The idle duration between replication stages.
.google.protobuf.Duration idle_duration = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the idleDuration field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SchedulePolicy other)
public SchedulePolicy.Builder mergeFrom(SchedulePolicy other)| Parameter | |
|---|---|
| Name | Description |
other |
SchedulePolicy |
| Returns | |
|---|---|
| Type | Description |
SchedulePolicy.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SchedulePolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SchedulePolicy.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SchedulePolicy.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SchedulePolicy.Builder |
|
mergeIdleDuration(Duration value)
public SchedulePolicy.Builder mergeIdleDuration(Duration value)The idle duration between replication stages.
.google.protobuf.Duration idle_duration = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
SchedulePolicy.Builder |
|
setIdleDuration(Duration value)
public SchedulePolicy.Builder setIdleDuration(Duration value)The idle duration between replication stages.
.google.protobuf.Duration idle_duration = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Duration |
| Returns | |
|---|---|
| Type | Description |
SchedulePolicy.Builder |
|
setIdleDuration(Duration.Builder builderForValue)
public SchedulePolicy.Builder setIdleDuration(Duration.Builder builderForValue)The idle duration between replication stages.
.google.protobuf.Duration idle_duration = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
SchedulePolicy.Builder |
|
setSkipOsAdaptation(boolean value)
public SchedulePolicy.Builder setSkipOsAdaptation(boolean value)A flag to indicate whether to skip OS adaptation during the replication sync. OS adaptation is a process where the VM's operating system undergoes changes and adaptations to fully function on Compute Engine.
bool skip_os_adaptation = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe skipOsAdaptation to set. |
| Returns | |
|---|---|
| Type | Description |
SchedulePolicy.Builder |
This builder for chaining. |