@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class HttpJsonBackendServiceStub extends BackendServiceStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonBackendServiceStub(BackendServiceStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonBackendServiceStub, using the given settings.
|
protected |
HttpJsonBackendServiceStub(BackendServiceStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonBackendServiceStub, using the given settings.
|
@InternalApi public static final ApiMethodDescriptor<AddSignedUrlKeyBackendServiceHttpRequest,Operation> addSignedUrlKeyBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<AggregatedListBackendServicesHttpRequest,BackendServiceAggregatedList> aggregatedListBackendServicesMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<DeleteBackendServiceHttpRequest,Operation> deleteBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<DeleteSignedUrlKeyBackendServiceHttpRequest,Operation> deleteSignedUrlKeyBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetBackendServiceHttpRequest,BackendService> getBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<GetHealthBackendServiceHttpRequest,BackendServiceGroupHealth> getHealthBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<InsertBackendServiceHttpRequest,Operation> insertBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<ListBackendServicesHttpRequest,BackendServiceList> listBackendServicesMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<PatchBackendServiceHttpRequest,Operation> patchBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<SetSecurityPolicyBackendServiceHttpRequest,Operation> setSecurityPolicyBackendServiceMethodDescriptor
@InternalApi public static final ApiMethodDescriptor<UpdateBackendServiceHttpRequest,Operation> updateBackendServiceMethodDescriptor
protected HttpJsonBackendServiceStub(BackendServiceStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonBackendServiceStub(BackendServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonBackendServiceStub create(BackendServiceStubSettings settings) throws IOException
IOException
public static final HttpJsonBackendServiceStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonBackendServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@BetaApi public UnaryCallable<AddSignedUrlKeyBackendServiceHttpRequest,Operation> addSignedUrlKeyBackendServiceCallable()
addSignedUrlKeyBackendServiceCallable
in class BackendServiceStub
@BetaApi public UnaryCallable<AggregatedListBackendServicesHttpRequest,BackendServiceClient.AggregatedListBackendServicesPagedResponse> aggregatedListBackendServicesPagedCallable()
aggregatedListBackendServicesPagedCallable
in class BackendServiceStub
@BetaApi public UnaryCallable<AggregatedListBackendServicesHttpRequest,BackendServiceAggregatedList> aggregatedListBackendServicesCallable()
aggregatedListBackendServicesCallable
in class BackendServiceStub
@BetaApi public UnaryCallable<DeleteBackendServiceHttpRequest,Operation> deleteBackendServiceCallable()
deleteBackendServiceCallable
in class BackendServiceStub
@BetaApi public UnaryCallable<DeleteSignedUrlKeyBackendServiceHttpRequest,Operation> deleteSignedUrlKeyBackendServiceCallable()
deleteSignedUrlKeyBackendServiceCallable
in class BackendServiceStub
@BetaApi public UnaryCallable<GetBackendServiceHttpRequest,BackendService> getBackendServiceCallable()
getBackendServiceCallable
in class BackendServiceStub
@BetaApi public UnaryCallable<GetHealthBackendServiceHttpRequest,BackendServiceGroupHealth> getHealthBackendServiceCallable()
getHealthBackendServiceCallable
in class BackendServiceStub
@BetaApi public UnaryCallable<InsertBackendServiceHttpRequest,Operation> insertBackendServiceCallable()
insertBackendServiceCallable
in class BackendServiceStub
@BetaApi public UnaryCallable<ListBackendServicesHttpRequest,BackendServiceClient.ListBackendServicesPagedResponse> listBackendServicesPagedCallable()
listBackendServicesPagedCallable
in class BackendServiceStub
@BetaApi public UnaryCallable<ListBackendServicesHttpRequest,BackendServiceList> listBackendServicesCallable()
listBackendServicesCallable
in class BackendServiceStub
@BetaApi public UnaryCallable<PatchBackendServiceHttpRequest,Operation> patchBackendServiceCallable()
patchBackendServiceCallable
in class BackendServiceStub
@BetaApi public UnaryCallable<SetSecurityPolicyBackendServiceHttpRequest,Operation> setSecurityPolicyBackendServiceCallable()
setSecurityPolicyBackendServiceCallable
in class BackendServiceStub
@BetaApi public UnaryCallable<UpdateBackendServiceHttpRequest,Operation> updateBackendServiceCallable()
updateBackendServiceCallable
in class BackendServiceStub
public final void close()
close
in interface AutoCloseable
close
in class BackendServiceStub
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.