public interface UpdateDependencyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDependency()
public abstract Dependency getDependency()Required. The dependency resource to update.
 The dependency's name field is used to identify the dependency to update.
 Format: projects/{project}/locations/{location}/dependencies/{dependency}
 
 .google.cloud.apihub.v1.Dependency dependency = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
Dependency | 
        The dependency.  | 
      
getDependencyOrBuilder()
public abstract DependencyOrBuilder getDependencyOrBuilder()Required. The dependency resource to update.
 The dependency's name field is used to identify the dependency to update.
 Format: projects/{project}/locations/{location}/dependencies/{dependency}
 
 .google.cloud.apihub.v1.Dependency dependency = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
DependencyOrBuilder | 
        |
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 | 
        |
hasDependency()
public abstract boolean hasDependency()Required. The dependency resource to update.
 The dependency's name field is used to identify the dependency to update.
 Format: projects/{project}/locations/{location}/dependencies/{dependency}
 
 .google.cloud.apihub.v1.Dependency dependency = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the dependency 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.  |