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