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 GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest.Builder. build()GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest.Builder. buildPartial()static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. getDefaultInstance()GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest.Builder. getDefaultInstanceForType()GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. getDefaultInstanceForType()static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. parseDelimitedFrom(InputStream input)static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. parseFrom(byte[] data)static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. parseFrom(com.google.protobuf.ByteString data)static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. parseFrom(InputStream input)static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. parseFrom(ByteBuffer data)static GetAuthorizedCertificateRequestGetAuthorizedCertificateRequest. 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 AuthorizedCertificateAuthorizedCertificatesClient. getAuthorizedCertificate(GetAuthorizedCertificateRequest request)Gets the specified SSL certificate.default voidAuthorizedCertificatesGrpc.AsyncService. getAuthorizedCertificate(GetAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)Gets the specified SSL certificate.AuthorizedCertificateAuthorizedCertificatesGrpc.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.voidAuthorizedCertificatesGrpc.AuthorizedCertificatesStub. getAuthorizedCertificate(GetAuthorizedCertificateRequest request, io.grpc.stub.StreamObserver<AuthorizedCertificate> responseObserver)Gets the specified SSL certificate.GetAuthorizedCertificateRequest.BuilderGetAuthorizedCertificateRequest.Builder. mergeFrom(GetAuthorizedCertificateRequest other)static GetAuthorizedCertificateRequest.BuilderGetAuthorizedCertificateRequest. 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.
-