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