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 CreateCaseRequestCreateCaseRequest.Builder. build()CreateCaseRequestCreateCaseRequest.Builder. buildPartial()static CreateCaseRequestCreateCaseRequest. getDefaultInstance()CreateCaseRequestCreateCaseRequest.Builder. getDefaultInstanceForType()CreateCaseRequestCreateCaseRequest. getDefaultInstanceForType()static CreateCaseRequestCreateCaseRequest. parseDelimitedFrom(InputStream input)static CreateCaseRequestCreateCaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCaseRequestCreateCaseRequest. parseFrom(byte[] data)static CreateCaseRequestCreateCaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCaseRequestCreateCaseRequest. parseFrom(com.google.protobuf.ByteString data)static CreateCaseRequestCreateCaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCaseRequestCreateCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateCaseRequestCreateCaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCaseRequestCreateCaseRequest. parseFrom(InputStream input)static CreateCaseRequestCreateCaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateCaseRequestCreateCaseRequest. parseFrom(ByteBuffer data)static CreateCaseRequestCreateCaseRequest. 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 CaseCaseServiceClient. createCase(CreateCaseRequest request)Create a new case and associate it with the given Google Cloud Resource.default voidCaseServiceGrpc.AsyncService. createCase(CreateCaseRequest request, io.grpc.stub.StreamObserver<Case> responseObserver)Create a new case and associate it with the given Google Cloud Resource.CaseCaseServiceGrpc.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.voidCaseServiceGrpc.CaseServiceStub. createCase(CreateCaseRequest request, io.grpc.stub.StreamObserver<Case> responseObserver)Create a new case and associate it with the given Google Cloud Resource.CreateCaseRequest.BuilderCreateCaseRequest.Builder. mergeFrom(CreateCaseRequest other)static CreateCaseRequest.BuilderCreateCaseRequest. 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.
-