> + * Unless required by applicable law or agreed to in writing, software > + * distributed under the License is distributed on an "AS IS" BASIS, > + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > + * See the License for the specific language governing permissions and > + * limitations under the License. > + */ > +package org.jclouds.googlecloudstorage.domain.templates; > + > +import org.jclouds.googlecloudstorage.domain.DomainResourceReferences.Role; > + > +/** > + * Represents a Object Access Control Resource. > + * > + * @see <a href= > "https://developers.google.com/storage/docs/json_api/v1/objectAccessControls"/> > + */ > +public class BucketAccessControlsTemplate {
nit unless we expect this to be extended, I'd make it final and hide the ctor and fields. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/54/files#r18441323
