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