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 UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest.Builder. build()
UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest.Builder. buildPartial()
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. getDefaultInstance()
UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest.Builder. getDefaultInstanceForType()
UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. getDefaultInstanceForType()
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. parseDelimitedFrom(InputStream input)
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. parseFrom(byte[] data)
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. parseFrom(InputStream input)
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. parseFrom(ByteBuffer data)
static UpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest. 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.Builder
UpdateAuthorizedCertificateRequest.Builder. mergeFrom(UpdateAuthorizedCertificateRequest other)
static UpdateAuthorizedCertificateRequest.Builder
UpdateAuthorizedCertificateRequest. newBuilder(UpdateAuthorizedCertificateRequest prototype)
AuthorizedCertificate
AuthorizedCertificatesClient. updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request)
Updates the specified SSL certificate.default void
AuthorizedCertificatesGrpc.AsyncService. updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Updates the specified SSL certificate.AuthorizedCertificate
AuthorizedCertificatesGrpc.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.void
AuthorizedCertificatesGrpc.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.
-