Beta
This library is covered by the Pre-GA Offerings Terms
of the Terms of Service. Pre-GA libraries might have limited support,
and changes to pre-GA libraries might not be compatible with other pre-GA versions.
For more information, see the
launch stage descriptions .
public class HttpJsonProjectServiceStub extends ProjectServiceStub
REST stub implementation for the ProjectService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonProjectServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonProjectServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(ProjectServiceStubSettings settings)
public static final HttpJsonProjectServiceStub create(ProjectServiceStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
Constructors
HttpJsonProjectServiceStub(ProjectServiceStubSettings settings, ClientContext clientContext)
protected HttpJsonProjectServiceStub(ProjectServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of HttpJsonProjectServiceStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
HttpJsonProjectServiceStub(ProjectServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
protected HttpJsonProjectServiceStub(ProjectServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonProjectServiceStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Methods
acceptTermsCallable()
public UnaryCallable<AcceptTermsRequest,Project> acceptTermsCallable()
Overrides
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
enrollSolutionCallable()
public UnaryCallable<EnrollSolutionRequest,Operation> enrollSolutionCallable()
Overrides
enrollSolutionOperationCallable()
public OperationCallable<EnrollSolutionRequest,EnrollSolutionResponse,EnrollSolutionMetadata> enrollSolutionOperationCallable()
Overrides
getAlertConfigCallable()
public UnaryCallable<GetAlertConfigRequest,AlertConfig> getAlertConfigCallable()
Overrides
getHttpJsonOperationsStub()
public HttpJsonOperationsStub getHttpJsonOperationsStub()
Overrides
getLoggingConfigCallable()
public UnaryCallable<GetLoggingConfigRequest,LoggingConfig> getLoggingConfigCallable()
Overrides
getProjectCallable()
public UnaryCallable<GetProjectRequest,Project> getProjectCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listEnrolledSolutionsCallable()
public UnaryCallable<ListEnrolledSolutionsRequest,ListEnrolledSolutionsResponse> listEnrolledSolutionsCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateAlertConfigCallable()
public UnaryCallable<UpdateAlertConfigRequest,AlertConfig> updateAlertConfigCallable()
Overrides
updateLoggingConfigCallable()
public UnaryCallable<UpdateLoggingConfigRequest,LoggingConfig> updateLoggingConfigCallable()
Overrides