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