Uses of Class
com.google.cloud.compute.v1.UpdateAutoscalerRequest
-
Packages that use UpdateAutoscalerRequest 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 UpdateAutoscalerRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return UpdateAutoscalerRequest Modifier and Type Method Description UpdateAutoscalerRequest
UpdateAutoscalerRequest.Builder. build()
UpdateAutoscalerRequest
UpdateAutoscalerRequest.Builder. buildPartial()
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. getDefaultInstance()
UpdateAutoscalerRequest
UpdateAutoscalerRequest.Builder. getDefaultInstanceForType()
UpdateAutoscalerRequest
UpdateAutoscalerRequest. getDefaultInstanceForType()
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. parseDelimitedFrom(InputStream input)
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. parseFrom(byte[] data)
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. parseFrom(InputStream input)
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. parseFrom(ByteBuffer data)
static UpdateAutoscalerRequest
UpdateAutoscalerRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type UpdateAutoscalerRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateAutoscalerRequest>
UpdateAutoscalerRequest. getParserForType()
static com.google.protobuf.Parser<UpdateAutoscalerRequest>
UpdateAutoscalerRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateAutoscalerRequest,Operation>
AutoscalersClient. updateCallable()
Updates an autoscaler in the specified project using the data included in the request.com.google.api.gax.rpc.OperationCallable<UpdateAutoscalerRequest,Operation,Operation>
AutoscalersClient. updateOperationCallable()
Updates an autoscaler in the specified project using the data included in the request.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateAutoscalerRequest,Operation,Operation>
AutoscalersSettings.Builder. updateOperationSettings()
Returns the builder for the settings used for calls to update.com.google.api.gax.rpc.OperationCallSettings<UpdateAutoscalerRequest,Operation,Operation>
AutoscalersSettings. updateOperationSettings()
Returns the object with the settings used for calls to update.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAutoscalerRequest,Operation>
AutoscalersSettings.Builder. updateSettings()
Returns the builder for the settings used for calls to update.com.google.api.gax.rpc.UnaryCallSettings<UpdateAutoscalerRequest,Operation>
AutoscalersSettings. updateSettings()
Returns the object with the settings used for calls to update.Methods in com.google.cloud.compute.v1 with parameters of type UpdateAutoscalerRequest Modifier and Type Method Description UpdateAutoscalerRequest.Builder
UpdateAutoscalerRequest.Builder. mergeFrom(UpdateAutoscalerRequest other)
static UpdateAutoscalerRequest.Builder
UpdateAutoscalerRequest. newBuilder(UpdateAutoscalerRequest prototype)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
AutoscalersClient. updateAsync(UpdateAutoscalerRequest request)
Updates an autoscaler in the specified project using the data included in the request. -
Uses of UpdateAutoscalerRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type UpdateAutoscalerRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateAutoscalerRequest,Operation>
AutoscalersStub. updateCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateAutoscalerRequest,Operation>
HttpJsonAutoscalersStub. updateCallable()
com.google.api.gax.rpc.OperationCallable<UpdateAutoscalerRequest,Operation,Operation>
AutoscalersStub. updateOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateAutoscalerRequest,Operation,Operation>
HttpJsonAutoscalersStub. updateOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateAutoscalerRequest,Operation,Operation>
AutoscalersStubSettings.Builder. updateOperationSettings()
Returns the builder for the settings used for calls to update.com.google.api.gax.rpc.OperationCallSettings<UpdateAutoscalerRequest,Operation,Operation>
AutoscalersStubSettings. updateOperationSettings()
Returns the object with the settings used for calls to update.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateAutoscalerRequest,Operation>
AutoscalersStubSettings.Builder. updateSettings()
Returns the builder for the settings used for calls to update.com.google.api.gax.rpc.UnaryCallSettings<UpdateAutoscalerRequest,Operation>
AutoscalersStubSettings. updateSettings()
Returns the object with the settings used for calls to update.
-