RPA.Google.Cloud Keywords not found

I’m able to authenticate to numerous Google API’s, but every time I use a keyword I get an error similar to this:

AttributeError: ‘ImageAnnotatorClient’ object has no attribute ‘get_bucket’

Any idea of what I may be doing wrong? Here is how I am using it:

{bucket}= Get Bucket {bucket_name}

I found my mistake. Using the wrong reference for the wrong commands. Noob.