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