Uses of Class
com.google.cloud.security.publicca.v1beta1.CreateExternalAccountKeyRequest
-
Packages that use CreateExternalAccountKeyRequest Package Description com.google.cloud.security.publicca.v1beta1 A client to Public Certificate Authority APIcom.google.cloud.security.publicca.v1beta1.stub -
-
Uses of CreateExternalAccountKeyRequest in com.google.cloud.security.publicca.v1beta1
Methods in com.google.cloud.security.publicca.v1beta1 that return CreateExternalAccountKeyRequest Modifier and Type Method Description CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest.Builder. build()CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest.Builder. buildPartial()static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. getDefaultInstance()CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest.Builder. getDefaultInstanceForType()CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. getDefaultInstanceForType()static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. parseDelimitedFrom(InputStream input)static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. parseFrom(byte[] data)static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data)static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. parseFrom(InputStream input)static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. parseFrom(ByteBuffer data)static CreateExternalAccountKeyRequestCreateExternalAccountKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.security.publicca.v1beta1 that return types with arguments of type CreateExternalAccountKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateExternalAccountKeyRequest,ExternalAccountKey>PublicCertificateAuthorityServiceClient. createExternalAccountKeyCallable()Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExternalAccountKeyRequest,ExternalAccountKey>PublicCertificateAuthorityServiceSettings.Builder. createExternalAccountKeySettings()Returns the builder for the settings used for calls to createExternalAccountKey.com.google.api.gax.rpc.UnaryCallSettings<CreateExternalAccountKeyRequest,ExternalAccountKey>PublicCertificateAuthorityServiceSettings. createExternalAccountKeySettings()Returns the object with the settings used for calls to createExternalAccountKey.static io.grpc.MethodDescriptor<CreateExternalAccountKeyRequest,ExternalAccountKey>PublicCertificateAuthorityServiceGrpc. getCreateExternalAccountKeyMethod()com.google.protobuf.Parser<CreateExternalAccountKeyRequest>CreateExternalAccountKeyRequest. getParserForType()static com.google.protobuf.Parser<CreateExternalAccountKeyRequest>CreateExternalAccountKeyRequest. parser()Methods in com.google.cloud.security.publicca.v1beta1 with parameters of type CreateExternalAccountKeyRequest Modifier and Type Method Description ExternalAccountKeyPublicCertificateAuthorityServiceClient. createExternalAccountKey(CreateExternalAccountKeyRequest request)Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.default voidPublicCertificateAuthorityServiceGrpc.AsyncService. createExternalAccountKey(CreateExternalAccountKeyRequest request, io.grpc.stub.StreamObserver<ExternalAccountKey> responseObserver)Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.ExternalAccountKeyPublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceBlockingStub. createExternalAccountKey(CreateExternalAccountKeyRequest request)Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.com.google.common.util.concurrent.ListenableFuture<ExternalAccountKey>PublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceFutureStub. createExternalAccountKey(CreateExternalAccountKeyRequest request)Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.voidPublicCertificateAuthorityServiceGrpc.PublicCertificateAuthorityServiceStub. createExternalAccountKey(CreateExternalAccountKeyRequest request, io.grpc.stub.StreamObserver<ExternalAccountKey> responseObserver)Creates a new [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey] bound to the project.CreateExternalAccountKeyRequest.BuilderCreateExternalAccountKeyRequest.Builder. mergeFrom(CreateExternalAccountKeyRequest other)static CreateExternalAccountKeyRequest.BuilderCreateExternalAccountKeyRequest. newBuilder(CreateExternalAccountKeyRequest prototype) -
Uses of CreateExternalAccountKeyRequest in com.google.cloud.security.publicca.v1beta1.stub
Methods in com.google.cloud.security.publicca.v1beta1.stub that return types with arguments of type CreateExternalAccountKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateExternalAccountKeyRequest,ExternalAccountKey>GrpcPublicCertificateAuthorityServiceStub. createExternalAccountKeyCallable()com.google.api.gax.rpc.UnaryCallable<CreateExternalAccountKeyRequest,ExternalAccountKey>HttpJsonPublicCertificateAuthorityServiceStub. createExternalAccountKeyCallable()com.google.api.gax.rpc.UnaryCallable<CreateExternalAccountKeyRequest,ExternalAccountKey>PublicCertificateAuthorityServiceStub. createExternalAccountKeyCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExternalAccountKeyRequest,ExternalAccountKey>PublicCertificateAuthorityServiceStubSettings.Builder. createExternalAccountKeySettings()Returns the builder for the settings used for calls to createExternalAccountKey.com.google.api.gax.rpc.UnaryCallSettings<CreateExternalAccountKeyRequest,ExternalAccountKey>PublicCertificateAuthorityServiceStubSettings. createExternalAccountKeySettings()Returns the object with the settings used for calls to createExternalAccountKey.
-