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