Uses of Class
com.google.appengine.v1.DeleteAuthorizedCertificateRequest
-
Packages that use DeleteAuthorizedCertificateRequest Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of DeleteAuthorizedCertificateRequest in com.google.appengine.v1
Methods in com.google.appengine.v1 that return DeleteAuthorizedCertificateRequest Modifier and Type Method Description DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest.Builder. build()DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest.Builder. buildPartial()static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. getDefaultInstance()DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest.Builder. getDefaultInstanceForType()DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. getDefaultInstanceForType()static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. parseDelimitedFrom(InputStream input)static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. parseFrom(byte[] data)static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. parseFrom(InputStream input)static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. parseFrom(ByteBuffer data)static DeleteAuthorizedCertificateRequestDeleteAuthorizedCertificateRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.v1 that return types with arguments of type DeleteAuthorizedCertificateRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty>AuthorizedCertificatesClient. deleteAuthorizedCertificateCallable()Deletes the specified SSL certificate.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty>AuthorizedCertificatesSettings.Builder. deleteAuthorizedCertificateSettings()Returns the builder for the settings used for calls to deleteAuthorizedCertificate.com.google.api.gax.rpc.UnaryCallSettings<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty>AuthorizedCertificatesSettings. deleteAuthorizedCertificateSettings()Returns the object with the settings used for calls to deleteAuthorizedCertificate.static io.grpc.MethodDescriptor<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty>AuthorizedCertificatesGrpc. getDeleteAuthorizedCertificateMethod()com.google.protobuf.Parser<DeleteAuthorizedCertificateRequest>DeleteAuthorizedCertificateRequest. getParserForType()static com.google.protobuf.Parser<DeleteAuthorizedCertificateRequest>DeleteAuthorizedCertificateRequest. parser()Methods in com.google.appengine.v1 with parameters of type DeleteAuthorizedCertificateRequest Modifier and Type Method Description voidAuthorizedCertificatesClient. deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request)Deletes the specified SSL certificate.default voidAuthorizedCertificatesGrpc.AsyncService. deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the specified SSL certificate.com.google.protobuf.EmptyAuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub. deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request)Deletes the specified SSL certificate.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub. deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request)Deletes the specified SSL certificate.voidAuthorizedCertificatesGrpc.AuthorizedCertificatesStub. deleteAuthorizedCertificate(DeleteAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the specified SSL certificate.DeleteAuthorizedCertificateRequest.BuilderDeleteAuthorizedCertificateRequest.Builder. mergeFrom(DeleteAuthorizedCertificateRequest other)static DeleteAuthorizedCertificateRequest.BuilderDeleteAuthorizedCertificateRequest. newBuilder(DeleteAuthorizedCertificateRequest prototype) -
Uses of DeleteAuthorizedCertificateRequest in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type DeleteAuthorizedCertificateRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty>AuthorizedCertificatesStub. deleteAuthorizedCertificateCallable()com.google.api.gax.rpc.UnaryCallable<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty>GrpcAuthorizedCertificatesStub. deleteAuthorizedCertificateCallable()com.google.api.gax.rpc.UnaryCallable<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty>HttpJsonAuthorizedCertificatesStub. deleteAuthorizedCertificateCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty>AuthorizedCertificatesStubSettings.Builder. deleteAuthorizedCertificateSettings()Returns the builder for the settings used for calls to deleteAuthorizedCertificate.com.google.api.gax.rpc.UnaryCallSettings<DeleteAuthorizedCertificateRequest,com.google.protobuf.Empty>AuthorizedCertificatesStubSettings. deleteAuthorizedCertificateSettings()Returns the object with the settings used for calls to deleteAuthorizedCertificate.
-