Home
last modified time | relevance | path

Searched defs:addAnnotations (Results 1 – 25 of 121) sorted by relevance

12345

/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
H A DListAnnotationsResponse.java726 public Builder addAnnotations(com.google.cloud.aiplatform.v1.Annotation value) { in addAnnotations() method in ListAnnotationsResponse.Builder
748 public Builder addAnnotations(int index, com.google.cloud.aiplatform.v1.Annotation value) { in addAnnotations() method in ListAnnotationsResponse.Builder
770 public Builder addAnnotations( in addAnnotations() method in ListAnnotationsResponse.Builder
790 public Builder addAnnotations( in addAnnotations() method in ListAnnotationsResponse.Builder
H A DDataItemView.java976 public Builder addAnnotations(com.google.cloud.aiplatform.v1.Annotation value) { in addAnnotations() method in DataItemView.Builder
1000 public Builder addAnnotations(int index, com.google.cloud.aiplatform.v1.Annotation value) { in addAnnotations() method in DataItemView.Builder
1024 public Builder addAnnotations( in addAnnotations() method in DataItemView.Builder
1046 public Builder addAnnotations( in addAnnotations() method in DataItemView.Builder
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A DListAnnotationsResponse.java727 public Builder addAnnotations(com.google.cloud.aiplatform.v1beta1.Annotation value) { in addAnnotations() method in ListAnnotationsResponse.Builder
749 public Builder addAnnotations(int index, com.google.cloud.aiplatform.v1beta1.Annotation value) { in addAnnotations() method in ListAnnotationsResponse.Builder
771 public Builder addAnnotations( in addAnnotations() method in ListAnnotationsResponse.Builder
791 public Builder addAnnotations( in addAnnotations() method in ListAnnotationsResponse.Builder
H A DDataItemView.java980 public Builder addAnnotations(com.google.cloud.aiplatform.v1beta1.Annotation value) { in addAnnotations() method in DataItemView.Builder
1004 public Builder addAnnotations(int index, com.google.cloud.aiplatform.v1beta1.Annotation value) { in addAnnotations() method in DataItemView.Builder
1028 public Builder addAnnotations( in addAnnotations() method in DataItemView.Builder
1050 public Builder addAnnotations( in addAnnotations() method in DataItemView.Builder
/aosp_15_r20/external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/
H A DExample.java1822 public Builder addAnnotations(com.google.cloud.datalabeling.v1beta1.Annotation value) { in addAnnotations() method in Example.Builder
1845 public Builder addAnnotations( in addAnnotations() method in Example.Builder
1869 public Builder addAnnotations( in addAnnotations() method in Example.Builder
1890 public Builder addAnnotations( in addAnnotations() method in Example.Builder
/aosp_15_r20/external/auto/value/src/test/java/com/google/auto/value/processor/
H A DPropertyAnnotationsTest.java133 InputFileBuilder addAnnotations(String... annotations) { in addAnnotations() method in PropertyAnnotationsTest.InputFileBuilder
138 InputFileBuilder addAnnotations(Iterable<String> annotations) { in addAnnotations() method in PropertyAnnotationsTest.InputFileBuilder
/aosp_15_r20/external/google-cloud-java/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/
H A DAnalysisResult.java1849 public Builder addAnnotations( in addAnnotations() method in AnalysisResult.CallAnalysisMetadata.Builder
1873 public Builder addAnnotations( in addAnnotations() method in AnalysisResult.CallAnalysisMetadata.Builder
1897 public Builder addAnnotations( in addAnnotations() method in AnalysisResult.CallAnalysisMetadata.Builder
1918 public Builder addAnnotations( in addAnnotations() method in AnalysisResult.CallAnalysisMetadata.Builder
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/
H A DAnnotatable.kt33 public fun addAnnotations(annotationSpecs: Iterable<AnnotationSpec>): T = apply { in addAnnotations() method
H A DTypeAliasSpec.kt104 override fun addAnnotations(annotationSpecs: Iterable<AnnotationSpec>): Builder = in addAnnotation() method in com.squareup.kotlinpoet.Builder
H A DParameterSpec.kt134 override fun addAnnotations(annotationSpecs: Iterable<AnnotationSpec>): Builder = in <lambda>() method in com.squareup.kotlinpoet.Builder
H A DPropertySpec.kt262 override fun addAnnotations(annotationSpecs: Iterable<AnnotationSpec>): Builder = in receiver() method in com.squareup.kotlinpoet.Builder
H A DFileSpec.kt531 override fun addAnnotations(annotationSpecs: Iterable<AnnotationSpec>): Builder = in <lambda>() method in com.squareup.kotlinpoet.Builder
H A DFunSpec.kt544 override fun addAnnotations(annotationSpecs: Iterable<AnnotationSpec>): Builder = in <lambda>() method in com.squareup.kotlinpoet.Builder
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/kotlin_headers/
Dkotlinpoet.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/external__kotlinpoet__linux_glibc_common__kotlinpoet.kotlin_module com ...
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/client/
H A DDelegatingAsyncClientClass.java76 protected void addAnnotations(TypeSpec.Builder type) { in addAnnotations() method in DelegatingAsyncClientClass
H A DDelegatingSyncClientClass.java76 protected void addAnnotations(TypeSpec.Builder type) { in addAnnotations() method in DelegatingSyncClientClass
H A DSyncClientClass.java116 protected void addAnnotations(TypeSpec.Builder type) { in addAnnotations() method in SyncClientClass
H A DAsyncClientClass.java131 protected void addAnnotations(TypeSpec.Builder type) { in addAnnotations() method in AsyncClientClass
H A DAsyncClientInterface.java113 protected void addAnnotations(TypeSpec.Builder type) { in addAnnotations() method in AsyncClientInterface
H A DSyncClientInterface.java111 protected void addAnnotations(TypeSpec.Builder type) { in addAnnotations() method in SyncClientInterface
/aosp_15_r20/external/turbine/java/com/google/turbine/deps/
H A DDependencies.java108 private static void addAnnotations( in addAnnotations() method in Dependencies
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/
H A DFieldSpec.java134 public Builder addAnnotations(Iterable<AnnotationSpec> annotationSpecs) { in addAnnotations() method in FieldSpec.Builder
H A DParameterSpec.java160 public Builder addAnnotations(Iterable<AnnotationSpec> annotationSpecs) { in addAnnotations() method in ParameterSpec.Builder
H A DMethodSpec.java332 public Builder addAnnotations(Iterable<AnnotationSpec> annotationSpecs) { in addAnnotations() method in MethodSpec.Builder
H A DTypeSpec.java448 public Builder addAnnotations(Iterable<AnnotationSpec> annotationSpecs) { in addAnnotations() method in TypeSpec.Builder

12345