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