Skip to content

Commit 4ceb9b6

Browse files
Google APIscopybara-github
authored andcommitted
fix!: Remove fields for un-available feature.
PiperOrigin-RevId: 322174882
1 parent 5340d28 commit 4ceb9b6

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

google/cloud/security/privateca/v1beta1/resources.proto

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,6 @@ message CertificateAuthority {
9999
bool allow_custom_sans = 6 [(google.api.field_behavior) = OPTIONAL];
100100
}
101101

102-
// [CloudFunctionPolicy][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.CloudFunctionPolicy] specifies the Cloud Function custom certificate
103-
// policy for certificate issuance.
104-
message CloudFunctionPolicy {
105-
// Required. The resource name of the Cloud Function to invoke, in the format
106-
// `projects/*/locations/*/functions/*`.
107-
string name = 1 [(google.api.field_behavior) = REQUIRED];
108-
}
109-
110102
// Allowed configurations or a single configuration for all issued
111103
// certificates.
112104
oneof config_policy {
@@ -144,10 +136,6 @@ message CertificateAuthority {
144136
// requested maximum_lifetime, the effective lifetime will be explicitly
145137
// truncated.
146138
google.protobuf.Duration maximum_lifetime = 6 [(google.api.field_behavior) = OPTIONAL];
147-
148-
// Optional. If specified, use a Cloud Function to implement custom certificate policy
149-
// for certificate issuance.
150-
CloudFunctionPolicy cloud_function_policy = 7 [(google.api.field_behavior) = OPTIONAL];
151139
}
152140

153141
// URLs where a [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority] will publish content.

0 commit comments

Comments
 (0)