Uses of Class
com.google.cloud.compute.v1.Scheduling
-
Packages that use Scheduling Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Scheduling in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Scheduling Modifier and Type Method Description Scheduling
Scheduling.Builder. build()
Scheduling
Scheduling.Builder. buildPartial()
static Scheduling
Scheduling. getDefaultInstance()
Scheduling
Scheduling.Builder. getDefaultInstanceForType()
Scheduling
Scheduling. getDefaultInstanceForType()
Scheduling
Instance.Builder. getScheduling()
Sets the scheduling options for this instance.Scheduling
Instance. getScheduling()
Sets the scheduling options for this instance.Scheduling
InstanceOrBuilder. getScheduling()
Sets the scheduling options for this instance.Scheduling
InstanceProperties.Builder. getScheduling()
Specifies the scheduling options for the instances that are created from these properties.Scheduling
InstanceProperties. getScheduling()
Specifies the scheduling options for the instances that are created from these properties.Scheduling
InstancePropertiesOrBuilder. getScheduling()
Specifies the scheduling options for the instances that are created from these properties.Scheduling
SourceInstanceProperties.Builder. getScheduling()
Specifies the scheduling options for the instances that are created from this machine image.Scheduling
SourceInstanceProperties. getScheduling()
Specifies the scheduling options for the instances that are created from this machine image.Scheduling
SourceInstancePropertiesOrBuilder. getScheduling()
Specifies the scheduling options for the instances that are created from this machine image.Scheduling
SetSchedulingInstanceRequest.Builder. getSchedulingResource()
The body resource for this requestScheduling
SetSchedulingInstanceRequest. getSchedulingResource()
The body resource for this requestScheduling
SetSchedulingInstanceRequestOrBuilder. getSchedulingResource()
The body resource for this requeststatic Scheduling
Scheduling. parseDelimitedFrom(InputStream input)
static Scheduling
Scheduling. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Scheduling
Scheduling. parseFrom(byte[] data)
static Scheduling
Scheduling. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Scheduling
Scheduling. parseFrom(com.google.protobuf.ByteString data)
static Scheduling
Scheduling. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Scheduling
Scheduling. parseFrom(com.google.protobuf.CodedInputStream input)
static Scheduling
Scheduling. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Scheduling
Scheduling. parseFrom(InputStream input)
static Scheduling
Scheduling. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Scheduling
Scheduling. parseFrom(ByteBuffer data)
static Scheduling
Scheduling. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Scheduling Modifier and Type Method Description com.google.protobuf.Parser<Scheduling>
Scheduling. getParserForType()
static com.google.protobuf.Parser<Scheduling>
Scheduling. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Scheduling Modifier and Type Method Description Scheduling.Builder
Scheduling.Builder. mergeFrom(Scheduling other)
Instance.Builder
Instance.Builder. mergeScheduling(Scheduling value)
Sets the scheduling options for this instance.InstanceProperties.Builder
InstanceProperties.Builder. mergeScheduling(Scheduling value)
Specifies the scheduling options for the instances that are created from these properties.SourceInstanceProperties.Builder
SourceInstanceProperties.Builder. mergeScheduling(Scheduling value)
Specifies the scheduling options for the instances that are created from this machine image.SetSchedulingInstanceRequest.Builder
SetSchedulingInstanceRequest.Builder. mergeSchedulingResource(Scheduling value)
The body resource for this requeststatic Scheduling.Builder
Scheduling. newBuilder(Scheduling prototype)
Instance.Builder
Instance.Builder. setScheduling(Scheduling value)
Sets the scheduling options for this instance.InstanceProperties.Builder
InstanceProperties.Builder. setScheduling(Scheduling value)
Specifies the scheduling options for the instances that are created from these properties.SourceInstanceProperties.Builder
SourceInstanceProperties.Builder. setScheduling(Scheduling value)
Specifies the scheduling options for the instances that are created from this machine image.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. setSchedulingAsync(String project, String zone, String instance, Scheduling schedulingResource)
Sets an instance's scheduling options.SetSchedulingInstanceRequest.Builder
SetSchedulingInstanceRequest.Builder. setSchedulingResource(Scheduling value)
The body resource for this request
-