@Generated(value="by gapic-generator-java") public class HttpJsonSecuritySettingsServiceStub extends SecuritySettingsServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonSecuritySettingsServiceStub(SecuritySettingsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonSecuritySettingsServiceStub, using the given settings.
|
protected |
HttpJsonSecuritySettingsServiceStub(SecuritySettingsServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonSecuritySettingsServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonSecuritySettingsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonSecuritySettingsServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonSecuritySettingsServiceStub |
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() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
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 HttpJsonSecuritySettingsServiceStub(SecuritySettingsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonSecuritySettingsServiceStub(SecuritySettingsServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonSecuritySettingsServiceStub create(SecuritySettingsServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonSecuritySettingsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonSecuritySettingsServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
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.