@BetaApi @Generated(value="by gapic-generator-java") public abstract class ProfileServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
ProfileServiceStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CreateProfileRequest,Profile> |
createProfileCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteProfileRequest,com.google.protobuf.Empty> |
deleteProfileCallable() |
com.google.api.gax.rpc.UnaryCallable<GetProfileRequest,Profile> |
getProfileCallable() |
com.google.api.gax.rpc.UnaryCallable<ListProfilesRequest,ListProfilesResponse> |
listProfilesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListProfilesRequest,ProfileServiceClient.ListProfilesPagedResponse> |
listProfilesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<SearchProfilesRequest,SearchProfilesResponse> |
searchProfilesCallable() |
com.google.api.gax.rpc.UnaryCallable<SearchProfilesRequest,ProfileServiceClient.SearchProfilesPagedResponse> |
searchProfilesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateProfileRequest,Profile> |
updateProfileCallable() |
public com.google.api.gax.rpc.UnaryCallable<ListProfilesRequest,ProfileServiceClient.ListProfilesPagedResponse> listProfilesPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListProfilesRequest,ListProfilesResponse> listProfilesCallable()
public com.google.api.gax.rpc.UnaryCallable<CreateProfileRequest,Profile> createProfileCallable()
public com.google.api.gax.rpc.UnaryCallable<GetProfileRequest,Profile> getProfileCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateProfileRequest,Profile> updateProfileCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteProfileRequest,com.google.protobuf.Empty> deleteProfileCallable()
public com.google.api.gax.rpc.UnaryCallable<SearchProfilesRequest,ProfileServiceClient.SearchProfilesPagedResponse> searchProfilesPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<SearchProfilesRequest,SearchProfilesResponse> searchProfilesCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2022 Google LLC. All rights reserved.