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