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