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