Uses of Class
com.google.appengine.v1.AuthorizedCertificate
-
Packages that use AuthorizedCertificate Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of AuthorizedCertificate in com.google.appengine.v1
Methods in com.google.appengine.v1 that return AuthorizedCertificate Modifier and Type Method Description AuthorizedCertificate
AuthorizedCertificate.Builder. build()
AuthorizedCertificate
AuthorizedCertificate.Builder. buildPartial()
AuthorizedCertificate
AuthorizedCertificatesClient. createAuthorizedCertificate(CreateAuthorizedCertificateRequest request)
Uploads the specified SSL certificate.AuthorizedCertificate
AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub. createAuthorizedCertificate(CreateAuthorizedCertificateRequest request)
Uploads the specified SSL certificate.AuthorizedCertificate
AuthorizedCertificatesClient. getAuthorizedCertificate(GetAuthorizedCertificateRequest request)
Gets the specified SSL certificate.AuthorizedCertificate
AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub. getAuthorizedCertificate(GetAuthorizedCertificateRequest request)
Gets the specified SSL certificate.AuthorizedCertificate
CreateAuthorizedCertificateRequest.Builder. getCertificate()
SSL certificate data.AuthorizedCertificate
CreateAuthorizedCertificateRequest. getCertificate()
SSL certificate data.AuthorizedCertificate
CreateAuthorizedCertificateRequestOrBuilder. getCertificate()
SSL certificate data.AuthorizedCertificate
UpdateAuthorizedCertificateRequest.Builder. getCertificate()
An `AuthorizedCertificate` containing the updated resource.AuthorizedCertificate
UpdateAuthorizedCertificateRequest. getCertificate()
An `AuthorizedCertificate` containing the updated resource.AuthorizedCertificate
UpdateAuthorizedCertificateRequestOrBuilder. getCertificate()
An `AuthorizedCertificate` containing the updated resource.AuthorizedCertificate
ListAuthorizedCertificatesResponse.Builder. getCertificates(int index)
The SSL certificates the user is authorized to administer.AuthorizedCertificate
ListAuthorizedCertificatesResponse. getCertificates(int index)
The SSL certificates the user is authorized to administer.AuthorizedCertificate
ListAuthorizedCertificatesResponseOrBuilder. getCertificates(int index)
The SSL certificates the user is authorized to administer.static AuthorizedCertificate
AuthorizedCertificate. getDefaultInstance()
AuthorizedCertificate
AuthorizedCertificate.Builder. getDefaultInstanceForType()
AuthorizedCertificate
AuthorizedCertificate. getDefaultInstanceForType()
static AuthorizedCertificate
AuthorizedCertificate. parseDelimitedFrom(InputStream input)
static AuthorizedCertificate
AuthorizedCertificate. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizedCertificate
AuthorizedCertificate. parseFrom(byte[] data)
static AuthorizedCertificate
AuthorizedCertificate. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizedCertificate
AuthorizedCertificate. parseFrom(com.google.protobuf.ByteString data)
static AuthorizedCertificate
AuthorizedCertificate. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizedCertificate
AuthorizedCertificate. parseFrom(com.google.protobuf.CodedInputStream input)
static AuthorizedCertificate
AuthorizedCertificate. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizedCertificate
AuthorizedCertificate. parseFrom(InputStream input)
static AuthorizedCertificate
AuthorizedCertificate. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AuthorizedCertificate
AuthorizedCertificate. parseFrom(ByteBuffer data)
static AuthorizedCertificate
AuthorizedCertificate. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AuthorizedCertificate
AuthorizedCertificatesClient. updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request)
Updates the specified SSL certificate.AuthorizedCertificate
AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub. updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request)
Updates the specified SSL certificate.Methods in com.google.appengine.v1 that return types with arguments of type AuthorizedCertificate Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AuthorizedCertificate>
AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub. createAuthorizedCertificate(CreateAuthorizedCertificateRequest request)
Uploads the specified SSL certificate.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.com.google.common.util.concurrent.ListenableFuture<AuthorizedCertificate>
AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub. getAuthorizedCertificate(GetAuthorizedCertificateRequest request)
Gets the specified SSL certificate.com.google.api.gax.rpc.UnaryCallable<GetAuthorizedCertificateRequest,AuthorizedCertificate>
AuthorizedCertificatesClient. getAuthorizedCertificateCallable()
Gets the specified SSL certificate.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAuthorizedCertificateRequest,AuthorizedCertificate>
AuthorizedCertificatesSettings.Builder. getAuthorizedCertificateSettings()
Returns the builder for the settings used for calls to getAuthorizedCertificate.com.google.api.gax.rpc.UnaryCallSettings<GetAuthorizedCertificateRequest,AuthorizedCertificate>
AuthorizedCertificatesSettings. getAuthorizedCertificateSettings()
Returns the object with the settings used for calls to getAuthorizedCertificate.List<AuthorizedCertificate>
ListAuthorizedCertificatesResponse.Builder. getCertificatesList()
The SSL certificates the user is authorized to administer.List<AuthorizedCertificate>
ListAuthorizedCertificatesResponse. getCertificatesList()
The SSL certificates the user is authorized to administer.List<AuthorizedCertificate>
ListAuthorizedCertificatesResponseOrBuilder. getCertificatesList()
The SSL certificates the user is authorized to administer.static io.grpc.MethodDescriptor<CreateAuthorizedCertificateRequest,AuthorizedCertificate>
AuthorizedCertificatesGrpc. getCreateAuthorizedCertificateMethod()
static io.grpc.MethodDescriptor<GetAuthorizedCertificateRequest,AuthorizedCertificate>
AuthorizedCertificatesGrpc. getGetAuthorizedCertificateMethod()
com.google.protobuf.Parser<AuthorizedCertificate>
AuthorizedCertificate. getParserForType()
static io.grpc.MethodDescriptor<UpdateAuthorizedCertificateRequest,AuthorizedCertificate>
AuthorizedCertificatesGrpc. getUpdateAuthorizedCertificateMethod()
static com.google.protobuf.Parser<AuthorizedCertificate>
AuthorizedCertificate. parser()
com.google.common.util.concurrent.ListenableFuture<AuthorizedCertificate>
AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub. updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request)
Updates the specified SSL certificate.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 AuthorizedCertificate Modifier and Type Method Description ListAuthorizedCertificatesResponse.Builder
ListAuthorizedCertificatesResponse.Builder. addCertificates(int index, AuthorizedCertificate value)
The SSL certificates the user is authorized to administer.ListAuthorizedCertificatesResponse.Builder
ListAuthorizedCertificatesResponse.Builder. addCertificates(AuthorizedCertificate value)
The SSL certificates the user is authorized to administer.CreateAuthorizedCertificateRequest.Builder
CreateAuthorizedCertificateRequest.Builder. mergeCertificate(AuthorizedCertificate value)
SSL certificate data.UpdateAuthorizedCertificateRequest.Builder
UpdateAuthorizedCertificateRequest.Builder. mergeCertificate(AuthorizedCertificate value)
An `AuthorizedCertificate` containing the updated resource.AuthorizedCertificate.Builder
AuthorizedCertificate.Builder. mergeFrom(AuthorizedCertificate other)
static AuthorizedCertificate.Builder
AuthorizedCertificate. newBuilder(AuthorizedCertificate prototype)
CreateAuthorizedCertificateRequest.Builder
CreateAuthorizedCertificateRequest.Builder. setCertificate(AuthorizedCertificate value)
SSL certificate data.UpdateAuthorizedCertificateRequest.Builder
UpdateAuthorizedCertificateRequest.Builder. setCertificate(AuthorizedCertificate value)
An `AuthorizedCertificate` containing the updated resource.ListAuthorizedCertificatesResponse.Builder
ListAuthorizedCertificatesResponse.Builder. setCertificates(int index, AuthorizedCertificate value)
The SSL certificates the user is authorized to administer.Method parameters in com.google.appengine.v1 with type arguments of type AuthorizedCertificate Modifier and Type Method Description ListAuthorizedCertificatesResponse.Builder
ListAuthorizedCertificatesResponse.Builder. addAllCertificates(Iterable<? extends AuthorizedCertificate> values)
The SSL certificates the user is authorized to administer.static com.google.api.core.ApiFuture<AuthorizedCertificatesClient.ListAuthorizedCertificatesPagedResponse>
AuthorizedCertificatesClient.ListAuthorizedCertificatesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificate> context, com.google.api.core.ApiFuture<ListAuthorizedCertificatesResponse> futureResponse)
default void
AuthorizedCertificatesGrpc.AsyncService. createAuthorizedCertificate(CreateAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Uploads the specified SSL certificate.void
AuthorizedCertificatesGrpc.AuthorizedCertificatesStub. createAuthorizedCertificate(CreateAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Uploads the specified SSL certificate.protected AuthorizedCertificatesClient.ListAuthorizedCertificatesPage
AuthorizedCertificatesClient.ListAuthorizedCertificatesPage. createPage(com.google.api.gax.rpc.PageContext<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificate> context, ListAuthorizedCertificatesResponse response)
com.google.api.core.ApiFuture<AuthorizedCertificatesClient.ListAuthorizedCertificatesPage>
AuthorizedCertificatesClient.ListAuthorizedCertificatesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListAuthorizedCertificatesRequest,ListAuthorizedCertificatesResponse,AuthorizedCertificate> context, com.google.api.core.ApiFuture<ListAuthorizedCertificatesResponse> futureResponse)
default void
AuthorizedCertificatesGrpc.AsyncService. getAuthorizedCertificate(GetAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Gets the specified SSL certificate.void
AuthorizedCertificatesGrpc.AuthorizedCertificatesStub. getAuthorizedCertificate(GetAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Gets the specified SSL certificate.default void
AuthorizedCertificatesGrpc.AsyncService. updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Updates the specified SSL certificate.void
AuthorizedCertificatesGrpc.AuthorizedCertificatesStub. updateAuthorizedCertificate(UpdateAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Updates the specified SSL certificate. -
Uses of AuthorizedCertificate in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type AuthorizedCertificate 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.com.google.api.gax.rpc.UnaryCallable<GetAuthorizedCertificateRequest,AuthorizedCertificate>
AuthorizedCertificatesStub. getAuthorizedCertificateCallable()
com.google.api.gax.rpc.UnaryCallable<GetAuthorizedCertificateRequest,AuthorizedCertificate>
GrpcAuthorizedCertificatesStub. getAuthorizedCertificateCallable()
com.google.api.gax.rpc.UnaryCallable<GetAuthorizedCertificateRequest,AuthorizedCertificate>
HttpJsonAuthorizedCertificatesStub. getAuthorizedCertificateCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAuthorizedCertificateRequest,AuthorizedCertificate>
AuthorizedCertificatesStubSettings.Builder. getAuthorizedCertificateSettings()
Returns the builder for the settings used for calls to getAuthorizedCertificate.com.google.api.gax.rpc.UnaryCallSettings<GetAuthorizedCertificateRequest,AuthorizedCertificate>
AuthorizedCertificatesStubSettings. getAuthorizedCertificateSettings()
Returns the object with the settings used for calls to getAuthorizedCertificate.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.
-