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 GetCaseRequest
GetCaseRequest.Builder. build()
GetCaseRequest
GetCaseRequest.Builder. buildPartial()
static GetCaseRequest
GetCaseRequest. getDefaultInstance()
GetCaseRequest
GetCaseRequest.Builder. getDefaultInstanceForType()
GetCaseRequest
GetCaseRequest. getDefaultInstanceForType()
static GetCaseRequest
GetCaseRequest. parseDelimitedFrom(InputStream input)
static GetCaseRequest
GetCaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCaseRequest
GetCaseRequest. parseFrom(byte[] data)
static GetCaseRequest
GetCaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCaseRequest
GetCaseRequest. parseFrom(com.google.protobuf.ByteString data)
static GetCaseRequest
GetCaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCaseRequest
GetCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetCaseRequest
GetCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCaseRequest
GetCaseRequest. parseFrom(InputStream input)
static GetCaseRequest
GetCaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetCaseRequest
GetCaseRequest. parseFrom(ByteBuffer data)
static GetCaseRequest
GetCaseRequest. 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 Case
CaseServiceClient. getCase(GetCaseRequest request)
Retrieve the specified case.default void
CaseServiceGrpc.AsyncService. getCase(GetCaseRequest request, io.grpc.stub.StreamObserver<Case> responseObserver)
Retrieve the specified case.Case
CaseServiceGrpc.CaseServiceBlockingStub. getCase(GetCaseRequest request)
Retrieve the specified case.com.google.common.util.concurrent.ListenableFuture<Case>
CaseServiceGrpc.CaseServiceFutureStub. getCase(GetCaseRequest request)
Retrieve the specified case.void
CaseServiceGrpc.CaseServiceStub. getCase(GetCaseRequest request, io.grpc.stub.StreamObserver<Case> responseObserver)
Retrieve the specified case.GetCaseRequest.Builder
GetCaseRequest.Builder. mergeFrom(GetCaseRequest other)
static GetCaseRequest.Builder
GetCaseRequest. 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.
-