/aosp_15_r20/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/v1beta1/ |
H A D | EntryGroupName.java | 38 private final String entryGroup; field in EntryGroupName 73 public static EntryGroupName of(String project, String location, String entryGroup) { in of() 77 public static String format(String project, String location, String entryGroup) { in format() 182 private String entryGroup; field in EntryGroupName.Builder 208 public Builder setEntryGroup(String entryGroup) { in setEntryGroup()
|
H A D | EntryName.java | 38 private final String entryGroup; field in EntryName 80 public static EntryName of(String project, String location, String entryGroup, String entry) { in of() 89 public static String format(String project, String location, String entryGroup, String entry) { in format() 207 private String entryGroup; field in EntryName.Builder 238 public Builder setEntryGroup(String entryGroup) { in setEntryGroup()
|
H A D | TagName.java | 38 private final String entryGroup; field in TagName 88 String project, String location, String entryGroup, String entry, String tag) { in of() 99 String project, String location, String entryGroup, String entry, String tag) { in format() 235 private String entryGroup; field in TagName.Builder 271 public Builder setEntryGroup(String entryGroup) { in setEntryGroup()
|
/aosp_15_r20/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/java/com/google/cloud/datacatalog/v1/ |
H A D | EntryGroupName.java | 38 private final String entryGroup; field in EntryGroupName 73 public static EntryGroupName of(String project, String location, String entryGroup) { in of() 77 public static String format(String project, String location, String entryGroup) { in format() 182 private String entryGroup; field in EntryGroupName.Builder 208 public Builder setEntryGroup(String entryGroup) { in setEntryGroup()
|
H A D | EntryName.java | 38 private final String entryGroup; field in EntryName 80 public static EntryName of(String project, String location, String entryGroup, String entry) { in of() 89 public static String format(String project, String location, String entryGroup, String entry) { in format() 207 private String entryGroup; field in EntryName.Builder 238 public Builder setEntryGroup(String entryGroup) { in setEntryGroup()
|
H A D | TagName.java | 38 private final String entryGroup; field in TagName 88 String project, String location, String entryGroup, String entry, String tag) { in of() 99 String project, String location, String entryGroup, String entry, String tag) { in format() 235 private String entryGroup; field in TagName.Builder 271 public Builder setEntryGroup(String entryGroup) { in setEntryGroup()
|
/aosp_15_r20/external/google-cloud-java/java-datacatalog/google-cloud-datacatalog/src/test/java/com/google/cloud/datacatalog/v1beta1/ |
H A D | DataCatalogClientHttpJsonTest.java | 157 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupTest() local 187 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupExceptionTest() local 208 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupTest2() local 238 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupExceptionTest2() local 257 EntryGroup entryGroup = in updateEntryGroupTest() local 291 EntryGroup entryGroup = in updateEntryGroupExceptionTest() local 316 EntryGroup entryGroup = in updateEntryGroupTest2() local 351 EntryGroup entryGroup = in updateEntryGroupExceptionTest2() local
|
H A D | DataCatalogClientTest.java | 157 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupTest() local 183 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupExceptionTest() local 204 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupTest2() local 230 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupExceptionTest2() local 249 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in updateEntryGroupTest() local 271 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in updateEntryGroupExceptionTest() local 290 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in updateEntryGroupTest2() local 314 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in updateEntryGroupExceptionTest2() local
|
/aosp_15_r20/external/google-cloud-java/java-datacatalog/google-cloud-datacatalog/src/test/java/com/google/cloud/datacatalog/v1/ |
H A D | DataCatalogClientTest.java | 164 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupTest() local 190 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupExceptionTest() local 211 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupTest2() local 237 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupExceptionTest2() local 426 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in updateEntryGroupTest() local 448 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in updateEntryGroupExceptionTest() local 467 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in updateEntryGroupTest2() local 491 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in updateEntryGroupExceptionTest2() local
|
H A D | DataCatalogClientHttpJsonTest.java | 160 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupTest() local 190 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupExceptionTest() local 211 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupTest2() local 241 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in createEntryGroupExceptionTest2() local 452 EntryGroup entryGroup = in updateEntryGroupTest() local 486 EntryGroup entryGroup = in updateEntryGroupExceptionTest() local 511 EntryGroup entryGroup = in updateEntryGroupTest2() local 546 EntryGroup entryGroup = in updateEntryGroupExceptionTest2() local
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | SafetyCenterSubpageFragment.kt | 78 val entryGroup = uiData?.getMatchingGroup(sourceGroupId) in renderSafetyCenterData() constant
|
D | PrivacySubpageFragment.kt | 85 val entryGroup = uiData?.getMatchingGroup(PRIVACY_SOURCES_GROUP_ID) in <lambda>() constant
|
D | SafetyHomepageEntryPreference.kt | 38 private val entryGroup: SafetyCenterEntryGroup, constant
|
/aosp_15_r20/external/google-cloud-java/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1beta1/ |
H A D | DataCatalogClient.java | 424 LocationName parent, String entryGroupId, EntryGroup entryGroup) { in createEntryGroup() 471 String parent, String entryGroupId, EntryGroup entryGroup) { in createEntryGroup() 572 public final EntryGroup updateEntryGroup(EntryGroup entryGroup) { in updateEntryGroup() 604 public final EntryGroup updateEntryGroup(EntryGroup entryGroup, FieldMask updateMask) { in updateEntryGroup()
|
/aosp_15_r20/external/google-cloud-java/java-datacatalog/google-cloud-datacatalog/src/main/java/com/google/cloud/datacatalog/v1/ |
H A D | DataCatalogClient.java | 469 LocationName parent, String entryGroupId, EntryGroup entryGroup) { in createEntryGroup() 535 String parent, String entryGroupId, EntryGroup entryGroup) { in createEntryGroup() 851 public final EntryGroup updateEntryGroup(EntryGroup entryGroup) { in updateEntryGroup() 886 public final EntryGroup updateEntryGroup(EntryGroup entryGroup, FieldMask updateMask) { in updateEntryGroup()
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/service/ |
D | SafetyCenterSearchIndexablesProvider.kt | 286 val entryGroup = entryOrGroup.entryGroup in <lambda>() constant
|
/aosp_15_r20/external/google-cloud-java/java-datacatalog/samples/snippets/generated/com/google/cloud/datacatalog/v1beta1/datacatalog/updateentrygroup/ |
H A D | SyncUpdateEntryGroupEntrygroup.java | 36 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in syncUpdateEntryGroupEntrygroup() local
|
H A D | SyncUpdateEntryGroupEntrygroupFieldmask.java | 37 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in syncUpdateEntryGroupEntrygroupFieldmask() local
|
/aosp_15_r20/external/google-cloud-java/java-datacatalog/samples/snippets/generated/com/google/cloud/datacatalog/v1/datacatalog/updateentrygroup/ |
H A D | SyncUpdateEntryGroupEntrygroup.java | 36 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in syncUpdateEntryGroupEntrygroup() local
|
H A D | SyncUpdateEntryGroupEntrygroupFieldmask.java | 37 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in syncUpdateEntryGroupEntrygroupFieldmask() local
|
/aosp_15_r20/external/google-cloud-java/java-datacatalog/samples/snippets/generated/com/google/cloud/datacatalog/v1beta1/datacatalog/createentrygroup/ |
H A D | SyncCreateEntryGroupLocationnameStringEntrygroup.java | 39 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in syncCreateEntryGroupLocationnameStringEntrygroup() local
|
H A D | SyncCreateEntryGroupStringStringEntrygroup.java | 39 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in syncCreateEntryGroupStringStringEntrygroup() local
|
/aosp_15_r20/external/google-cloud-java/java-datacatalog/samples/snippets/generated/com/google/cloud/datacatalog/v1/datacatalog/createentrygroup/ |
H A D | SyncCreateEntryGroupStringStringEntrygroup.java | 39 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in syncCreateEntryGroupStringStringEntrygroup() local
|
H A D | SyncCreateEntryGroupLocationnameStringEntrygroup.java | 39 EntryGroup entryGroup = EntryGroup.newBuilder().build(); in syncCreateEntryGroupLocationnameStringEntrygroup() local
|
/aosp_15_r20/packages/modules/Permission/framework-s/java/android/safetycenter/ |
D | SafetyCenterEntryOrGroup.java | 72 public SafetyCenterEntryOrGroup(@NonNull SafetyCenterEntryGroup entryGroup) { in SafetyCenterEntryOrGroup()
|