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