Assigned
Status Update
Comments
af...@google.com <af...@google.com> #2
I had the same problem!
I could solve it by putting the .aidl file in an aidl directory.
Look at the attached screenshot to see the project structure.
I could solve it by putting the .aidl file in an aidl directory.
Look at the attached screenshot to see the project structure.
se...@google.com <se...@google.com> #3
Wow, I really appreciate your fast and correct response. That worked. Thank you for your help.
se...@google.com <se...@google.com> #4
The request to show an error for AIDL files in the wrong place is documented in 56930
jo...@doit.com <jo...@doit.com> #5
If anyone else is having this issue, it took me a while to realize the java file gets generated in the build folder.
se...@google.com <se...@google.com> #6
Wow... so thanks , issue fixed ;)
Description
Run
gcloud container clusters get-credentials mycluster --zone us-central1-a --project myproject
, substitutingmycluster
andmyproject
.Get error message
ERROR: (gcloud.container.clusters.get-credentials) get-credentials requires edit permission on myproject
This is incorrect. Edit permissions are not needed for this command, and in fact only
container.clusters.get
permission is needed.The cause of this error message happens to be that earlier, I set (and forgot), this:
gcloud config set container/use_client_certificate True
It would be good if the error message mentioned that fact, but at least the error message should not be factually incorrect.
See code from the
gcloud
command line tool. (I'm not sure why that code is not available at a more official site than testcompany.info, e.g., Github, since it is Apache licensed. But this is also the code in my local gcloud installation.)gcloud
version is up-to-date, as follows: