@Generated(value="by gapic-generator-java") public class GrpcSecuritySettingsServiceStub extends SecuritySettingsServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcSecuritySettingsServiceStub(SecuritySettingsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcSecuritySettingsServiceStub, using the given settings.
|
protected |
GrpcSecuritySettingsServiceStub(SecuritySettingsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSecuritySettingsServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcSecuritySettingsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcSecuritySettingsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcSecuritySettingsServiceStub |
create(SecuritySettingsServiceStubSettings settings) |
com.google.api.gax.rpc.UnaryCallable<CreateSecuritySettingsRequest,SecuritySettings> |
createSecuritySettingsCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteSecuritySettingsRequest,com.google.protobuf.Empty> |
deleteSecuritySettingsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetSecuritySettingsRequest,SecuritySettings> |
getSecuritySettingsCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,SecuritySettingsServiceClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSecuritySettingsRequest,ListSecuritySettingsResponse> |
listSecuritySettingsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSecuritySettingsRequest,SecuritySettingsServiceClient.ListSecuritySettingsPagedResponse> |
listSecuritySettingsPagedCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<UpdateSecuritySettingsRequest,SecuritySettings> |
updateSecuritySettingsCallable() |
protected GrpcSecuritySettingsServiceStub(SecuritySettingsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcSecuritySettingsServiceStub(SecuritySettingsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcSecuritySettingsServiceStub create(SecuritySettingsServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcSecuritySettingsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcSecuritySettingsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<CreateSecuritySettingsRequest,SecuritySettings> createSecuritySettingsCallable()
createSecuritySettingsCallable in class SecuritySettingsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetSecuritySettingsRequest,SecuritySettings> getSecuritySettingsCallable()
getSecuritySettingsCallable in class SecuritySettingsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateSecuritySettingsRequest,SecuritySettings> updateSecuritySettingsCallable()
updateSecuritySettingsCallable in class SecuritySettingsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListSecuritySettingsRequest,ListSecuritySettingsResponse> listSecuritySettingsCallable()
listSecuritySettingsCallable in class SecuritySettingsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListSecuritySettingsRequest,SecuritySettingsServiceClient.ListSecuritySettingsPagedResponse> listSecuritySettingsPagedCallable()
listSecuritySettingsPagedCallable in class SecuritySettingsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteSecuritySettingsRequest,com.google.protobuf.Empty> deleteSecuritySettingsCallable()
deleteSecuritySettingsCallable in class SecuritySettingsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
listLocationsCallable in class SecuritySettingsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,SecuritySettingsServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listLocationsPagedCallable in class SecuritySettingsServiceStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
getLocationCallable in class SecuritySettingsServiceStubpublic final void close()
close in interface AutoCloseableclose in class SecuritySettingsServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.