Uses of Class
com.google.cloud.talent.v4.GetCompanyRequest
-
Packages that use GetCompanyRequest Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4.stub -
-
Uses of GetCompanyRequest in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return GetCompanyRequest Modifier and Type Method Description GetCompanyRequest
GetCompanyRequest.Builder. build()
GetCompanyRequest
GetCompanyRequest.Builder. buildPartial()
static GetCompanyRequest
GetCompanyRequest. getDefaultInstance()
GetCompanyRequest
GetCompanyRequest.Builder. getDefaultInstanceForType()
GetCompanyRequest
GetCompanyRequest. getDefaultInstanceForType()
static GetCompanyRequest
GetCompanyRequest. parseDelimitedFrom(InputStream input)
static GetCompanyRequest
GetCompanyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCompanyRequest
GetCompanyRequest. parseFrom(byte[] data)
static GetCompanyRequest
GetCompanyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCompanyRequest
GetCompanyRequest. parseFrom(com.google.protobuf.ByteString data)
static GetCompanyRequest
GetCompanyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCompanyRequest
GetCompanyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetCompanyRequest
GetCompanyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCompanyRequest
GetCompanyRequest. parseFrom(InputStream input)
static GetCompanyRequest
GetCompanyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCompanyRequest
GetCompanyRequest. parseFrom(ByteBuffer data)
static GetCompanyRequest
GetCompanyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4 that return types with arguments of type GetCompanyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCompanyRequest,Company>
CompanyServiceClient. getCompanyCallable()
Retrieves specified company.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCompanyRequest,Company>
CompanyServiceSettings.Builder. getCompanySettings()
Returns the builder for the settings used for calls to getCompany.com.google.api.gax.rpc.UnaryCallSettings<GetCompanyRequest,Company>
CompanyServiceSettings. getCompanySettings()
Returns the object with the settings used for calls to getCompany.static io.grpc.MethodDescriptor<GetCompanyRequest,Company>
CompanyServiceGrpc. getGetCompanyMethod()
com.google.protobuf.Parser<GetCompanyRequest>
GetCompanyRequest. getParserForType()
static com.google.protobuf.Parser<GetCompanyRequest>
GetCompanyRequest. parser()
Methods in com.google.cloud.talent.v4 with parameters of type GetCompanyRequest Modifier and Type Method Description Company
CompanyServiceClient. getCompany(GetCompanyRequest request)
Retrieves specified company.default void
CompanyServiceGrpc.AsyncService. getCompany(GetCompanyRequest request, io.grpc.stub.StreamObserver<Company> responseObserver)
Retrieves specified company.Company
CompanyServiceGrpc.CompanyServiceBlockingStub. getCompany(GetCompanyRequest request)
Retrieves specified company.com.google.common.util.concurrent.ListenableFuture<Company>
CompanyServiceGrpc.CompanyServiceFutureStub. getCompany(GetCompanyRequest request)
Retrieves specified company.void
CompanyServiceGrpc.CompanyServiceStub. getCompany(GetCompanyRequest request, io.grpc.stub.StreamObserver<Company> responseObserver)
Retrieves specified company.GetCompanyRequest.Builder
GetCompanyRequest.Builder. mergeFrom(GetCompanyRequest other)
static GetCompanyRequest.Builder
GetCompanyRequest. newBuilder(GetCompanyRequest prototype)
-
Uses of GetCompanyRequest in com.google.cloud.talent.v4.stub
Methods in com.google.cloud.talent.v4.stub that return types with arguments of type GetCompanyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetCompanyRequest,Company>
CompanyServiceStub. getCompanyCallable()
com.google.api.gax.rpc.UnaryCallable<GetCompanyRequest,Company>
GrpcCompanyServiceStub. getCompanyCallable()
com.google.api.gax.rpc.UnaryCallable<GetCompanyRequest,Company>
HttpJsonCompanyServiceStub. getCompanyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCompanyRequest,Company>
CompanyServiceStubSettings.Builder. getCompanySettings()
Returns the builder for the settings used for calls to getCompany.com.google.api.gax.rpc.UnaryCallSettings<GetCompanyRequest,Company>
CompanyServiceStubSettings. getCompanySettings()
Returns the object with the settings used for calls to getCompany.
-