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