Jun Mukai

Results 12 comments of Jun Mukai

@geigerj @bjwatson @tbetbetbe

I think this would be a good task to starting up for @Landrito. This is for gax-python, but the same discussion must be applied to gax-ruby/nodejs as well (because we...

I'm afraid that DefaultCallSettings with CallSettings wouldn't suggest the right relationship between them. It sounds like DefaultCallSettings is a subclass of CallSettings -- but they are not. My suggestion is...

`MethodProperties` might be an idea btw.

Idea from @bjwatson: simply consolidate them into a single class, and expose the APIs (setter/getter) to operate internal data?

CallSettings --> _CallOptions (private class)

Seems to be solved by @mandarjog https://github.com/istio/mixer/pull/1300? I don't know why codecov isn't refreshed yet, but `env.go`, `logger.go`, and `resourceType.go` are now 100% covered. `init.go` is low, but I think...

Do they need to be fully qualified? Can we say like, `shortName` will point to the object in the same namespace?