public static final class AclConfigServiceGrpc.AclConfigServiceStub extends AbstractAsyncStub<AclConfigServiceGrpc.AclConfigServiceStub>A stub to allow clients to do asynchronous rpc calls to service AclConfigService.
Service for managing Acl Configuration.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > AclConfigServiceGrpc.AclConfigServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected AclConfigServiceGrpc.AclConfigServiceStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
AclConfigServiceGrpc.AclConfigServiceStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
getAclConfig(GetAclConfigRequest request, StreamObserver<AclConfig> responseObserver)
public void getAclConfig(GetAclConfigRequest request, StreamObserver<AclConfig> responseObserver)Gets the AclConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAclConfigRequest |
responseObserver |
io.grpc.stub.StreamObserver<AclConfig> |
updateAclConfig(UpdateAclConfigRequest request, StreamObserver<AclConfig> responseObserver)
public void updateAclConfig(UpdateAclConfigRequest request, StreamObserver<AclConfig> responseObserver)Default ACL configuration for use in a location of a customer's project. Updates will only reflect to new data stores. Existing data stores will still use the old value.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAclConfigRequest |
responseObserver |
io.grpc.stub.StreamObserver<AclConfig> |