public interface UpdateCorpusRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCorpus()
public abstract Corpus getCorpus()
Required. The corpus which replaces the resource on the server.
.google.cloud.visionai.v1.Corpus corpus = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Corpus |
The corpus. |
getCorpusOrBuilder()
public abstract CorpusOrBuilder getCorpusOrBuilder()
Required. The corpus which replaces the resource on the server.
.google.cloud.visionai.v1.Corpus corpus = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CorpusOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasCorpus()
public abstract boolean hasCorpus()
Required. The corpus which replaces the resource on the server.
.google.cloud.visionai.v1.Corpus corpus = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the corpus field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |