Uses of Class
com.google.cloud.security.privateca.v1.GetCaPoolRequest
-
Packages that use GetCaPoolRequest Package Description com.google.cloud.security.privateca.v1 A client to Certificate Authority APIcom.google.cloud.security.privateca.v1.stub -
-
Uses of GetCaPoolRequest in com.google.cloud.security.privateca.v1
Methods in com.google.cloud.security.privateca.v1 that return GetCaPoolRequest Modifier and Type Method Description GetCaPoolRequestGetCaPoolRequest.Builder. build()GetCaPoolRequestGetCaPoolRequest.Builder. buildPartial()static GetCaPoolRequestGetCaPoolRequest. getDefaultInstance()GetCaPoolRequestGetCaPoolRequest.Builder. getDefaultInstanceForType()GetCaPoolRequestGetCaPoolRequest. getDefaultInstanceForType()static GetCaPoolRequestGetCaPoolRequest. parseDelimitedFrom(InputStream input)static GetCaPoolRequestGetCaPoolRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCaPoolRequestGetCaPoolRequest. parseFrom(byte[] data)static GetCaPoolRequestGetCaPoolRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCaPoolRequestGetCaPoolRequest. parseFrom(com.google.protobuf.ByteString data)static GetCaPoolRequestGetCaPoolRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCaPoolRequestGetCaPoolRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetCaPoolRequestGetCaPoolRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCaPoolRequestGetCaPoolRequest. parseFrom(InputStream input)static GetCaPoolRequestGetCaPoolRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCaPoolRequestGetCaPoolRequest. parseFrom(ByteBuffer data)static GetCaPoolRequestGetCaPoolRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.security.privateca.v1 that return types with arguments of type GetCaPoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCaPoolRequest,CaPool>CertificateAuthorityServiceClient. getCaPoolCallable()Returns a [CaPool][google.cloud.security.privateca.v1.CaPool].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCaPoolRequest,CaPool>CertificateAuthorityServiceSettings.Builder. getCaPoolSettings()Returns the builder for the settings used for calls to getCaPool.com.google.api.gax.rpc.UnaryCallSettings<GetCaPoolRequest,CaPool>CertificateAuthorityServiceSettings. getCaPoolSettings()Returns the object with the settings used for calls to getCaPool.static io.grpc.MethodDescriptor<GetCaPoolRequest,CaPool>CertificateAuthorityServiceGrpc. getGetCaPoolMethod()com.google.protobuf.Parser<GetCaPoolRequest>GetCaPoolRequest. getParserForType()static com.google.protobuf.Parser<GetCaPoolRequest>GetCaPoolRequest. parser()Methods in com.google.cloud.security.privateca.v1 with parameters of type GetCaPoolRequest Modifier and Type Method Description CaPoolCertificateAuthorityServiceClient. getCaPool(GetCaPoolRequest request)Returns a [CaPool][google.cloud.security.privateca.v1.CaPool].default voidCertificateAuthorityServiceGrpc.AsyncService. getCaPool(GetCaPoolRequest request, io.grpc.stub.StreamObserver<CaPool> responseObserver)Returns a [CaPool][google.cloud.security.privateca.v1.CaPool].CaPoolCertificateAuthorityServiceGrpc.CertificateAuthorityServiceBlockingStub. getCaPool(GetCaPoolRequest request)Returns a [CaPool][google.cloud.security.privateca.v1.CaPool].com.google.common.util.concurrent.ListenableFuture<CaPool>CertificateAuthorityServiceGrpc.CertificateAuthorityServiceFutureStub. getCaPool(GetCaPoolRequest request)Returns a [CaPool][google.cloud.security.privateca.v1.CaPool].voidCertificateAuthorityServiceGrpc.CertificateAuthorityServiceStub. getCaPool(GetCaPoolRequest request, io.grpc.stub.StreamObserver<CaPool> responseObserver)Returns a [CaPool][google.cloud.security.privateca.v1.CaPool].GetCaPoolRequest.BuilderGetCaPoolRequest.Builder. mergeFrom(GetCaPoolRequest other)static GetCaPoolRequest.BuilderGetCaPoolRequest. newBuilder(GetCaPoolRequest prototype) -
Uses of GetCaPoolRequest in com.google.cloud.security.privateca.v1.stub
Methods in com.google.cloud.security.privateca.v1.stub that return types with arguments of type GetCaPoolRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCaPoolRequest,CaPool>CertificateAuthorityServiceStub. getCaPoolCallable()com.google.api.gax.rpc.UnaryCallable<GetCaPoolRequest,CaPool>GrpcCertificateAuthorityServiceStub. getCaPoolCallable()com.google.api.gax.rpc.UnaryCallable<GetCaPoolRequest,CaPool>HttpJsonCertificateAuthorityServiceStub. getCaPoolCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCaPoolRequest,CaPool>CertificateAuthorityServiceStubSettings.Builder. getCaPoolSettings()Returns the builder for the settings used for calls to getCaPool.com.google.api.gax.rpc.UnaryCallSettings<GetCaPoolRequest,CaPool>CertificateAuthorityServiceStubSettings. getCaPoolSettings()Returns the object with the settings used for calls to getCaPool.
-