Mark alpha/beta classes with @deprecated
when a stable version exists
#539
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Deprecate alpha / beta clients (e.g.
v1beta1
Firestore) by adding@deprecated
to the GAPIC client classes (and potentially all classes) with the logic that "ifVn
exists, thenVn(\w+)
should be marked as deprecated". e.g.:Asset\V1
andAsset\V1beta1
AutoMl\V1
andAutoMl\V1beta1
BillingBudgets\V1
andBillingBudgets\V1beta1
DataprocMetastore\V1
,DataprocMetastore\V1alpha
, andDataprocMetastore\V1beta
Firestore\V1
andFirestore\V1beta1
Language\V1
andLanguage\V1beta2
ManagedIdentities\V1
andManagedIdentities\V1beta1
Memcache\V1
andMemcache\V1beta2
OsLogin\V1
andOsLogin\V1beta
Redis\V1
andRedis\V1beta1
Scheduler\V1
andScheduler\V1beta1
SecretManager\V1
andSecretManager\V1beta1
SecurityPrivateCa\V1
andSecurityPrivateCa\V1beta1
SecurityCenter\V1
andSecurityCenter\V1p1beta1
ServiceDirectory\V1
andServiceDirectory\V1beta1
Speech\V1
andSpeech\V1p1beta1
Talent\V4
abdTalent\V4beta1
Tasks\V2
,Tasks\V2beta2
andTasks\V2beta3
WebRisk\V1
andWebRisk\V1beta1
VideoIntelligence\V1
andVideoIntelligence\V1beta2
VideoTranscoder\V1
andVideoTranscoder\V1beta1
The text was updated successfully, but these errors were encountered: