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