Uses of Class
com.google.cloud.talent.v4.ListCompaniesRequest
-
Packages that use ListCompaniesRequest Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4.stub -
-
Uses of ListCompaniesRequest in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return ListCompaniesRequest Modifier and Type Method Description ListCompaniesRequest
ListCompaniesRequest.Builder. build()
ListCompaniesRequest
ListCompaniesRequest.Builder. buildPartial()
static ListCompaniesRequest
ListCompaniesRequest. getDefaultInstance()
ListCompaniesRequest
ListCompaniesRequest.Builder. getDefaultInstanceForType()
ListCompaniesRequest
ListCompaniesRequest. getDefaultInstanceForType()
static ListCompaniesRequest
ListCompaniesRequest. parseDelimitedFrom(InputStream input)
static ListCompaniesRequest
ListCompaniesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCompaniesRequest
ListCompaniesRequest. parseFrom(byte[] data)
static ListCompaniesRequest
ListCompaniesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCompaniesRequest
ListCompaniesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListCompaniesRequest
ListCompaniesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCompaniesRequest
ListCompaniesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListCompaniesRequest
ListCompaniesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCompaniesRequest
ListCompaniesRequest. parseFrom(InputStream input)
static ListCompaniesRequest
ListCompaniesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListCompaniesRequest
ListCompaniesRequest. parseFrom(ByteBuffer data)
static ListCompaniesRequest
ListCompaniesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4 that return types with arguments of type ListCompaniesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListCompaniesRequest,ListCompaniesResponse>
CompanyServiceGrpc. getListCompaniesMethod()
com.google.protobuf.Parser<ListCompaniesRequest>
ListCompaniesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,ListCompaniesResponse>
CompanyServiceClient. listCompaniesCallable()
Lists all companies associated with the project.com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceClient. listCompaniesPagedCallable()
Lists all companies associated with the project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListCompaniesRequest,ListCompaniesResponse,CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceSettings.Builder. listCompaniesSettings()
Returns the builder for the settings used for calls to listCompanies.com.google.api.gax.rpc.PagedCallSettings<ListCompaniesRequest,ListCompaniesResponse,CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceSettings. listCompaniesSettings()
Returns the object with the settings used for calls to listCompanies.static com.google.protobuf.Parser<ListCompaniesRequest>
ListCompaniesRequest. parser()
Methods in com.google.cloud.talent.v4 with parameters of type ListCompaniesRequest Modifier and Type Method Description CompanyServiceClient.ListCompaniesPagedResponse
CompanyServiceClient. listCompanies(ListCompaniesRequest request)
Lists all companies associated with the project.default void
CompanyServiceGrpc.AsyncService. listCompanies(ListCompaniesRequest request, io.grpc.stub.StreamObserver<ListCompaniesResponse> responseObserver)
Lists all companies associated with the project.ListCompaniesResponse
CompanyServiceGrpc.CompanyServiceBlockingStub. listCompanies(ListCompaniesRequest request)
Lists all companies associated with the project.com.google.common.util.concurrent.ListenableFuture<ListCompaniesResponse>
CompanyServiceGrpc.CompanyServiceFutureStub. listCompanies(ListCompaniesRequest request)
Lists all companies associated with the project.void
CompanyServiceGrpc.CompanyServiceStub. listCompanies(ListCompaniesRequest request, io.grpc.stub.StreamObserver<ListCompaniesResponse> responseObserver)
Lists all companies associated with the project.ListCompaniesRequest.Builder
ListCompaniesRequest.Builder. mergeFrom(ListCompaniesRequest other)
static ListCompaniesRequest.Builder
ListCompaniesRequest. newBuilder(ListCompaniesRequest prototype)
Method parameters in com.google.cloud.talent.v4 with type arguments of type ListCompaniesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceClient.ListCompaniesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListCompaniesRequest,ListCompaniesResponse,Company> context, com.google.api.core.ApiFuture<ListCompaniesResponse> futureResponse)
protected CompanyServiceClient.ListCompaniesPage
CompanyServiceClient.ListCompaniesPage. createPage(com.google.api.gax.rpc.PageContext<ListCompaniesRequest,ListCompaniesResponse,Company> context, ListCompaniesResponse response)
com.google.api.core.ApiFuture<CompanyServiceClient.ListCompaniesPage>
CompanyServiceClient.ListCompaniesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListCompaniesRequest,ListCompaniesResponse,Company> context, com.google.api.core.ApiFuture<ListCompaniesResponse> futureResponse)
-
Uses of ListCompaniesRequest in com.google.cloud.talent.v4.stub
Methods in com.google.cloud.talent.v4.stub that return types with arguments of type ListCompaniesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,ListCompaniesResponse>
CompanyServiceStub. listCompaniesCallable()
com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,ListCompaniesResponse>
GrpcCompanyServiceStub. listCompaniesCallable()
com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,ListCompaniesResponse>
HttpJsonCompanyServiceStub. listCompaniesCallable()
com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceStub. listCompaniesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse>
GrpcCompanyServiceStub. listCompaniesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListCompaniesRequest,CompanyServiceClient.ListCompaniesPagedResponse>
HttpJsonCompanyServiceStub. listCompaniesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCompaniesRequest,ListCompaniesResponse,CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceStubSettings.Builder. listCompaniesSettings()
Returns the builder for the settings used for calls to listCompanies.com.google.api.gax.rpc.PagedCallSettings<ListCompaniesRequest,ListCompaniesResponse,CompanyServiceClient.ListCompaniesPagedResponse>
CompanyServiceStubSettings. listCompaniesSettings()
Returns the object with the settings used for calls to listCompanies.
-