Class LintingServiceStub (0.1.0)

public abstract class LintingServiceStub implements BackgroundResource

Base stub class for the LintingService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > LintingServiceStub

Implements

BackgroundResource

Constructors

LintingServiceStub()

public LintingServiceStub()

Methods

close()

public abstract void close()

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getStyleGuideCallable()

public UnaryCallable<GetStyleGuideRequest,StyleGuide> getStyleGuideCallable()
Returns
Type Description
UnaryCallable<GetStyleGuideRequest,StyleGuide>

getStyleGuideContentsCallable()

public UnaryCallable<GetStyleGuideContentsRequest,StyleGuideContents> getStyleGuideContentsCallable()
Returns
Type Description
UnaryCallable<GetStyleGuideContentsRequest,StyleGuideContents>

lintSpecCallable()

public UnaryCallable<LintSpecRequest,Empty> lintSpecCallable()
Returns
Type Description
UnaryCallable<LintSpecRequest,Empty>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,LintingServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

updateStyleGuideCallable()

public UnaryCallable<UpdateStyleGuideRequest,StyleGuide> updateStyleGuideCallable()
Returns
Type Description
UnaryCallable<UpdateStyleGuideRequest,StyleGuide>