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