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 UpdateAutoscalerRequestUpdateAutoscalerRequest.Builder. build()UpdateAutoscalerRequestUpdateAutoscalerRequest.Builder. buildPartial()static UpdateAutoscalerRequestUpdateAutoscalerRequest. getDefaultInstance()UpdateAutoscalerRequestUpdateAutoscalerRequest.Builder. getDefaultInstanceForType()UpdateAutoscalerRequestUpdateAutoscalerRequest. getDefaultInstanceForType()static UpdateAutoscalerRequestUpdateAutoscalerRequest. parseDelimitedFrom(InputStream input)static UpdateAutoscalerRequestUpdateAutoscalerRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAutoscalerRequestUpdateAutoscalerRequest. parseFrom(byte[] data)static UpdateAutoscalerRequestUpdateAutoscalerRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAutoscalerRequestUpdateAutoscalerRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateAutoscalerRequestUpdateAutoscalerRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAutoscalerRequestUpdateAutoscalerRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateAutoscalerRequestUpdateAutoscalerRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAutoscalerRequestUpdateAutoscalerRequest. parseFrom(InputStream input)static UpdateAutoscalerRequestUpdateAutoscalerRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateAutoscalerRequestUpdateAutoscalerRequest. parseFrom(ByteBuffer data)static UpdateAutoscalerRequestUpdateAutoscalerRequest. 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.BuilderUpdateAutoscalerRequest.Builder. mergeFrom(UpdateAutoscalerRequest other)static UpdateAutoscalerRequest.BuilderUpdateAutoscalerRequest. 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.
-