Uses of Class
com.google.cloud.dataplex.v1.Content
-
Packages that use Content Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of Content in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return Content Modifier and Type Method Description ContentContent.Builder. build()ContentContent.Builder. buildPartial()ContentContentServiceClient. createContent(CreateContentRequest request)Create a content.ContentContentServiceClient. createContent(LakeName parent, Content content)Create a content.ContentContentServiceClient. createContent(String parent, Content content)Create a content.ContentContentServiceGrpc.ContentServiceBlockingStub. createContent(CreateContentRequest request)Create a content.ContentContentServiceClient. getContent(ContentName name)Get a content resource.ContentContentServiceClient. getContent(GetContentRequest request)Get a content resource.ContentContentServiceClient. getContent(String name)Get a content resource.ContentContentServiceGrpc.ContentServiceBlockingStub. getContent(GetContentRequest request)Get a content resource.ContentCreateContentRequest.Builder. getContent()Required.ContentCreateContentRequest. getContent()Required.ContentCreateContentRequestOrBuilder. getContent()Required.ContentListContentResponse.Builder. getContent(int index)Content under the given parent lake.ContentListContentResponse. getContent(int index)Content under the given parent lake.ContentListContentResponseOrBuilder. getContent(int index)Content under the given parent lake.ContentUpdateContentRequest.Builder. getContent()Required.ContentUpdateContentRequest. getContent()Required.ContentUpdateContentRequestOrBuilder. getContent()Required.static ContentContent. getDefaultInstance()ContentContent.Builder. getDefaultInstanceForType()ContentContent. getDefaultInstanceForType()static ContentContent. parseDelimitedFrom(InputStream input)static ContentContent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContentContent. parseFrom(byte[] data)static ContentContent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContentContent. parseFrom(com.google.protobuf.ByteString data)static ContentContent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContentContent. parseFrom(com.google.protobuf.CodedInputStream input)static ContentContent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContentContent. parseFrom(InputStream input)static ContentContent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContentContent. parseFrom(ByteBuffer data)static ContentContent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ContentContentServiceClient. updateContent(Content content, com.google.protobuf.FieldMask updateMask)Update a content.ContentContentServiceClient. updateContent(UpdateContentRequest request)Update a content.ContentContentServiceGrpc.ContentServiceBlockingStub. updateContent(UpdateContentRequest request)Update a content.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type Content Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Content>ContentServiceGrpc.ContentServiceFutureStub. createContent(CreateContentRequest request)Create a content.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.com.google.common.util.concurrent.ListenableFuture<Content>ContentServiceGrpc.ContentServiceFutureStub. getContent(GetContentRequest request)Get a content resource.com.google.api.gax.rpc.UnaryCallable<GetContentRequest,Content>ContentServiceClient. getContentCallable()Get a content resource.List<Content>ListContentResponse.Builder. getContentList()Content under the given parent lake.List<Content>ListContentResponse. getContentList()Content under the given parent lake.List<Content>ListContentResponseOrBuilder. getContentList()Content under the given parent lake.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContentRequest,Content>ContentServiceSettings.Builder. getContentSettings()Returns the builder for the settings used for calls to getContent.com.google.api.gax.rpc.UnaryCallSettings<GetContentRequest,Content>ContentServiceSettings. getContentSettings()Returns the object with the settings used for calls to getContent.static io.grpc.MethodDescriptor<CreateContentRequest,Content>ContentServiceGrpc. getCreateContentMethod()static io.grpc.MethodDescriptor<GetContentRequest,Content>ContentServiceGrpc. getGetContentMethod()com.google.protobuf.Parser<Content>Content. getParserForType()static io.grpc.MethodDescriptor<UpdateContentRequest,Content>ContentServiceGrpc. getUpdateContentMethod()static com.google.protobuf.Parser<Content>Content. parser()com.google.common.util.concurrent.ListenableFuture<Content>ContentServiceGrpc.ContentServiceFutureStub. updateContent(UpdateContentRequest request)Update a content.com.google.api.gax.rpc.UnaryCallable<UpdateContentRequest,Content>ContentServiceClient. updateContentCallable()Update a content.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateContentRequest,Content>ContentServiceSettings.Builder. updateContentSettings()Returns the builder for the settings used for calls to updateContent.com.google.api.gax.rpc.UnaryCallSettings<UpdateContentRequest,Content>ContentServiceSettings. updateContentSettings()Returns the object with the settings used for calls to updateContent.Methods in com.google.cloud.dataplex.v1 with parameters of type Content Modifier and Type Method Description ListContentResponse.BuilderListContentResponse.Builder. addContent(int index, Content value)Content under the given parent lake.ListContentResponse.BuilderListContentResponse.Builder. addContent(Content value)Content under the given parent lake.ContentContentServiceClient. createContent(LakeName parent, Content content)Create a content.ContentContentServiceClient. createContent(String parent, Content content)Create a content.CreateContentRequest.BuilderCreateContentRequest.Builder. mergeContent(Content value)Required.UpdateContentRequest.BuilderUpdateContentRequest.Builder. mergeContent(Content value)Required.Content.BuilderContent.Builder. mergeFrom(Content other)static Content.BuilderContent. newBuilder(Content prototype)CreateContentRequest.BuilderCreateContentRequest.Builder. setContent(Content value)Required.ListContentResponse.BuilderListContentResponse.Builder. setContent(int index, Content value)Content under the given parent lake.UpdateContentRequest.BuilderUpdateContentRequest.Builder. setContent(Content value)Required.ContentContentServiceClient. updateContent(Content content, com.google.protobuf.FieldMask updateMask)Update a content.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type Content Modifier and Type Method Description ListContentResponse.BuilderListContentResponse.Builder. addAllContent(Iterable<? extends Content> values)Content under the given parent lake.static com.google.api.core.ApiFuture<ContentServiceClient.ListContentPagedResponse>ContentServiceClient.ListContentPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content> context, com.google.api.core.ApiFuture<ListContentResponse> futureResponse)default voidContentServiceGrpc.AsyncService. createContent(CreateContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)Create a content.voidContentServiceGrpc.ContentServiceStub. createContent(CreateContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)Create a content.protected ContentServiceClient.ListContentPageContentServiceClient.ListContentPage. createPage(com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content> context, ListContentResponse response)com.google.api.core.ApiFuture<ContentServiceClient.ListContentPage>ContentServiceClient.ListContentPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListContentRequest,ListContentResponse,Content> context, com.google.api.core.ApiFuture<ListContentResponse> futureResponse)default voidContentServiceGrpc.AsyncService. getContent(GetContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)Get a content resource.voidContentServiceGrpc.ContentServiceStub. getContent(GetContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)Get a content resource.default voidContentServiceGrpc.AsyncService. updateContent(UpdateContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)Update a content.voidContentServiceGrpc.ContentServiceStub. updateContent(UpdateContentRequest request, io.grpc.stub.StreamObserver<Content> responseObserver)Update a content. -
Uses of Content in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type Content 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.com.google.api.gax.rpc.UnaryCallable<GetContentRequest,Content>ContentServiceStub. getContentCallable()com.google.api.gax.rpc.UnaryCallable<GetContentRequest,Content>GrpcContentServiceStub. getContentCallable()com.google.api.gax.rpc.UnaryCallable<GetContentRequest,Content>HttpJsonContentServiceStub. getContentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContentRequest,Content>ContentServiceStubSettings.Builder. getContentSettings()Returns the builder for the settings used for calls to getContent.com.google.api.gax.rpc.UnaryCallSettings<GetContentRequest,Content>ContentServiceStubSettings. getContentSettings()Returns the object with the settings used for calls to getContent.com.google.api.gax.rpc.UnaryCallable<UpdateContentRequest,Content>ContentServiceStub. updateContentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateContentRequest,Content>GrpcContentServiceStub. updateContentCallable()com.google.api.gax.rpc.UnaryCallable<UpdateContentRequest,Content>HttpJsonContentServiceStub. updateContentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateContentRequest,Content>ContentServiceStubSettings.Builder. updateContentSettings()Returns the builder for the settings used for calls to updateContent.com.google.api.gax.rpc.UnaryCallSettings<UpdateContentRequest,Content>ContentServiceStubSettings. updateContentSettings()Returns the object with the settings used for calls to updateContent.
-