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