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