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