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