public interface UpdateProductSetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getProductSet()
public abstract ProductSet getProductSet()Required. The ProductSet resource which replaces the one on the server.
.google.cloud.vision.v1.ProductSet product_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ProductSet |
The productSet. |
getProductSetOrBuilder()
public abstract ProductSetOrBuilder getProductSetOrBuilder()Required. The ProductSet resource which replaces the one on the server.
.google.cloud.vision.v1.ProductSet product_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ProductSetOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask() The FieldMask that specifies which fields to
update.
If update_mask isn't specified, all mutable fields are to be updated.
Valid mask path is display_name.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() The FieldMask that specifies which fields to
update.
If update_mask isn't specified, all mutable fields are to be updated.
Valid mask path is display_name.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasProductSet()
public abstract boolean hasProductSet()Required. The ProductSet resource which replaces the one on the server.
.google.cloud.vision.v1.ProductSet product_set = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the productSet field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() The FieldMask that specifies which fields to
update.
If update_mask isn't specified, all mutable fields are to be updated.
Valid mask path is display_name.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |