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