Uses of Class
com.google.appengine.v1.GetAuthorizedCertificateRequest
-
Packages that use GetAuthorizedCertificateRequest Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of GetAuthorizedCertificateRequest in com.google.appengine.v1
Methods in com.google.appengine.v1 that return GetAuthorizedCertificateRequest Modifier and Type Method Description GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest.Builder. build()
GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest.Builder. buildPartial()
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. getDefaultInstance()
GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest.Builder. getDefaultInstanceForType()
GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. getDefaultInstanceForType()
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. parseDelimitedFrom(InputStream input)
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. parseFrom(byte[] data)
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. parseFrom(com.google.protobuf.ByteString data)
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. parseFrom(InputStream input)
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. parseFrom(ByteBuffer data)
static GetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.appengine.v1 that return types with arguments of type GetAuthorizedCertificateRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<GetAuthorizedCertificateRequest,AuthorizedCertificate>
AuthorizedCertificatesGrpc. getGetAuthorizedCertificateMethod()
com.google.protobuf.Parser<GetAuthorizedCertificateRequest>
GetAuthorizedCertificateRequest. getParserForType()
static com.google.protobuf.Parser<GetAuthorizedCertificateRequest>
GetAuthorizedCertificateRequest. parser()
Methods in com.google.appengine.v1 with parameters of type GetAuthorizedCertificateRequest Modifier and Type Method Description AuthorizedCertificate
AuthorizedCertificatesClient. getAuthorizedCertificate(GetAuthorizedCertificateRequest request)
Gets the specified SSL certificate.default void
AuthorizedCertificatesGrpc.AsyncService. getAuthorizedCertificate(GetAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Gets the specified SSL certificate.AuthorizedCertificate
AuthorizedCertificatesGrpc.AuthorizedCertificatesBlockingStub. getAuthorizedCertificate(GetAuthorizedCertificateRequest request)
Gets the specified SSL certificate.com.google.common.util.concurrent.ListenableFuture<AuthorizedCertificate>
AuthorizedCertificatesGrpc.AuthorizedCertificatesFutureStub. getAuthorizedCertificate(GetAuthorizedCertificateRequest request)
Gets the specified SSL certificate.void
AuthorizedCertificatesGrpc.AuthorizedCertificatesStub. getAuthorizedCertificate(GetAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)
Gets the specified SSL certificate.GetAuthorizedCertificateRequest.Builder
GetAuthorizedCertificateRequest.Builder. mergeFrom(GetAuthorizedCertificateRequest other)
static GetAuthorizedCertificateRequest.Builder
GetAuthorizedCertificateRequest. newBuilder(GetAuthorizedCertificateRequest prototype)
-
Uses of GetAuthorizedCertificateRequest in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type GetAuthorizedCertificateRequest Modifier and Type Method Description 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.
-