Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247684466
This commit is contained in:
parent
d84bde8698
commit
32b08107fa
|
|
@ -3,9 +3,9 @@ common:
|
|||
api_version: v1alpha1
|
||||
organization_name: google-cloud
|
||||
proto_deps:
|
||||
- name: google-common-protos
|
||||
- name: google-iam-v1
|
||||
proto_path: google/iam/v1
|
||||
- name: google-common-protos
|
||||
- name: google-iam-v1
|
||||
proto_path: google/iam/v1
|
||||
src_proto_paths:
|
||||
- v1alpha1
|
||||
service_yaml: containeranalysis.yaml
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ common:
|
|||
api_version: v1
|
||||
organization_name: google-cloud
|
||||
proto_deps:
|
||||
- name: google-common-protos
|
||||
- name: google-iam-v1
|
||||
- name: google-common-protos
|
||||
- name: google-iam-v1
|
||||
src_proto_paths:
|
||||
- v1
|
||||
service_yaml: containeranalysis_v1.yaml
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ common:
|
|||
api_version: v1beta1
|
||||
organization_name: google-cloud
|
||||
proto_deps:
|
||||
- name: google-common-protos
|
||||
- name: google-iam-v1
|
||||
- name: google-common-protos
|
||||
- name: google-iam-v1
|
||||
src_proto_paths:
|
||||
- v1beta1
|
||||
service_yaml: containeranalysis_v1beta1.yaml
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ language_settings:
|
|||
package_name: containeranalysis.v1alpha1
|
||||
# A list of API interface configurations.
|
||||
interfaces:
|
||||
# The fully qualified name of the API interface.
|
||||
# The fully qualified name of the API interface.
|
||||
- name: google.devtools.containeranalysis.v1alpha1.ContainerAnalysis
|
||||
# A list of resource collection configurations.
|
||||
# Consists of a name_pattern and an entity_name.
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ collection_oneofs:
|
|||
- occurrence
|
||||
# A list of API interface configurations.
|
||||
interfaces:
|
||||
# The fully qualified name of the API interface.
|
||||
# The fully qualified name of the API interface.
|
||||
- name: google.devtools.containeranalysis.v1beta1.ContainerAnalysisV1Beta1
|
||||
# Definition for retryable codes.
|
||||
retry_codes_def:
|
||||
|
|
@ -211,7 +211,7 @@ interfaces:
|
|||
field_name_patterns:
|
||||
name: scan_config
|
||||
timeout_millis: 30000
|
||||
# The fully qualified name of the API interface.
|
||||
# The fully qualified name of the API interface.
|
||||
- name: grafeas.v1beta1.GrafeasV1Beta1
|
||||
# Definition for retryable codes.
|
||||
retry_codes_def:
|
||||
|
|
|
|||
Loading…
Reference in New Issue