diff --git a/.github/renovate.json b/.github/renovate.json index 3e146efd6..48c4cf20e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,12 +11,10 @@ "commitMessagePrefix": "chore(all): ", "commitMessageAction": "update", "groupName": "all", - "ignoreDeps": [ - "google.golang.org/grpc" - ], + "ignoreDeps": [], "force": { "constraints": { - "go": "1.17" + "go": "1.19" } - } + } } diff --git a/googleapis/cloud/binaryauthorization/v1beta1/alias.go b/googleapis/cloud/binaryauthorization/v1beta1/alias.go index a782fca50..79857a925 100644 --- a/googleapis/cloud/binaryauthorization/v1beta1/alias.go +++ b/googleapis/cloud/binaryauthorization/v1beta1/alias.go @@ -164,12 +164,6 @@ type ContinuousValidationEvent_ContinuousValidationPodEvent_ImageDetails_AuditRe type ContinuousValidationEvent_ContinuousValidationPodEvent_PolicyConformanceVerdict = src.ContinuousValidationEvent_ContinuousValidationPodEvent_PolicyConformanceVerdict type ContinuousValidationEvent_PodEvent = src.ContinuousValidationEvent_PodEvent -// An event describing that the project policy is unsupported by CV. -// -// Deprecated: Please use types in: cloud.google.com/go/binaryauthorization/apiv1beta1/binaryauthorizationpb -type ContinuousValidationEvent_UnsupportedPolicyEvent = src.ContinuousValidationEvent_UnsupportedPolicyEvent -type ContinuousValidationEvent_UnsupportedPolicyEvent_ = src.ContinuousValidationEvent_UnsupportedPolicyEvent_ - // Request message for [BinauthzManagementService.CreateAttestor][]. // // Deprecated: Please use types in: cloud.google.com/go/binaryauthorization/apiv1beta1/binaryauthorizationpb diff --git a/googleapis/cloud/video/stitcher/v1/alias.go b/googleapis/cloud/video/stitcher/v1/alias.go index 6d601a653..3c00e86dc 100644 --- a/googleapis/cloud/video/stitcher/v1/alias.go +++ b/googleapis/cloud/video/stitcher/v1/alias.go @@ -58,9 +58,6 @@ const ( Event_START = src.Event_START Event_THIRD_QUARTILE = src.Event_THIRD_QUARTILE Event_UNMUTE = src.Event_UNMUTE - LiveSession_COMPLETE_AD = src.LiveSession_COMPLETE_AD - LiveSession_CUT_CURRENT = src.LiveSession_CUT_CURRENT - LiveSession_STITCHING_POLICY_UNSPECIFIED = src.LiveSession_STITCHING_POLICY_UNSPECIFIED ManifestOptions_ASCENDING = src.ManifestOptions_ASCENDING ManifestOptions_DESCENDING = src.ManifestOptions_DESCENDING ManifestOptions_ORDER_POLICY_UNSPECIFIED = src.ManifestOptions_ORDER_POLICY_UNSPECIFIED @@ -80,8 +77,6 @@ var ( File_google_cloud_video_stitcher_v1_slates_proto = src.File_google_cloud_video_stitcher_v1_slates_proto File_google_cloud_video_stitcher_v1_stitch_details_proto = src.File_google_cloud_video_stitcher_v1_stitch_details_proto File_google_cloud_video_stitcher_v1_video_stitcher_service_proto = src.File_google_cloud_video_stitcher_v1_video_stitcher_service_proto - LiveSession_StitchingPolicy_name = src.LiveSession_StitchingPolicy_name - LiveSession_StitchingPolicy_value = src.LiveSession_StitchingPolicy_value ManifestOptions_OrderPolicy_name = src.ManifestOptions_OrderPolicy_name ManifestOptions_OrderPolicy_value = src.ManifestOptions_OrderPolicy_value ) @@ -96,11 +91,6 @@ type AdRequest = src.AdRequest // Deprecated: Please use types in: cloud.google.com/go/video/stitcher/apiv1/stitcherpb type AdStitchDetail = src.AdStitchDetail -// Metadata of an ad tag. -// -// Deprecated: Please use types in: cloud.google.com/go/video/stitcher/apiv1/stitcherpb -type AdTag = src.AdTag - // Configuration for an Akamai CDN key. // // Deprecated: Please use types in: cloud.google.com/go/video/stitcher/apiv1/stitcherpb @@ -287,12 +277,6 @@ type LiveAdTagDetail = src.LiveAdTagDetail // Deprecated: Please use types in: cloud.google.com/go/video/stitcher/apiv1/stitcherpb type LiveSession = src.LiveSession -// Defines the stitcher behavior in case an ad does not align exactly with the -// ad break boundaries. If not specified, the default is COMPLETE_AD. -// -// Deprecated: Please use types in: cloud.google.com/go/video/stitcher/apiv1/stitcherpb -type LiveSession_StitchingPolicy = src.LiveSession_StitchingPolicy - // Options for manifest generation. // // Deprecated: Please use types in: cloud.google.com/go/video/stitcher/apiv1/stitcherpb