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