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 CreateContentRequestCreateContentRequest.Builder. build()CreateContentRequestCreateContentRequest.Builder. buildPartial()static CreateContentRequestCreateContentRequest. getDefaultInstance()CreateContentRequestCreateContentRequest.Builder. getDefaultInstanceForType()CreateContentRequestCreateContentRequest. getDefaultInstanceForType()static CreateContentRequestCreateContentRequest. parseDelimitedFrom(InputStream input)static CreateContentRequestCreateContentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateContentRequestCreateContentRequest. parseFrom(byte[] data)static CreateContentRequestCreateContentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateContentRequestCreateContentRequest. parseFrom(com.google.protobuf.ByteString data)static CreateContentRequestCreateContentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateContentRequestCreateContentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateContentRequestCreateContentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateContentRequestCreateContentRequest. parseFrom(InputStream input)static CreateContentRequestCreateContentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateContentRequestCreateContentRequest. parseFrom(ByteBuffer data)static CreateContentRequestCreateContentRequest. 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 ContentContentServiceClient. createContent(CreateContentRequest request)Create a content.default voidContentServiceGrpc.AsyncService. createContent(CreateContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)Create a content.ContentContentServiceGrpc.ContentServiceBlockingStub. createContent(CreateContentRequest request)Create a content.com.google.common.util.concurrent.ListenableFuture<Content>ContentServiceGrpc.ContentServiceFutureStub. createContent(CreateContentRequest request)Create a content.voidContentServiceGrpc.ContentServiceStub. createContent(CreateContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)Create a content.CreateContentRequest.BuilderCreateContentRequest.Builder. mergeFrom(CreateContentRequest other)static CreateContentRequest.BuilderCreateContentRequest. 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.
-