public static interface EncryptionSpecServiceGrpc.AsyncService
Manages encryption spec settings for Dialogflow and Agent Assist.
Methods
getEncryptionSpec(GetEncryptionSpecRequest request, StreamObserver<EncryptionSpec> responseObserver)
public default void getEncryptionSpec(GetEncryptionSpecRequest request, StreamObserver<EncryptionSpec> responseObserver)
Gets location-level encryption key specification.
Parameters | |
---|---|
Name | Description |
request |
GetEncryptionSpecRequest |
responseObserver |
io.grpc.stub.StreamObserver<EncryptionSpec> |
initializeEncryptionSpec(InitializeEncryptionSpecRequest request, StreamObserver<Operation> responseObserver)
public default void initializeEncryptionSpec(InitializeEncryptionSpecRequest request, StreamObserver<Operation> responseObserver)
Initializes a location-level encryption key specification. An error will be thrown if the location has resources already created before the initialization. Once the encryption specification is initialized at a location, it is immutable and all newly created resources under the location will be encrypted with the existing specification.
Parameters | |
---|---|
Name | Description |
request |
InitializeEncryptionSpecRequest |
responseObserver |
io.grpc.stub.StreamObserver<Operation> |