public interface UpdateVersionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
getVersion()
public abstract Version getVersion()Required. The API version to update.
 The version's name field is used to identify the API version to update.
 Format:
 projects/{project}/locations/{location}/apis/{api}/versions/{version}
 .google.cloud.apihub.v1.Version version = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| Version | The version. | 
getVersionOrBuilder()
public abstract VersionOrBuilder getVersionOrBuilder()Required. The API version to update.
 The version's name field is used to identify the API version to update.
 Format:
 projects/{project}/locations/{location}/apis/{api}/versions/{version}
 .google.cloud.apihub.v1.Version version = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| VersionOrBuilder | |
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. | 
hasVersion()
public abstract boolean hasVersion()Required. The API version to update.
 The version's name field is used to identify the API version to update.
 Format:
 projects/{project}/locations/{location}/apis/{api}/versions/{version}
 .google.cloud.apihub.v1.Version version = 1 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the version field is set. |