Class ProfileServiceStub (2.2.9)

public abstract class ProfileServiceStub implements BackgroundResource

Base stub class for the ProfileService service API.

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

Inheritance

java.lang.Object > ProfileServiceStub

Implements

BackgroundResource

Constructors

ProfileServiceStub()

public ProfileServiceStub()

Methods

close()

public abstract void close()

createProfileCallable()

public UnaryCallable<CreateProfileRequest,Profile> createProfileCallable()
Returns

deleteProfileCallable()

public UnaryCallable<DeleteProfileRequest,Empty> deleteProfileCallable()
Returns

getProfileCallable()

public UnaryCallable<GetProfileRequest,Profile> getProfileCallable()
Returns

listProfilesCallable()

public UnaryCallable<ListProfilesRequest,ListProfilesResponse> listProfilesCallable()
Returns

listProfilesPagedCallable()

public UnaryCallable<ListProfilesRequest,ProfileServiceClient.ListProfilesPagedResponse> listProfilesPagedCallable()
Returns

searchProfilesCallable()

public UnaryCallable<SearchProfilesRequest,SearchProfilesResponse> searchProfilesCallable()
Returns

searchProfilesPagedCallable()

public UnaryCallable<SearchProfilesRequest,ProfileServiceClient.SearchProfilesPagedResponse> searchProfilesPagedCallable()
Returns

updateProfileCallable()

public UnaryCallable<UpdateProfileRequest,Profile> updateProfileCallable()
Returns