bucketId property
Required. A client-assigned identifier such as "my-bucket". Identifiers are limited
to 100 characters and can include only letters, digits, underscores,
hyphens, and periods.
Implementation
@$pb.TagNumber(2)
$core.String get bucketId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set bucketId($core.String value) => $_setString(1, value);