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