Uses of Class
com.google.cloud.compute.v1.SetSchedulingInstanceRequest
-
Packages that use SetSchedulingInstanceRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of SetSchedulingInstanceRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SetSchedulingInstanceRequest Modifier and Type Method Description SetSchedulingInstanceRequest
SetSchedulingInstanceRequest.Builder. build()
SetSchedulingInstanceRequest
SetSchedulingInstanceRequest.Builder. buildPartial()
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. getDefaultInstance()
SetSchedulingInstanceRequest
SetSchedulingInstanceRequest.Builder. getDefaultInstanceForType()
SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. getDefaultInstanceForType()
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. parseDelimitedFrom(InputStream input)
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. parseFrom(byte[] data)
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. parseFrom(com.google.protobuf.ByteString data)
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. parseFrom(InputStream input)
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. parseFrom(ByteBuffer data)
static SetSchedulingInstanceRequest
SetSchedulingInstanceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SetSchedulingInstanceRequest Modifier and Type Method Description com.google.protobuf.Parser<SetSchedulingInstanceRequest>
SetSchedulingInstanceRequest. getParserForType()
static com.google.protobuf.Parser<SetSchedulingInstanceRequest>
SetSchedulingInstanceRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SetSchedulingInstanceRequest,Operation>
InstancesClient. setSchedulingCallable()
Sets an instance's scheduling options.com.google.api.gax.rpc.OperationCallable<SetSchedulingInstanceRequest,Operation,Operation>
InstancesClient. setSchedulingOperationCallable()
Sets an instance's scheduling options.com.google.api.gax.rpc.OperationCallSettings.Builder<SetSchedulingInstanceRequest,Operation,Operation>
InstancesSettings.Builder. setSchedulingOperationSettings()
Returns the builder for the settings used for calls to setScheduling.com.google.api.gax.rpc.OperationCallSettings<SetSchedulingInstanceRequest,Operation,Operation>
InstancesSettings. setSchedulingOperationSettings()
Returns the object with the settings used for calls to setScheduling.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetSchedulingInstanceRequest,Operation>
InstancesSettings.Builder. setSchedulingSettings()
Returns the builder for the settings used for calls to setScheduling.com.google.api.gax.rpc.UnaryCallSettings<SetSchedulingInstanceRequest,Operation>
InstancesSettings. setSchedulingSettings()
Returns the object with the settings used for calls to setScheduling.Methods in com.google.cloud.compute.v1 with parameters of type SetSchedulingInstanceRequest Modifier and Type Method Description SetSchedulingInstanceRequest.Builder
SetSchedulingInstanceRequest.Builder. mergeFrom(SetSchedulingInstanceRequest other)
static SetSchedulingInstanceRequest.Builder
SetSchedulingInstanceRequest. newBuilder(SetSchedulingInstanceRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
InstancesClient. setSchedulingAsync(SetSchedulingInstanceRequest request)
Sets an instance's scheduling options. -
Uses of SetSchedulingInstanceRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type SetSchedulingInstanceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SetSchedulingInstanceRequest,Operation>
HttpJsonInstancesStub. setSchedulingCallable()
com.google.api.gax.rpc.UnaryCallable<SetSchedulingInstanceRequest,Operation>
InstancesStub. setSchedulingCallable()
com.google.api.gax.rpc.OperationCallable<SetSchedulingInstanceRequest,Operation,Operation>
HttpJsonInstancesStub. setSchedulingOperationCallable()
com.google.api.gax.rpc.OperationCallable<SetSchedulingInstanceRequest,Operation,Operation>
InstancesStub. setSchedulingOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<SetSchedulingInstanceRequest,Operation,Operation>
InstancesStubSettings.Builder. setSchedulingOperationSettings()
Returns the builder for the settings used for calls to setScheduling.com.google.api.gax.rpc.OperationCallSettings<SetSchedulingInstanceRequest,Operation,Operation>
InstancesStubSettings. setSchedulingOperationSettings()
Returns the object with the settings used for calls to setScheduling.com.google.api.gax.rpc.UnaryCallSettings.Builder<SetSchedulingInstanceRequest,Operation>
InstancesStubSettings.Builder. setSchedulingSettings()
Returns the builder for the settings used for calls to setScheduling.com.google.api.gax.rpc.UnaryCallSettings<SetSchedulingInstanceRequest,Operation>
InstancesStubSettings. setSchedulingSettings()
Returns the object with the settings used for calls to setScheduling.
-