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 GetCompanyRequestGetCompanyRequest.Builder. build()GetCompanyRequestGetCompanyRequest.Builder. buildPartial()static GetCompanyRequestGetCompanyRequest. getDefaultInstance()GetCompanyRequestGetCompanyRequest.Builder. getDefaultInstanceForType()GetCompanyRequestGetCompanyRequest. getDefaultInstanceForType()static GetCompanyRequestGetCompanyRequest. parseDelimitedFrom(InputStream input)static GetCompanyRequestGetCompanyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCompanyRequestGetCompanyRequest. parseFrom(byte[] data)static GetCompanyRequestGetCompanyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCompanyRequestGetCompanyRequest. parseFrom(com.google.protobuf.ByteString data)static GetCompanyRequestGetCompanyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCompanyRequestGetCompanyRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetCompanyRequestGetCompanyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCompanyRequestGetCompanyRequest. parseFrom(InputStream input)static GetCompanyRequestGetCompanyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetCompanyRequestGetCompanyRequest. parseFrom(ByteBuffer data)static GetCompanyRequestGetCompanyRequest. 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 CompanyCompanyServiceClient. getCompany(GetCompanyRequest request)Retrieves specified company.default voidCompanyServiceGrpc.AsyncService. getCompany(GetCompanyRequest request, io.grpc.stub.StreamObserver<Company> responseObserver)Retrieves specified company.CompanyCompanyServiceGrpc.CompanyServiceBlockingStub. getCompany(GetCompanyRequest request)Retrieves specified company.com.google.common.util.concurrent.ListenableFuture<Company>CompanyServiceGrpc.CompanyServiceFutureStub. getCompany(GetCompanyRequest request)Retrieves specified company.voidCompanyServiceGrpc.CompanyServiceStub. getCompany(GetCompanyRequest request, io.grpc.stub.StreamObserver<Company> responseObserver)Retrieves specified company.GetCompanyRequest.BuilderGetCompanyRequest.Builder. mergeFrom(GetCompanyRequest other)static GetCompanyRequest.BuilderGetCompanyRequest. 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.
-