Class ProgramsServiceStub (0.2.0)

public abstract class ProgramsServiceStub implements BackgroundResource

Base stub class for the ProgramsService service API.

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

Inheritance

java.lang.Object > ProgramsServiceStub

Implements

BackgroundResource

Constructors

ProgramsServiceStub()

public ProgramsServiceStub()

Methods

close()

public abstract void close()

disableProgramCallable()

public UnaryCallable<DisableProgramRequest,Program> disableProgramCallable()
Returns
Type Description
UnaryCallable<DisableProgramRequest,Program>

enableProgramCallable()

public UnaryCallable<EnableProgramRequest,Program> enableProgramCallable()
Returns
Type Description
UnaryCallable<EnableProgramRequest,Program>

getProgramCallable()

public UnaryCallable<GetProgramRequest,Program> getProgramCallable()
Returns
Type Description
UnaryCallable<GetProgramRequest,Program>

listProgramsCallable()

public UnaryCallable<ListProgramsRequest,ListProgramsResponse> listProgramsCallable()
Returns
Type Description
UnaryCallable<ListProgramsRequest,ListProgramsResponse>

listProgramsPagedCallable()

public UnaryCallable<ListProgramsRequest,ProgramsServiceClient.ListProgramsPagedResponse> listProgramsPagedCallable()
Returns
Type Description
UnaryCallable<ListProgramsRequest,ListProgramsPagedResponse>