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