Uses of Class
com.google.cloud.dataplex.v1.CreateContentRequest
-
Packages that use CreateContentRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of CreateContentRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return CreateContentRequest Modifier and Type Method Description CreateContentRequest
CreateContentRequest.Builder. build()
CreateContentRequest
CreateContentRequest.Builder. buildPartial()
static CreateContentRequest
CreateContentRequest. getDefaultInstance()
CreateContentRequest
CreateContentRequest.Builder. getDefaultInstanceForType()
CreateContentRequest
CreateContentRequest. getDefaultInstanceForType()
static CreateContentRequest
CreateContentRequest. parseDelimitedFrom(InputStream input)
static CreateContentRequest
CreateContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateContentRequest
CreateContentRequest. parseFrom(byte[] data)
static CreateContentRequest
CreateContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateContentRequest
CreateContentRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateContentRequest
CreateContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateContentRequest
CreateContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateContentRequest
CreateContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateContentRequest
CreateContentRequest. parseFrom(InputStream input)
static CreateContentRequest
CreateContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateContentRequest
CreateContentRequest. parseFrom(ByteBuffer data)
static CreateContentRequest
CreateContentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type CreateContentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateContentRequest,Content>
ContentServiceClient. createContentCallable()
Create a content.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateContentRequest,Content>
ContentServiceSettings.Builder. createContentSettings()
Returns the builder for the settings used for calls to createContent.com.google.api.gax.rpc.UnaryCallSettings<CreateContentRequest,Content>
ContentServiceSettings. createContentSettings()
Returns the object with the settings used for calls to createContent.static io.grpc.MethodDescriptor<CreateContentRequest,Content>
ContentServiceGrpc. getCreateContentMethod()
com.google.protobuf.Parser<CreateContentRequest>
CreateContentRequest. getParserForType()
static com.google.protobuf.Parser<CreateContentRequest>
CreateContentRequest. parser()
Methods in com.google.cloud.dataplex.v1 with parameters of type CreateContentRequest Modifier and Type Method Description Content
ContentServiceClient. createContent(CreateContentRequest request)
Create a content.default void
ContentServiceGrpc.AsyncService. createContent(CreateContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)
Create a content.Content
ContentServiceGrpc.ContentServiceBlockingStub. createContent(CreateContentRequest request)
Create a content.com.google.common.util.concurrent.ListenableFuture<Content>
ContentServiceGrpc.ContentServiceFutureStub. createContent(CreateContentRequest request)
Create a content.void
ContentServiceGrpc.ContentServiceStub. createContent(CreateContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)
Create a content.CreateContentRequest.Builder
CreateContentRequest.Builder. mergeFrom(CreateContentRequest other)
static CreateContentRequest.Builder
CreateContentRequest. newBuilder(CreateContentRequest prototype)
-
Uses of CreateContentRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type CreateContentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateContentRequest,Content>
ContentServiceStub. createContentCallable()
com.google.api.gax.rpc.UnaryCallable<CreateContentRequest,Content>
GrpcContentServiceStub. createContentCallable()
com.google.api.gax.rpc.UnaryCallable<CreateContentRequest,Content>
HttpJsonContentServiceStub. createContentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateContentRequest,Content>
ContentServiceStubSettings.Builder. createContentSettings()
Returns the builder for the settings used for calls to createContent.com.google.api.gax.rpc.UnaryCallSettings<CreateContentRequest,Content>
ContentServiceStubSettings. createContentSettings()
Returns the object with the settings used for calls to createContent.
-