• Home
  • Raw
  • Download

Lines Matching full:content

40   // Create a content.
41 rpc CreateContent(CreateContentRequest) returns (Content) {
44 body: "content"
46 post: "/v1/{parent=projects/*/locations/*/lakes/*}/content"
47 body: "content"
50 option (google.api.method_signature) = "parent,content";
53 // Update a content. Only supports full resource update.
54 rpc UpdateContent(UpdateContentRequest) returns (Content) {
56 patch: "/v1/{content.name=projects/*/locations/*/lakes/*/contentitems/**}"
57 body: "content"
59 patch: "/v1/{content.name=projects/*/locations/*/lakes/*/content/**}"
60 body: "content"
63 option (google.api.method_signature) = "content,update_mask";
66 // Delete a content.
71 delete: "/v1/{name=projects/*/locations/*/lakes/*/content/**}"
77 // Get a content resource.
78 rpc GetContent(GetContentRequest) returns (Content) {
82 get: "/v1/{name=projects/*/locations/*/lakes/*/content/**}"
92 // Caller must have Google IAM `dataplex.content.getIamPolicy` permission
99 get: "/v1/{resource=projects/*/locations/*/lakes/*/content/**}:getIamPolicy"
108 // Caller must have Google IAM `dataplex.content.setIamPolicy` permission
116 post: "/v1/{resource=projects/*/locations/*/lakes/*/content/**}:setIamPolicy"
138 post: "/v1/{resource=projects/*/locations/*/lakes/*/content/**}:testIamPermissions"
144 // List content.
149 get: "/v1/{parent=projects/*/locations/*/lakes/*}/content"
156 // Create content request.
165 // Required. Content resource.
166 Content content = 2 [(google.api.field_behavior) = REQUIRED]; field
173 // Update content request.
181 Content content = 2 [(google.api.field_behavior) = REQUIRED]; field
188 // Delete content request.
190 // Required. The resource name of the content:
191 // projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}
195 type: "dataplex.googleapis.com/Content"
200 // List content request. Returns the BASIC Content view.
209 // Optional. Maximum number of content to return. The service may return fewer
210 // than this value. If unspecified, at most 10 content will be returned. The
232 // List content response.
234 // Content under the given parent lake.
235 repeated Content content = 1; field
242 // Get content request.
247 // Content view not specified. Defaults to BASIC.
258 // Required. The resource name of the content:
259 // projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}
263 type: "dataplex.googleapis.com/Content"
267 // Optional. Specify content view to make a partial request.