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