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