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