Uses of Class
com.google.cloud.support.v2.UpdateCaseRequest
-
Packages that use UpdateCaseRequest Package Description com.google.cloud.support.v2 A client to Google Cloud Support APIcom.google.cloud.support.v2.stub -
-
Uses of UpdateCaseRequest in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return UpdateCaseRequest Modifier and Type Method Description UpdateCaseRequestUpdateCaseRequest.Builder. build()UpdateCaseRequestUpdateCaseRequest.Builder. buildPartial()static UpdateCaseRequestUpdateCaseRequest. getDefaultInstance()UpdateCaseRequestUpdateCaseRequest.Builder. getDefaultInstanceForType()UpdateCaseRequestUpdateCaseRequest. getDefaultInstanceForType()static UpdateCaseRequestUpdateCaseRequest. parseDelimitedFrom(InputStream input)static UpdateCaseRequestUpdateCaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCaseRequestUpdateCaseRequest. parseFrom(byte[] data)static UpdateCaseRequestUpdateCaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCaseRequestUpdateCaseRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateCaseRequestUpdateCaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCaseRequestUpdateCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateCaseRequestUpdateCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCaseRequestUpdateCaseRequest. parseFrom(InputStream input)static UpdateCaseRequestUpdateCaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateCaseRequestUpdateCaseRequest. parseFrom(ByteBuffer data)static UpdateCaseRequestUpdateCaseRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.support.v2 that return types with arguments of type UpdateCaseRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateCaseRequest>UpdateCaseRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateCaseRequest,Case>CaseServiceGrpc. getUpdateCaseMethod()static com.google.protobuf.Parser<UpdateCaseRequest>UpdateCaseRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateCaseRequest,Case>CaseServiceClient. updateCaseCallable()Update the specified case.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateCaseRequest,Case>CaseServiceSettings.Builder. updateCaseSettings()Returns the builder for the settings used for calls to updateCase.com.google.api.gax.rpc.UnaryCallSettings<UpdateCaseRequest,Case>CaseServiceSettings. updateCaseSettings()Returns the object with the settings used for calls to updateCase.Methods in com.google.cloud.support.v2 with parameters of type UpdateCaseRequest Modifier and Type Method Description UpdateCaseRequest.BuilderUpdateCaseRequest.Builder. mergeFrom(UpdateCaseRequest other)static UpdateCaseRequest.BuilderUpdateCaseRequest. newBuilder(UpdateCaseRequest prototype)CaseCaseServiceClient. updateCase(UpdateCaseRequest request)Update the specified case.default voidCaseServiceGrpc.AsyncService. updateCase(UpdateCaseRequest request, io.grpc.stub.StreamObserver<Case> responseObserver)Update the specified case.CaseCaseServiceGrpc.CaseServiceBlockingStub. updateCase(UpdateCaseRequest request)Update the specified case.com.google.common.util.concurrent.ListenableFuture<Case>CaseServiceGrpc.CaseServiceFutureStub. updateCase(UpdateCaseRequest request)Update the specified case.voidCaseServiceGrpc.CaseServiceStub. updateCase(UpdateCaseRequest request, io.grpc.stub.StreamObserver<Case> responseObserver)Update the specified case. -
Uses of UpdateCaseRequest in com.google.cloud.support.v2.stub
Methods in com.google.cloud.support.v2.stub that return types with arguments of type UpdateCaseRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateCaseRequest,Case>CaseServiceStub. updateCaseCallable()com.google.api.gax.rpc.UnaryCallable<UpdateCaseRequest,Case>GrpcCaseServiceStub. updateCaseCallable()com.google.api.gax.rpc.UnaryCallable<UpdateCaseRequest,Case>HttpJsonCaseServiceStub. updateCaseCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateCaseRequest,Case>CaseServiceStubSettings.Builder. updateCaseSettings()Returns the builder for the settings used for calls to updateCase.com.google.api.gax.rpc.UnaryCallSettings<UpdateCaseRequest,Case>CaseServiceStubSettings. updateCaseSettings()Returns the object with the settings used for calls to updateCase.
-