google-api-java-client-services
google-api-java-client-services copied to clipboard
Generated Java code for Google APIs
`[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.9.0:compile (default-compile) on project google-api-services-dialogflow: Compilation failure [ERROR] /tmpfs/src/github/google-api-java-client-services/clients/google-api-services-dialogflow/v2/2.0.0/com/google/api/services/dialogflow/v2/Dialogflow.java:[39184,11] method initialize in class com.google.api.services.dialogflow.v2.Dialogflow.Projects.Locations.EncryptionSpec cannot be applied to given types; [ERROR] required: java.lang.String,com.google.api.services.dialogflow.v2.model.GoogleCloudDialogflowV2InitializeEncryptionSpecRequest [ERROR] found:...
` [ERROR] /tmpfs/src/github/google-api-java-client-services/clients/google-api-services-contactcenterinsights/v1/2.0.0/com/google/api/services/contactcenterinsights/v1/Contactcenterinsights.java:[2912,11] method initialize in class com.google.api.services.contactcenterinsights.v1.Contactcenterinsights.Projects.Locations.EncryptionSpec cannot be applied to given types; [ERROR] required: java.lang.String,com.google.api.services.contactcenterinsights.v1.model.GoogleCloudContactcenterinsightsV1InitializeEncryptionSpecRequest [ERROR] found: com.google.api.services.contactcenterinsights.v1.Contactcenterinsights.Projects.Locations.EncryptionSpec.Initialize [ERROR] reason: actual and formal argument lists differ in length...
While having a look at the [Android Management API Client](https://github.com/googleapis/google-api-java-client-services/tree/main/clients/google-api-services-androidmanagement) in comparison with the reference documentation, I noticed that there are some fields and methods marked as deprecated within the...