credential property

HttpBasedCredential credential
@$pb.TagNumber(1)

Implementation

@$pb.TagNumber(1)
HttpBasedCredential get credential => $_getN(0);
void credential= (HttpBasedCredential v)
@$pb.TagNumber(1)

Implementation

@$pb.TagNumber(1)
set credential(HttpBasedCredential v) {
  setField(1, v);
}