gcsProfile property

  1. @TagNumber.new(101)
GcsProfile get gcsProfile

Cloud Storage ConnectionProfile configuration.

Implementation

@$pb.TagNumber(101)
GcsProfile get gcsProfile => $_getN(6);
  1. @TagNumber.new(101)
set gcsProfile (GcsProfile v)

Implementation

@$pb.TagNumber(101)
set gcsProfile(GcsProfile v) { setField(101, v); }