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
TypeDescription
UnaryCallable<CreateProfileRequest,Profile>

deleteProfileCallable()

public UnaryCallable<DeleteProfileRequest,Empty> deleteProfileCallable()
Returns
TypeDescription
UnaryCallable<DeleteProfileRequest,Empty>

getProfileCallable()

public UnaryCallable<GetProfileRequest,Profile> getProfileCallable()
Returns
TypeDescription
UnaryCallable<GetProfileRequest,Profile>

listProfilesCallable()

public UnaryCallable<ListProfilesRequest,ListProfilesResponse> listProfilesCallable()
Returns
TypeDescription
UnaryCallable<ListProfilesRequest,ListProfilesResponse>

listProfilesPagedCallable()

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

searchProfilesCallable()

public UnaryCallable<SearchProfilesRequest,SearchProfilesResponse> searchProfilesCallable()
Returns
TypeDescription
UnaryCallable<SearchProfilesRequest,SearchProfilesResponse>

searchProfilesPagedCallable()

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

updateProfileCallable()

public UnaryCallable<UpdateProfileRequest,Profile> updateProfileCallable()
Returns
TypeDescription
UnaryCallable<UpdateProfileRequest,Profile>