public interface UpdateAttributeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAttribute()
public abstract Attribute getAttribute()Required. The attribute to update.
 The attribute's name field is used to identify the attribute to update.
 Format:
 projects/{project}/locations/{location}/attributes/{attribute}
 
 .google.cloud.apihub.v1.Attribute attribute = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
Attribute | 
        The attribute.  | 
      
getAttributeOrBuilder()
public abstract AttributeOrBuilder getAttributeOrBuilder()Required. The attribute to update.
 The attribute's name field is used to identify the attribute to update.
 Format:
 projects/{project}/locations/{location}/attributes/{attribute}
 
 .google.cloud.apihub.v1.Attribute attribute = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
AttributeOrBuilder | 
        |
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The list of fields to update.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
FieldMask | 
        The updateMask.  | 
      
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to update.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
FieldMaskOrBuilder | 
        |
hasAttribute()
public abstract boolean hasAttribute()Required. The attribute to update.
 The attribute's name field is used to identify the attribute to update.
 Format:
 projects/{project}/locations/{location}/attributes/{attribute}
 
 .google.cloud.apihub.v1.Attribute attribute = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the attribute field is set.  | 
      
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The list of fields to update.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the updateMask field is set.  |