@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class GrpcUptimeCheckServiceStub extends UptimeCheckServiceStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcUptimeCheckServiceStub(UptimeCheckServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcUptimeCheckServiceStub, using the given settings.
|
protected |
GrpcUptimeCheckServiceStub(UptimeCheckServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcUptimeCheckServiceStub, using the given settings.
|
protected GrpcUptimeCheckServiceStub(UptimeCheckServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected GrpcUptimeCheckServiceStub(UptimeCheckServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcUptimeCheckServiceStub create(UptimeCheckServiceStubSettings settings) throws IOException
IOException
public static final GrpcUptimeCheckServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final GrpcUptimeCheckServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public com.google.api.gax.rpc.UnaryCallable<ListUptimeCheckConfigsRequest,UptimeCheckServiceClient.ListUptimeCheckConfigsPagedResponse> listUptimeCheckConfigsPagedCallable()
listUptimeCheckConfigsPagedCallable
in class UptimeCheckServiceStub
public com.google.api.gax.rpc.UnaryCallable<ListUptimeCheckConfigsRequest,ListUptimeCheckConfigsResponse> listUptimeCheckConfigsCallable()
listUptimeCheckConfigsCallable
in class UptimeCheckServiceStub
public com.google.api.gax.rpc.UnaryCallable<GetUptimeCheckConfigRequest,UptimeCheckConfig> getUptimeCheckConfigCallable()
getUptimeCheckConfigCallable
in class UptimeCheckServiceStub
public com.google.api.gax.rpc.UnaryCallable<CreateUptimeCheckConfigRequest,UptimeCheckConfig> createUptimeCheckConfigCallable()
createUptimeCheckConfigCallable
in class UptimeCheckServiceStub
public com.google.api.gax.rpc.UnaryCallable<UpdateUptimeCheckConfigRequest,UptimeCheckConfig> updateUptimeCheckConfigCallable()
updateUptimeCheckConfigCallable
in class UptimeCheckServiceStub
public com.google.api.gax.rpc.UnaryCallable<DeleteUptimeCheckConfigRequest,Empty> deleteUptimeCheckConfigCallable()
deleteUptimeCheckConfigCallable
in class UptimeCheckServiceStub
public com.google.api.gax.rpc.UnaryCallable<ListUptimeCheckIpsRequest,UptimeCheckServiceClient.ListUptimeCheckIpsPagedResponse> listUptimeCheckIpsPagedCallable()
listUptimeCheckIpsPagedCallable
in class UptimeCheckServiceStub
public com.google.api.gax.rpc.UnaryCallable<ListUptimeCheckIpsRequest,ListUptimeCheckIpsResponse> listUptimeCheckIpsCallable()
listUptimeCheckIpsCallable
in class UptimeCheckServiceStub
public final void close()
close
in interface AutoCloseable
close
in class UptimeCheckServiceStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.