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