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