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