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