/aosp_15_r20/external/bazel-skylib/.bazelci/ |
H A D | presubmit.yml | 22 .reusable_config: &reusable_config 30 <<: *reusable_config 36 <<: *reusable_config 50 <<: *reusable_config 62 <<: *reusable_config 68 <<: *reusable_config 88 <<: *reusable_config 102 <<: *reusable_config 114 <<: *reusable_config 120 <<: *reusable_config
|
/aosp_15_r20/external/bazelbuild-rules_python/.bazelci/ |
H A D | presubmit.yml | 26 .reusable_config: &reusable_config 126 <<: *reusable_config 132 <<: *reusable_config 136 <<: *reusable_config 141 <<: *reusable_config 146 <<: *reusable_config 151 <<: *reusable_config 157 <<: *reusable_config 163 <<: *reusable_config 167 <<: *reusable_config [all …]
|
/aosp_15_r20/external/google-cloud-java/java-security-private-ca/proto-google-cloud-security-private-ca-v1beta1/src/main/java/com/google/cloud/security/privateca/v1beta1/ |
H A D | ReusableConfigWrapper.java | 76 REUSABLE_CONFIG(1), enumConstant 97 return REUSABLE_CONFIG; in forNumber() 125 * <code>string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];</code> 140 * <code>string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];</code> 168 * <code>string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];</code> 583 case REUSABLE_CONFIG: in mergeFrom() 681 * <code>string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];</code> 697 * <code>string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];</code> 726 * <code>string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];</code> 755 * <code>string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];</code> [all …]
|
H A D | ReusableConfigName.java | 34 "projects/{project}/locations/{location}/reusableConfigs/{reusable_config}"); 97 return of(matchMap.get("project"), matchMap.get("location"), matchMap.get("reusable_config")); in parse() 137 fieldMapBuilder.put("reusable_config", reusableConfig); in getFieldValuesMap() 153 "project", project, "location", location, "reusable_config", reusableConfig); in toString() 182 /** Builder for projects/{project}/locations/{location}/reusableConfigs/{reusable_config}. */
|
H A D | ReusableConfigWrapperOrBuilder.java | 34 * <code>string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];</code> 47 * <code>string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];</code> 60 * <code>string reusable_config = 1 [(.google.api.field_behavior) = REQUIRED];</code>
|
H A D | CertificateConfigOrBuilder.java | 80 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api… 95 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api… 110 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api…
|
H A D | CertificateConfig.java | 1488 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api… 1506 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api… 1526 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api… 2254 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api… 2271 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api… 2294 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api… 2320 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api… 2343 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api… 2374 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api… 2396 …* .google.cloud.security.privateca.v1beta1.ReusableConfigWrapper reusable_config = 2 [(.google.api… [all …]
|
H A D | PrivateCaResourcesProto.java | 344 + "ableConfigs/{reusable_config}\"\211\004\n\024Reusab" 358 + "usableConfigWrapper\022\036\n\017reusable_config\030\001" 376 + "ConfigB\003\340A\002\022\\\n\017reusable_config\030\002 \001(\0132>.g"
|
/aosp_15_r20/external/google-cloud-java/java-security-private-ca/proto-google-cloud-security-private-ca-v1beta1/src/main/proto/google/cloud/security/privateca/v1beta1/ |
H A D | resources.proto | 494 pattern: "projects/{project}/locations/{location}/reusableConfigs/{reusable_config}" 564 string reusable_config = 1 [(google.api.field_behavior) = REQUIRED]; field 640 ReusableConfigWrapper reusable_config = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/googleapis/google/cloud/security/privateca/v1beta1/ |
H A D | resources.proto | 494 pattern: "projects/{project}/locations/{location}/reusableConfigs/{reusable_config}" 564 string reusable_config = 1 [(google.api.field_behavior) = REQUIRED]; field 640 ReusableConfigWrapper reusable_config = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/google-cloud-java/java-security-private-ca/samples/snippets/generated/com/google/cloud/security/privateca/v1beta1/certificateauthorityservice/getreusableconfig/ |
H A D | SyncGetReusableConfigString.java | 39 ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]").toString(); in syncGetReusableConfigString()
|
H A D | SyncGetReusableConfigReusableconfigname.java | 39 ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]"); in syncGetReusableConfigReusableconfigname()
|
H A D | SyncGetReusableConfig.java | 42 ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]").toString()) in syncGetReusableConfig()
|
H A D | AsyncGetReusableConfig.java | 43 ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]").toString()) in asyncGetReusableConfig()
|
/aosp_15_r20/external/google-cloud-java/java-security-private-ca/google-cloud-security-private-ca/src/test/java/com/google/cloud/security/privateca/v1beta1/ |
H A D | CertificateAuthorityServiceClientTest.java | 1981 ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]").toString()) in getReusableConfigTest() 1990 ReusableConfigName name = ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]"); in getReusableConfigTest() 2013 ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]"); in getReusableConfigExceptionTest() 2026 ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]").toString()) in getReusableConfigTest2()
|
H A D | CertificateAuthorityServiceClientHttpJsonTest.java | 2223 ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]").toString()) in getReusableConfigTest() 2232 ReusableConfigName name = ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]"); in getReusableConfigTest() 2261 ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]"); in getReusableConfigExceptionTest() 2274 ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]").toString()) in getReusableConfigTest2()
|
/aosp_15_r20/external/google-cloud-java/java-security-private-ca/google-cloud-security-private-ca/src/main/java/com/google/cloud/security/privateca/v1beta1/ |
H A D | CertificateAuthorityServiceClient.java | 3237 * ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]"); 3268 * ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]").toString(); 3298 * ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]").toString()) 3328 * ReusableConfigName.of("[PROJECT]", "[LOCATION]", "[REUSABLE_CONFIG]").toString())
|