public interface UpdateCurationRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCuration()
public abstract Curation getCuration()
Required. The curation resource to update.
The curation resource's name
field is used to identify the curation
resource to update.
Format: projects/{project}/locations/{location}/curations/{curation}
.google.cloud.apihub.v1.Curation curation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Curation |
The curation. |
getCurationOrBuilder()
public abstract CurationOrBuilder getCurationOrBuilder()
Required. The curation resource to update.
The curation resource's name
field is used to identify the curation
resource to update.
Format: projects/{project}/locations/{location}/curations/{curation}
.google.cloud.apihub.v1.Curation curation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CurationOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasCuration()
public abstract boolean hasCuration()
Required. The curation resource to update.
The curation resource's name
field is used to identify the curation
resource to update.
Format: projects/{project}/locations/{location}/curations/{curation}
.google.cloud.apihub.v1.Curation curation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the curation field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |