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 InsertForwardingRuleRequestInsertForwardingRuleRequest.Builder. build()InsertForwardingRuleRequestInsertForwardingRuleRequest.Builder. buildPartial()static InsertForwardingRuleRequestInsertForwardingRuleRequest. getDefaultInstance()InsertForwardingRuleRequestInsertForwardingRuleRequest.Builder. getDefaultInstanceForType()InsertForwardingRuleRequestInsertForwardingRuleRequest. getDefaultInstanceForType()static InsertForwardingRuleRequestInsertForwardingRuleRequest. parseDelimitedFrom(InputStream input)static InsertForwardingRuleRequestInsertForwardingRuleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertForwardingRuleRequestInsertForwardingRuleRequest. parseFrom(byte[] data)static InsertForwardingRuleRequestInsertForwardingRuleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertForwardingRuleRequestInsertForwardingRuleRequest. parseFrom(com.google.protobuf.ByteString data)static InsertForwardingRuleRequestInsertForwardingRuleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertForwardingRuleRequestInsertForwardingRuleRequest. parseFrom(com.google.protobuf.CodedInputStream input)static InsertForwardingRuleRequestInsertForwardingRuleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertForwardingRuleRequestInsertForwardingRuleRequest. parseFrom(InputStream input)static InsertForwardingRuleRequestInsertForwardingRuleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InsertForwardingRuleRequestInsertForwardingRuleRequest. parseFrom(ByteBuffer data)static InsertForwardingRuleRequestInsertForwardingRuleRequest. 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.BuilderInsertForwardingRuleRequest.Builder. mergeFrom(InsertForwardingRuleRequest other)static InsertForwardingRuleRequest.BuilderInsertForwardingRuleRequest. 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.
-