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